7.6.1
Big new feature:
You can now open vpython
windows without opening a web browser (but not on WIndows or Python 3.8 yet)! The default is to still open a browser, but if you prefer, an application window can be opened instead (a bit like the old vpython 5/6 behavior). Thanks to Aaron Titus @atitus for implementing this. [#9 ]
Using it adds only one line to your program, set_browser(type='pyqt')
. A short example:
from vpython import *
set_browser(type='pyqt')
ball=sphere()