Python bindings for SFML ======================== This is version |version| of the Python bindings for `SFML`_, based on SFML |version|, and is 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. These bindings were created in large part by Jonathan De Wachter, with significant contributions from Edwin Marshall. Other contributors include Jorge Araya Navarro and Richard Sims. Table of Contents ================= .. toctree:: :maxdepth: 1 :hidden: whatsnew download gettingstarted examples tutorials api/api_index addons changelog c_api todo future_tutorials .. hlist:: :columns: 2 * .. glossary:: :doc:`whatsnew` What's new since the last release, and what we have planned for the next one. * .. glossary:: :doc:`download` Instructions on where and how to install these bindings for various platforms. Includes information on how to compile them from source. * .. glossary:: :doc:`gettingstarted` A gentle introduction to these bindings, covering some basic principles. * .. glossary:: :doc:`examples` Practical examples demonstrating how various parts of this binding can work together with each other as well as other APIs. * .. glossary:: :doc:`tutorials` Tutorials focusing on the various core principles integral to understanding how SFML works. * .. glossary:: :doc:`api/api_index` Complete library reference organized by each of the binding's five core modules. * .. glossary:: :doc:`addons` Documentation for complementary SFML-based libraries that have also been ported to Python. * .. glossary:: :doc:`c_api` Embed Python code using SFML into your C/C++ application or write your own Python extension using the C/Cython API. .. _SFML: http://www.sfml-dev.org/ .. _zlib/libpng: http://opensource.org/licenses/Zlib .. _official Python bindings: https://github.com/bastienleonard/pysfml2-cython Next Version ------------ Version 1.4.0 will concentrate on fixing bugs In addition, it will be the first version to `officially support Mac OS X`_. .. _officially support Mac OS X: http://github.com/Sonkun/python-sfml/issues/44