12-25-2013, 04:47 PM
If you want to do this for the fun of it, pygame is great - it's in a language you're familiar with, and works just fine for low performance stuff. If you want better compatability though, without having to install pygame, SDL (which pygame uses) will do just fine, or OGL.
3c33