Skip to content

v0.0.3 - Improved demos, updated image urls in readme, simplify dash_vtk.utils

Compare
Choose a tag to compare
@xhluca xhluca released this 04 Feb 22:39
· 50 commits to master since this release
d981889

Changed

  • Demos: removed headers, updated layout sizes, remove unused files
  • demos/usage-vtk-cfd: update viz on drag
  • demos/pyvista-point-cloud: faster loading by lowering sampling
  • demos/slice-rendering: faster loading by removing volume rendering
  • README.md: Change relative links to URLs
  • docs/CONTRIBUTING.md (commit): Various clarification and improvements

Fixed

  • Simplified imports in dash_vtk.utils.vtk to only load necessary modules from vtk. This avoids libGL.so.1 since server side rendering is not needed.