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

[pygame] New package



I've just uploaded a very minimal (5K!) OpenGL sprite rendering
package to the cheeseshop.

http://cheeseshop.python.org/pypi/QGL

I've basically taken all the extra stuff out of LGT/SiGL, leaving a
minimal skeleton framework which can render images, text, and do
blending and transformations in OpenGL. I've also removed the PIL and
Numeric dependencies.

import qgl
qgl.demo("path/to/image", "path/to/font")

-Sw.