Difference between revisions of "Documentation/4.0/Developers/Overview"

From Slicer Wiki
Jump to: navigation, search
Line 2: Line 2:
  
  
* Please fill in
+
* Please fill in one para each with pointers to more in depth information
 +
*The software process
 +
**source code repository
 +
**compilers on different platforms
 +
**testing
  
 
*Types of plug-ins in Slicer
 
*Types of plug-ins in Slicer

Revision as of 13:07, 22 November 2011

Home < Documentation < 4.0 < Developers < Overview

Back to Developers Information


  • Please fill in one para each with pointers to more in depth information
  • The software process
    • source code repository
    • compilers on different platforms
    • testing
  • Types of plug-ins in Slicer
    • CLI
      • C++: requires compilation
      • Python: No compilation needed
    • Loadable: require more knowledge of the internals of slicer, including the mrml tree.
    • editor effects: a special type of....