May I ask if there is a tutorial for SlicerIMSTK? I am able to build IMSTK with CMake and successfully ran the examples with the 3DS haptic device but not sure how to build or install the SlicerIMSTK.
The GitHub page says the standalone case provides IMSTK functionalities to the Slicer community through the extension manager but I can’t find it or install it from the extension manager. Building it with CMake also fails.
Thank you very much for your help!
Him the SlicerIMSTK extension is based on an older version of IMSTK and requires some updates. If you could open an issue on the GitHub repo with your build errors that would be helpful.
Thank you for the reply. Shall I build the SlicerIMSTK the same way as I build IMSTK?
SlicerIMSTK should be built like other Slicer extensions, which requires to first do a local build of Slicer:
https://slicer.readthedocs.io/en/latest/developer_guide/extensions.html#build-an-extension
1 Like