Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.54 KB

README.rst

File metadata and controls

48 lines (35 loc) · 1.54 KB

About

This is version 1.2.0 of the unofficial 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.

Note

So far, these bindings have only been tested thoroughly on Linux, though minimal testing has been done on Windows.

Getting the Code

After you've installed Git, you may issue the following command to obtain the source:

git clone git@github.com: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

Resources

Contact Information

Feel free to email us with any questions or concerns: