Difference between revisions of "Slicer3:Loadable Modules"

From NAMIC Wiki
Jump to: navigation, search
Line 17: Line 17:
 
** create project in NITRC (source forge)
 
** create project in NITRC (source forge)
 
** submit module to a “build farm”
 
** submit module to a “build farm”
*** Register svn with slicer.org (Kittware, TBD)
+
*** Register svn with slicer.org (Kitware, TBD)
 
** Nightly build gets uploaded to slicer.org  
 
** Nightly build gets uploaded to slicer.org  
  
Line 29: Line 29:
 
** versions, download,
 
** versions, download,
 
** upload
 
** upload
 +
 +
==Questions==
 +
 +
* Sebastien: let's try to coordinate our [http://wiki.na-mic.org/Wiki/index.php/Slicer3:Build/Modules#Modules XML module descriptions]
  
 
== References ==
 
== References ==

Revision as of 19:29, 13 March 2008

Home < Slicer3:Loadable Modules

Overview

  • User experience
    • Run slicer
    • File->Get Modules
    • Select modules
    • Modules are downloaded and unpacked into Slicer build tree (install directory)
    • Restart Slicer
    • Can remove modules
  • Developer
    • make slicer build tree locally
    • create module from a template (GUI, Logic, MRML) see GAD
    • test locally on their platform
    • create project in NITRC (source forge)
    • submit module to a “build farm”
      • Register svn with slicer.org (Kitware, TBD)
    • Nightly build gets uploaded to slicer.org
  • Phase 2: web development, deployment
    • prototype on wiki
    • versions, download,
    • upload

Questions

References