Which is the best library to make games with 3D environments in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

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.

23rd Dec 2018, 8:39 AM
Lucas
Lucas - avatar
1 Answer
+ 1
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.
24th Dec 2018, 5:05 PM
just trying to think
just trying to think - avatar