Version 0.1.1
This is the second release for Octarine
with tons of goodies 🚀
Improvements:
- we added a documentation!
octarine.Viewer
now actually works in Jupyter notebooks (including withsidecar
)- basic support for animations (see tutorial)
- improved support for adding
trimesh.Trimesh
andtrimesh.Scene
objects directly to the viewer - the GUI controls can now be used to toggle visibility, pick colors and perform action on all selected objects
- introduced a extendable system for converting data to
pygfx
visuals (see tutorial) Viewer
:- new properties:
.size
(can be set),max_fps
(can be set),.shadows
(can be set) Viewer.add_volume
lets you setcmin
andcmax
- added
center
argument to allViewer.add_...
methods - added
alpha
argument toViewer.add_mesh()
- new properties:
Breaking:
Viewer.add_scatter
was renamed toViewer.add_points
Bug fixes:
Viewer.screenshot
now works properly with offscreen canvases- conversion of image volumes now works for datatypes
<f
,>f
,>u
and<u