+ 1
can i make 3d games in python language?
3 Answers
+ 2
Hi! Try to use PyGame or RenPy frameworks, but I'm not sure about 3D
+ 2
https://python-3d-engine.readthedocs.io/en/master/
+ 2
you can also use Panda3d
https://www.panda3d.org/
and even OpenGL with PyOpenGL
http://pyopengl.sourceforge.net/