VPython: 3D visualization made easy
conda install vpython::vpython
conda install vpython/label/internal_testing::vpython
conda install vpython/label/pre-release::vpython
VPython 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)
.