Does pyGame do 3d?

前端 未结 11 831
醉话见心
醉话见心 2020-12-29 21:45

I can\'t seem to find the answer to this question anywhere. I realise that you have to use pyOpenGL or something similar to do openGL stuff, but I was wondering if its possi

11条回答
  •  無奈伤痛
    2020-12-29 22:11

    You can do pseudo-3d games ( like "Doom" ) with pygame only:

    http://code.google.com/p/gh0stenstein/

    and if you browse the pygame.org site you may find more "3d" games done with python and pygame.

    However, if you really want to go into 3d programming you should look into OpenGl, Blender or any other real 3d lib.

提交回复
热议问题