Skip to content

7.6.1

Compare
Choose a tag to compare
@mwcraig mwcraig released this 18 Feb 04:12
· 370 commits to master since this release
eb99b4f

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()

Other improvements/fixes

  • Compatibility with Spyder 4. [#43]
  • Fix bug in scene.forward. [#45]
  • Better default width for arrow shafts. [#44]
  • Several fixes to the glowscript library. [#66, #67, #68]