This is version 1.3.0 of Python bindings for SFML2 released under the LGPLv3 license.
Python bindings really are the perfect way to sketch software using SFML.
By combining the strength of SFML with the ease of the Python language, we can provide an amazing tool to quickly build multimedia software.
After you've installed Git, you may issue the following command to obtain the source:
git clone [email protected]:Sonkun/python-sfml.git cd python-sfml
The source from the add-ons projects are available as submodules, which may be obtained by issuing the following additional commands:
git submodule init git submodule update
Alternatively, you may clone the main project and its submodules all at once with the following command:
git clone --recursive git://github.com:Sonkun/python-sfml.git cd python-sfml
- Website: http://python-sfml.org
- Project Page: https://github.com/Sonkun/python-sfml
- Documentation: http://python-sfml.org/1.3
- Bug Tracker: http://github.com/Sonkun/python-sfml/issues
Feel free to email us with any questions or concerns: