VPython: 3D visualization made easy
copied from cf-staging / vpythonVPython makes it is to create and manipulate objects in three
dimensions. For example, create a sphere with my_sphere = vp.sphere()
and update its position with my_sphere.pos = vp.vector(1, 2, 3)
.