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

Multi scale #343

Closed thewtex closed 3 years ago

oeway commented 4 years ago

This is awesome! Looking forward to it.

oeway commented 4 years ago

Just for curiosity, can we feed a zarr store interface with getItem into the viewer. With imjoy-rpc, the zarr store interface can basically implemented in Python, just like zarr.js and vizarr does example?

thewtex commented 3 years ago

Just for curiosity, can we feed a zarr store interface with getItem into the viewer. With imjoy-rpc, the zarr store interface can basically implemented in Python, just like zarr.js and vizarr does example?

@oeway to have access to the chunking interface, we will be able to provide a zarr interface that has a JavaScript implementation or a zarr interface that talks to an ImJoy-Python plugin. This is for performance.

thewtex commented 3 years ago

@oeway a lot of refactoring in this branch, looking ahead to better kaibu integration...

Also fleshing out the ImJoy-Plugin API (now exported from the bundle). I would appreciate your feedback after it is ready.

oeway commented 3 years ago

Wow, great features in the making! You even added layers support, cool!

thewtex commented 3 years ago

@oeway yes, great suggestions -- getting around to them :-)

thewtex commented 3 years ago

@oeway thank you for your patience! There are a number of fundamental improvements here. Of course, this gigantic branch is difficult to review. There is more to do -- looking forward to your feedback! I will follow up on issues.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 11.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: