On 7 February 2013 10:12, Elias Benevedes <[email protected]> wrote: > I've just been wondering lately. I want to not use pygame, or any other > modules for controlling graphics. There must be a way to write it in pure > python code for the fact that pygame uses python (I assume?). Have any of > you came across a tutorial for low level graphics programming with python?
Consider pyglet.
