Paul Elliott

Results 42 comments of Paul Elliott

Hello Francesco! Meshes are still supported on `main`. If you find something something unexpected in your tests, please let us know.

Hello! I have not tried SpinControls with react-three-fiber, but if looks like they got you going. Thank you for the report. https://github.com/pmndrs/react-three-fiber/discussions/1541

Looks like the trackball/target position gets set too close, so zoom/dolly changes very little. I'm not sure why. Perhaps has to do with order of events before index.html calls `controls.setTargetPosition`...

Would be nice if we can update geometries after first load: https://discourse.itk.org/t/adding-additional-geometries-to-viewer-changes-colours-of-outputs/5449/3

Cool. I want to try it. How to install and run? Where can we see the CLI paramters? (After `pnpm clean` and `pnpm build` I'm getting errors building the pipeline...

Hi @will-moore I'm helping with this project. Your right, not a great experience with datasets that the viewer does not find `scale` metadata for. Higher resolution images grow in size...

If I change this line in the example: https://github.com/PaulHax/itk-wasm-vector-image-example/blob/a8d2c9626d2c1eb225b7b5510f90ee9fe165b0db/VectorImageTest.cxx#L49 From `using PipelineOutputType = typename itk::VectorImage;` To `using PipelineOutputType = itk::Image;` Output image has 2 components! 🎉 ![output](https://user-images.githubusercontent.com/16823231/231327284-89e5cd73-567e-40d4-9893-07691ae905b6.png)

Given imjoy docs https://github.com/imjoy-team/ImJoy/blob/c255d9cda9dc19d441fb7cf1eaca806e5ec71af8/docs/development.md#permissions I tried this: https://github.com/PaulHax/itkwidgets/commit/a796f037be4b2ce0332496d23f33c3618c5e04a6 But did not work. Maybe we can `querySelector()` in python for the iframe and set allow="fullscreen"?

Let me suggest using the JavaScript project that backs itkwidgets: https://github.com/Kitware/itk-vtk-viewer And see PR https://github.com/Kitware/itk-vtk-viewer/pull/485 for how to bundle the viewer into your project.

Your right, the errors are from itk-vtk-viewer. Seems your setup is trying to build itk-vtk-viewer directly. You should not need to. I dont think the itkwidget npm package is maintained....