[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Alternate to graphics modules



On 02/06/2013 06:12 PM, Elias Benevedes wrote:
There must be a way to write it in pure python code for the fact that pygame uses python (I assume?).
Pygame does not use Python for the low-level stuff. It's mostly a front-end for SDL, which is in C.

Like Richard suggested, try Pyglet. That is written entirely in Python (and that's a really nice thing, because that means it works with PyPy).