You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can get the latest official release on SFML website (http://www.sfml-dev.org/download/csfml).
17
-
You can also get the current development version from the git repository (https://github.com/LaurentGomila/CSFML).
18
+
You can also get the current development version from the git repository (https://github.com/SFML/CSFML).
18
19
19
20
Learn
20
21
-----
21
22
22
23
There is no tutorial for CSFML, but since it's a binding you can use the C++ resources:
23
24
* The official tutorials (http://www.sfml-dev.org/tutorials/)
24
25
* The online API documentation (http://www.sfml-dev.org/documentation/)
25
-
* The community wiki (https://github.com/LaurentGomila/SFML/wiki/)
26
-
* The community forum (http://en.sfml-dev.org/forums/) (or http://fr.sfml-dev.org/forums/ for french people)
26
+
* The community wiki (https://github.com/SFML/SFML/wiki/)
27
+
* The community forum (http://en.sfml-dev.org/forums/) (or http://fr.sfml-dev.org/forums/ for French people)
27
28
28
29
Of course, you can also find the CSFM API documentation in the SDK.
29
30
@@ -37,5 +38,5 @@ Contribute
37
38
38
39
SFML and CSFML are open-source projects, and they need your help to go on growing and improving.
39
40
Don't hesitate to post suggestions or bug reports on the forum (http://en.sfml-dev.org/forums/),
40
-
submit patches by e-mail, or post new bugs/features requests on the task tracker (https://github.com/LaurentGomila/CSFML/issues/).
41
+
or post new bugs/features requests on the task tracker (https://github.com/SFML/CSFML/issues/).
41
42
You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work.
0 commit comments