Is it possible to create a standalone application with 3D slicer and run it without 3D Slicer launching? I mean the application can works in other computers without 3D Slicer.
Thanks a lot!
You can also run Slicer Python scripts in a web browser, without installing anything on the user’s computer, using Binder. See more information on SlicerJupyter extension documentation.
Slicerlets is an option. However, it just prevents showing the main application UI interface and still depends on 3D Slicer? Is that right? If so, a customized Slicerlets can not run on a computer without 3D Slicer. Is that right?
Alternatively, SlicerCustomAppTemplate seems to be more flexible, however, I can get too much information about how to use it! Does it can package the prerequisite modules of 3D slicer into the new application?
@lassoan,
These two options are dependent on the internet. If the internet is not available, it will not work!
To clarify, if the Slicer version associated with a custom application must be updated, this is usually a one line change that consist in updating the Git SHA in the top-level CMakeLists.txt of the custom application.