-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the website links in readme.txt
- Loading branch information
1 parent
7535e03
commit 7aab9a2
Showing
1 changed file
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,24 +13,24 @@ Laurent Gomila - main developer ([email protected]) | |
Download | ||
-------- | ||
|
||
You can get the latest official release on SFML website (http://www.sfml-dev.org/download.php). | ||
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). | ||
|
||
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 official tutorials (http://www.sfml-dev.org/tutorials.php) | ||
* The online API documentation (http://www.sfml-dev.org/documentation.php) | ||
* The community wiki (https://github.com/LaurentGomila/SFML/wiki/) | ||
* The community forum (http://www.sfml-dev.org/forum/) | ||
* 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. | ||
|
||
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://www.sfml-dev.org/forum/), | ||
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/). | ||
You can even fork the project on github, maintain your own version and send us pull requests periodically to merge your work. |