0
Why I can't create 3d advance games with python?
3 Answers
+ 7
I used pyglet to make this 3D labyrinth game, check it out:
https://github.com/kuba-siekierzynski/labyrinth3d
Maybe it's not like Unreal or Unity, but some 3D graphics can be easily done with Python ;)
https://www.instagram.com/p/BQ-8ubDDTNi/
+ 2
Python is too slow to use for 3d animation creation
+ 2
Use c++ or java languages for creating 3D games.because it is fast than python.
Try panda's framework of python for make 3D games.