I can’t find any way to actually install the extension through the slicer interface or through the developer files that they’ve included. I’m fairly new to slicer to any help would be appreciated. Thanks!
The source code is available, but it’s for an older version of Slicer so it would need to be updated a bit. I suspect it could be made to work if you have the time and are willing to learn about the build process.
I’ve fixed the build errors (all trivial modifications due to VTK, ITK, and Slicer API updates). You can get the update version from my forked repository. I’ve also sent a pull request to the author to update the original repository.
If you build it and add the binary directories to the additional module paths, then modules should show up in the “Developer tools” and “Work in progress” categories. I haven’t tested the modules at all. If you find the modules useful then let me know and then I add the extension to the extension manager.
I tried to build it with Cmake by calling the CMakelLists.txt in the master file, but the building finds errors. Actually, I don’t really know how to do it properly.
I’ve added this extension to the extension index. It should be available in the Extension manager in the nightly version of Slicer that you download Friday or later.