Advertisement

OpenGL-backed sprite package for Python?

Started by May 14, 2004 01:06 AM
0 comments, last by ironfroggy 20 years, 9 months ago
I''m looking for a sprite package for python. I need it to render with OpenGL quads and allow for masks to be applied, and the sprites rotated and scaled. Know of any?
(http://www.ironfroggy.com/)(http://www.ironfroggy.com/pinch)
Don''t think it exists. Pygame will set up OpenGL for you but I don''t think there''s a sprite package for it. Maybe when SDL 2 finally arrives (maybe never) OpenGL acceleration will come as standard and will end up in PyGame.

[ MSVC Fixes | STL Docs | SDL | Game AI | Sockets | C++ Faq Lite | Boost
Asking Questions | Organising code files | My stuff | Tiny XML | STLPort]

This topic is closed to new replies.

Advertisement