Does pyGame do 3d?

前端 未结 11 851
醉话见心
醉话见心 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:09

    No, Pygame is a wrapper for SDL, which is a 2D api. Pygame doesn't provide any 3D capability and probably never will.

    3D libraries for Python include Panda3D and DirectPython, although they are probably quite complex to use, especially the latter.

提交回复
热议问题