NA-MIC Project WeeksBack to Projects List
SlicerCustomAppTemplate is a starting point for creating a custom 3D Slicer-based application. 3D Slicer have been used to develop research and commercial applications by customizing GUI, removing unnecessary modules, and adding custom functionality.
Identified issue related to CustomApp versioning and working on a fix
app_name, app_version_major, app_version_minor, app_version_patch and app_description_summaryslicer-application-properties.cmake now required in each application. For example:
Slicer/Application/SlicerApp/slicer-application-properties.cmakeCustomApp/App1/slicer-application-properties.cmakeCustomApp/App2/slicer-application-properties.cmakeImproved SlicerCustomAppTemplate to support packaging of Superbuild based extension
Fixed openigtlink/SlicerOpenIGTLink to support integration in Custom application.
qSlicerMainWindow, qSlicerAboutDialog into Slicer/Base/QtApp for easier re-use