🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

OpenGL-backed sprite package for Python?

Started by
0 comments, last by ironfroggy 20 years, 1 month 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)
Advertisement
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