bastienleonard / pysfml-cython

A Python 2/3 binding for SFML 2, written with Cython
http://pysfml2-cython.readthedocs.org/
Other
68 stars 8 forks source link

Fixed examples. #18

Closed L-P closed 12 years ago

L-P commented 12 years ago

Cleaner examples/events.py window. Fixed examples/text.py using an undefined property. Pixel manipulation example with actual pixel manipulation. Fixed examples/renderimage.py : the example was using sf.Shape.rectangle which looks like a deprecated (but smaller) way to instanciate a sf.RectangleShape.

Also fixed a typo in src/sf.pyx.

lowleveldrawable.py is not working but I don't know how to fix this. I did not test renderimage.py because my GPU/drivers can't handle FBOs (see the comments).

bastienleonard commented 12 years ago

Thanks.