Original Post
I'm still thinking about which library to use for my python game.
Pygame seems to be more game oriented, but it does have the C bindings, which don't make it amazingly nice IMHO.
Pyglet seems to be more pythonic/pure python, and definitely openGL rather than a software renderer like SDL (?). However, it seems to be inactive(last update Jan '10).
Are there any other python libraries I should look into?
Thanks!
Pygame seems to be more game oriented, but it does have the C bindings, which don't make it amazingly nice IMHO.
Pyglet seems to be more pythonic/pure python, and definitely openGL rather than a software renderer like SDL (?). However, it seems to be inactive(last update Jan '10).
Are there any other python libraries I should look into?
Thanks!