0
Any library for 3d game making?
I have been learning python for a 2month
1 Answer
+ 2
Specifically for the 3D graphics, you could use OpenGL in Python.
More details are at:
http://pyopengl.sourceforge.net/
A video of someone using OpenGL in Python to show a 3D model is at:
https://www.youtube.com/watch?v=qxmBZ8V58kY
You'd need to play music and sound effects with a different package.
Making a 3D game is fairly complex for someone who is just starting to program.
If you haven't made a simple game using 2D graphics, I recommend using PyGame to do that first.