Slicer3:Extensions

From Slicer Wiki
Revision as of 20:49, 8 May 2009 by Tgl (talk | contribs) (New page: 3D Slicer now supports extensions. Extensions are available from an extension server. This allows end-users to select the extensions useful to them, without having to download the entire...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Slicer3:Extensions

3D Slicer now supports extensions. Extensions are available from an extension server. This allows end-users to select the extensions useful to them, without having to download the entire extension archive.

FOR DEVELOPERS

To enable your Command Line, Scripted, Loadable, or Loadable GUI-less module, add an "s3ext" script to the /Slicer3/Extensions directory of the source repository:

ExampleLoadableModule.s3ext:

 scm       svn
 svnpath   https://www.nitrc.org/svn/slicer3examples/trunk/Slicer3ExampleModules/Loadable
 svnusername slicerbot
 svnpassword slicer
 
 depends
 
 homepage  http://www.nitrc.org/projects/slicer3examples/
 
 category  Examples
 
 status    Beta
 
 description An example of a loadable module using Slicer3 GUI and Logic classes, plus a MRML node.