Skip to content

7.6.0

Compare
Choose a tag to compare
@mwcraig mwcraig released this 17 Jan 22:27
· 435 commits to master since this release
fe67462

Big new feature:

You can now open vpython windows without opening a web browser! 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]