What are good libraries for creating a python program for (visually appealing) 3D physics simulations/visualizations?
I\'ve looked at Vpython but the simulation
Try PyOpenGL. It is a library that provides Python bindings to OpenGL through the Python ctypes library.
Heres a demo of this: