Slicer3:Loadable Modules:Working Plans

From Slicer Wiki
Revision as of 16:04, 10 August 2008 by Tgl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Slicer3:Loadable Modules:Working Plans

Use this page to describe how this feature should work. Otherwise, see 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 1: Slicer internals
    • runtime module discovery
    • module template
    • like CommandLineModuleFactory
  • Phase 2: web development, deployment
    • prototype on wiki
    • versions, download,
    • upload


References