-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from SFML/feature/2.3_prep
Bumped version number to 2.3 and updated readme.txt
- Loading branch information
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
CSFML - Simple and Fast Multimedia Library for C | ||
================================================ | ||
|
||
SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics, | ||
audio and network. | ||
SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, | ||
graphics, audio and network. | ||
It is originally written in C++, and this project is its official binding for the C language. | ||
|
||
Authors | ||
------- | ||
|
||
Laurent Gomila - main developer ([email protected]) | ||
Zachariah Brown - active maintainer ([email protected]) | ||
|
||
Download | ||
-------- | ||
|
||
You can get the latest official release on SFML website (http://www.sfml-dev.org/download/csfml). | ||
You can also get the current development version from the git repository (https://github.com/LaurentGomila/CSFML). | ||
You can also get the current development version from the git repository (https://github.com/SFML/CSFML). | ||
|
||
Learn | ||
----- | ||
|
||
There is no tutorial for CSFML, but since it's a binding you can use the C++ resources: | ||
* The official tutorials (http://www.sfml-dev.org/tutorials/) | ||
* The online API documentation (http://www.sfml-dev.org/documentation/) | ||
* The community wiki (https://github.com/LaurentGomila/SFML/wiki/) | ||
* The community forum (http://en.sfml-dev.org/forums/) (or http://fr.sfml-dev.org/forums/ for french people) | ||
* The community wiki (https://github.com/SFML/SFML/wiki/) | ||
* The community forum (http://en.sfml-dev.org/forums/) (or http://fr.sfml-dev.org/forums/ for French people) | ||
|
||
Of course, you can also find the CSFM API documentation in the SDK. | ||
|
||
|
@@ -37,5 +38,5 @@ Contribute | |
|
||
SFML and CSFML are open-source projects, and they need your help to go on growing and improving. | ||
Don't hesitate to post suggestions or bug reports on the forum (http://en.sfml-dev.org/forums/), | ||
submit patches by e-mail, or post new bugs/features requests on the task tracker (https://github.com/LaurentGomila/CSFML/issues/). | ||
or post new bugs/features requests on the task tracker (https://github.com/SFML/CSFML/issues/). | ||
You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work. |