0
Can you programm a 3D video game
3 Respostas
+ 5
Yes, you can. Modules like panda3d or pyglet or even pygame would be of a help to you.
Check out a demo I made in Python, quite a while ago:
https://www.instagram.com/p/BQ-8ubDDTNi/
and the code behind it:
https://github.com/kuba-siekierzynski/labyrinth3d
Sure, it's no Unity or Unreal, but works ;)
0
In python, the most popular modules for games and graphics are tkinter and pygame. These are used to make 2d games. However, while you can try to make 3d games, developers mostly tend to use game engines and/or C languages.
0
What about us using javascript how can we do it