KitwareMedical / tensorboard-plugin-3d

https://tensorboardplugin3d.readthedocs.io/en/latest/
33 stars 4 forks source link

Add support for comparing images #66

Open bnmajor opened 1 year ago

bnmajor commented 1 year ago

As mentioned in #65 it would be useful to have support for comparing images as well

bnmajor commented 1 year ago

This will require a few steps:

bnmajor commented 1 year ago

@thewtex It looks like from InsightSoftwareConsortium/itk-viewer-material-ui#39 that the intention is to move from the material-ui React library to material-web. In order to get the plugin caught up with itkwidgets (or at the very least just add comparison support) should the missing components just be added with material-web? Or should the plugin changes wait until itk-viewer-material-ui can be updated? Or should we (temporarily) use the itk-viewer-bootstrap-ui?

thewtex commented 1 year ago

@bnmajor last time we checked material-web was not mature enough -- yes it is probably better to use material-ui or itk-viewer-bootstrap-ui, whichever you think is easier.