Lightweight Python Game Library
I created a new library for raw access to OpenGL/OpenAL, along with some windowing and event handling. It's pretty spartan at the moment, I plan on adding some free-floating extension modules, similar to the way SDL does things with SDL_image, SDL_mixer, SDL_net, etc.https://github.com/adamschackart/lwpgl
(log in to comment)
richard on 2012/11/13 05:34:
You probably want to mention somewhere that it requires glfw :-)[and as far as I can tell, without installing it, glfw uses X11 on OS X which is unfortunately suboptimal]