Setting Up Basic ITK Implementation in Vue 3.x

I ran into some challenges setting up a Vue 3.x project with ITK-wasm and VTK.js. I’ve created a branch of my current project I’m going to leave as a really basic example of a working Vue 3.x project using both ITK-wasm and VTK.js (though not together atm):

I’ve attempted to document pretty extensively the process to get a Vue 3.x project working with ITK-wasm / VTK.js. Hopefully it is helpful!

Dave

2 Likes

Added a new branch that successfully loads an image with ITK-WASM and then converts and displays the image using VTK.js (utilizing proxyManager), in case anyone can use it:

2 Likes