What are good libraries for creating a python program for (visually appealing) 3D physics simulations/visualizations?

前端 未结 4 579
广开言路
广开言路 2021-02-10 04:02

What are good libraries for creating a python program for (visually appealing) 3D physics simulations/visualizations?

I\'ve looked at Vpython but the simulation

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-10 04:55

    Try PyOpenGL. It is a library that provides Python bindings to OpenGL through the Python ctypes library.

    Heres a demo of this:

    PyOpenGL baseball demo

提交回复
热议问题