Are there any examples of multiple images being rendered by VTK.js side-by-side?

For example, if I wanted to view side-by-side the CT scans for three different individuals using VTK.js?

Thanks!

You could have a look at the way vtk.js is used in OHIF. In fact depending on your goals it might make sense to build on OHIF (work at a higher level of abstraction).

https://ohif.org/newsletters/2022-08-18-mode-gallery-and-tmtv-mode

1 Like

The ManyRenderers example may also help

1 Like

And the reslice cursor widget example can be considered as well.

1 Like