Which is the best library to make games with 3D environments in Python?
I did some bidimensional games in Python, but I never tryed the third dimension. I know there are more than one library, so I want to know your opinion.
Hello
You can choose PyOpenGL - The official Python wrapper for OpenGL programming. It can be used with PyGame.
Also, you can choose Panda3D - powerful game engine which allows for scripting in Python.