Difference between revisions of "Documentation/4.0/Developers/Overview"
From Slicer Wiki
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887) |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <noinclude>{{documentation/versioncheck}}</noinclude> | |
| + | * 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 | **CLI | ||
| − | ***C++ | + | ***C++: requires compilation |
| − | ***Python | + | ***Python: No compilation needed |
| − | No compilation needed | + | **Loadable: require more knowledge of the internals of slicer, including the mrml tree. |
| − | **Loadable | + | **editor effects: a special type of.... |
Latest revision as of 07:29, 14 June 2013
Home < Documentation < 4.0 < Developers < Overview
|
For the latest Slicer documentation, visit the read-the-docs. |
- 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....
- CLI