Is there a multimedia library for Python that is an alternative, portable, object-oriented compared to Pygame, Pyglet and derivatives?

StackOverflow https://stackoverflow.com/questions/8131985

For 2D game development in Python there is a library or binding that has a serious and sustainable development, is pythonic and has a simple and complete design of classes for application development.

I've learned Pygame, Pyglet, PySFML and cocos2d. But I think that, in some cases, can be very specific limiting the degree of abstraction that gives us a high level language like Python.

For example by the two ways of load an image on Pyglet:

pyglet.resource.image()

or

pyglet.image.load()

没有正确的解决方案

其他提示

There is a big list maintained at python wiki, probably you should check Python-Ogre.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top