This page lists the most prominent milestones achieved by the python-sfml developers. For more specific details about what is planned and what has been accomplished, please visit the issues page on github and the changelog.
1 February 2013 : Thor
Most of the Thor library modules have been ported and can be interpolated with the SFML bindings. This port joins sfeMovie in the list of officially supported add-ons.
1 Decembre 2012 : Version 1.2 Released
This version includes a C/Cython API allowing you to embed Python using pySFML to C++ code or write your own Python extensions using pySFML.
The load/open/create methods have been deprecated in favor of their from_foo counterparts, which we believe more closely resemble the standard library’s naming conventions. Similarly, the save/conversion methods have been deprecated in favor of to_bar methods.
sfeMovie has been ported to Python. For documentation and installation instructions, please consult the website. Just as the original project depends on SFML, the new sfeMovie bindings depend on these SFML bindings.
See also
18 November 2012 : New Setup Script
In addition to migrating from distutils to distribute, a new command has been added which allows developers to launch the unit test suite:
python setup.py testWhile the number of unit tests present are scarce, this will change shortly.