Skip to content

Version 0.1.4

Compare
Choose a tag to compare
@schlegelp schlegelp released this 13 May 10:24
· 51 commits to main since this release

New & Improved

  • added a basic overlay system that allows showing message to the user
  • generation of large line visuals with lots of breaks is now much faster
  • Viewer.add_mesh now passes through pygfx.Mesh objects
  • better, more explicit conversion for pygfx.Geometries and pygfx visuals
  • added documentation for usage of octarine from non-interactive environments such as the standard REPL or scripts

Fixes

  • added missing dependencies by @arpy8
  • point visual should now work correctly when passing one color per point
  • fixed a bug in Viewer.remove_objects