Open tbirdso opened 1 year ago
@tbirdso I agree with you
I use it like this
Inside vtk.js
npm run build
cd dist/esm
yarn link
npm run dev:esm
then inside my react app
yarn link @kitware/esm
Works fine
@sedghi was this comment destined for a different issue?
Hmm, I initially thought they were inquiring about linking vtk.js to external applications. It seems I didn't read through the entire message.
To answer the original question, cornerstone3D and OHIF relies on vtk.js for rendering
Feature Request
Add a list of web applications that use VTK.js and their reference links to the README and/or generated documentation.
Motivation and Detailed Description
It would be helpful to make available an "official" list of applications that rely on VTK.js, such as VolView. This would both promote traffic among projects and would help newcomers understand practical cases for using VTK.js.