SFML/readme.txt

44 lines
1.7 KiB
Plaintext
Raw Normal View History

2011-03-27 19:46:19 +08:00
SFML - Simple and Fast Multimedia Library
=========================================
2011-03-27 19:42:06 +08:00
2014-12-01 05:10:47 +08:00
SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics, audio and network.
2011-03-27 19:42:06 +08:00
It is written in C++, and has bindings for various languages such as C, .Net, Ruby, Python.
2011-03-27 19:46:19 +08:00
Authors
-------
2011-03-27 19:42:06 +08:00
2014-12-01 05:10:47 +08:00
Laurent Gomila - main developer (laurent@sfml-dev.org)
Marco Antognini - OS X developer (hiura@sfml-dev.org)
2013-08-26 02:39:55 +08:00
Jonathan De Wachter - Android developer (dewachter.jonathan@gmail.com)
2014-12-01 05:10:47 +08:00
Jan Haller (bromeon@sfml-dev.org)
Stefan Schindler (tank@sfml-dev.org)
Lukas Dürrenberger (eXpl0it3r@sfml-dev.org)
binary1248 (binary1248@hotmail.com)
Artur Moreira (artturmoreira@gmail.com)
2011-03-27 19:42:06 +08:00
2011-03-27 19:46:19 +08:00
Download
--------
2011-03-27 19:42:06 +08:00
2011-03-27 19:46:19 +08:00
You can get the latest official release on SFML website (http://www.sfml-dev.org/download.php).
You can also get the current development version from the git repository (https://github.com/LaurentGomila/SFML).
2011-03-27 19:42:06 +08:00
2011-03-27 19:46:19 +08:00
Install
-------
2011-03-27 19:42:06 +08:00
Follow the instructions of the tutorials (http://www.sfml-dev.org/tutorials.php), there is one for each platform/compiler that SFML supports.
2011-03-27 19:42:06 +08:00
2011-03-27 19:46:19 +08:00
Learn
-----
2011-03-27 19:42:06 +08:00
There are several places to learn SFML:
2013-06-27 05:30:52 +08:00
* The official tutorials (http://www.sfml-dev.org/resources.php#tutorials)
* The online API documentation (http://www.sfml-dev.org/resources.php#documentation)
2011-03-27 19:46:19 +08:00
* The community wiki (https://github.com/LaurentGomila/SFML/wiki/)
2012-06-08 01:16:52 +08:00
* The community forum (http://en.sfml-dev.org/forums/) (or http://fr.sfml-dev.org/forums/ for french people)
2011-03-27 19:42:06 +08:00
2011-03-27 19:46:19 +08:00
Contribute
----------
2011-03-27 19:42:06 +08:00
SFML is an open-source project, and it needs your help to go on growing and improving.
2014-12-01 05:10:47 +08:00
If you want to get involved and suggest some additional features, file a bug report or submit a patch, please have a look at the contribution guidelines (http://www.sfml-dev.org/contribute.php).