Skip to content

rliebz/python-sfml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

742 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

These are Python bindings for SFML, made available under the terms of the zlib/libpng license.

By combining the strength of SFML with the ease of the Python language, we can provide an amazing tool to quickly build multimedia software.

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:

About

Official binding of SFML for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 75.7%
  • Python 24.1%
  • C 0.2%