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).
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).