Hello
I am using VPython in 64 bit netrunner Linux.
However, consider this code:
from visual import *
ball = sphere(pos=(-5,0,0), radius=0.5, color=color.cyan)
I am using python2. VPython is not compatible with Python 3.4
However, this, when ran in python console, produces an empty gray window, with nothing rendered.
If i give the command quit() to console, the window renders things, and is responsive to the mouse events, e.g. rotate and pan.
Where am I going wrong?
Also, I don't find any info on CSG (Constructive Solid Geometry) for VPython - i must have escaped my notice. Please help.