Difference between revisions of "Documentation/4.0/Developers"
From Slicer Wiki
(→HOW TO) |
|||
Line 45: | Line 45: | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ExtensionWriting|Create an extension]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ExtensionWriting|Create an extension]] | ||
+ | : Describes how to take your command line module or loadable module and turn it into an extension for Slicer 4.0 | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Debug]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Debug]] |
Revision as of 14:56, 21 November 2011
Home < Documentation < 4.0 < DevelopersDevelopers Information
Requirements for Modules
- The module is feature complete, i.e. it does everything that it advertises
- The module has a test. See here for more information.
- The module is fully documented. Template and How-to for the end user documentation.
- The module complies with Rons rules for tool and the style guide lines, including color palette.
- Use the logos in the Logo Gallery
Compile/Install
Mailing List
HOW TO
|
Design & Implementation
|
Miscellaneous
|