Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
210 stars 64 forks source link

ENH: Add capabilities for changing UI #528

Closed labdala closed 2 years ago

labdala commented 2 years ago

This adds the capability of the user choose the ui (e.g., 'view(image, ui='pydata-sphinx') in itkwidgets. Specifically, it includes ui argument to setImage and setPointSets.

labdala commented 2 years ago

It has been refactored in #535