11CSFML - Simple and Fast Multimedia Library for C
22================================================
33
4- SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics,
5- audio and network.
4+ SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing,
5+ graphics, audio and network.
66It is originally written in C++, and this project is its official binding for the C language.
77
88Authors
99-------
1010
1111Laurent Gomila - main developer (laurent@sfml-dev.org)
12+ Zachariah Brown - active maintainer (crazyzprogrammer@hotmail.com)
1213
1314Download
1415--------
1516
1617You 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).
1819
1920Learn
2021-----
2122
2223There is no tutorial for CSFML, but since it's a binding you can use the C++ resources:
2324* The official tutorials (http://www.sfml-dev.org/tutorials/)
2425* 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)
2728
2829Of course, you can also find the CSFM API documentation in the SDK.
2930
@@ -37,5 +38,5 @@ Contribute
3738
3839SFML and CSFML are open-source projects, and they need your help to go on growing and improving.
3940Don'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/).
4142You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work.
0 commit comments