Difference between revisions of "Slicer4:Developers"
From Slicer Wiki
Line 13: | Line 13: | ||
*how to get the source code | *how to get the source code | ||
*how to compile on your computer | *how to compile on your computer | ||
+ | |||
+ | =Projects= | ||
+ | (please add your new project to the top of the table) | ||
+ | |||
+ | <br> | ||
+ | {|width="800px" border="1" | ||
+ | |- | ||
+ | |style="background:#ddf" width="60%"|'''Slicer3 Projects''' | ||
+ | |bgcolor="#ddf" valign="top"|'''Key People'''<br/>Bold names are responsible for an aspect of the project. | ||
+ | |- | ||
+ | ||[[Slicer4:EMSegment|EM Segmenter]] | ||
+ | ||'''Kilian Pohl''' | ||
+ | |- | ||
+ | ||[[Slicer4:Annotation|Annotation]] | ||
+ | ||'''Kilian Pohl''', Daniel Haehn | ||
+ | |- | ||
+ | ||[[Slicer4:QtPort|Porting Slicer from kww to Qt]] | ||
+ | ||'''Jean-Christophe Fillion-Robin''', Julien Finet, Steve Pieper | ||
+ | |} |
Revision as of 11:19, 21 July 2010
Home < Slicer4:DevelopersWork on 3D Slicer version 4 has begun in June of 2010. It is expected that Slicer4 will be released in 2011. Please see the Slicer4 Description Page for detailed information on the current plans.
- For information about older versions of Slicer, see here.
Introduction
- This page of for scientist who write source code, if you want to use a pre-compiled version of Slicer, please go to the download page.
- Slicer 4 will include a number of fundamental changes to the infrastructure:
- Qt widgets will replace KWW widgets
- CMAKE superbuild will replace getbuildtest
- git will replace svn
Compiling
- how to get the source code
- how to compile on your computer
Projects
(please add your new project to the top of the table)
Slicer3 Projects | Key People Bold names are responsible for an aspect of the project. |
EM Segmenter | Kilian Pohl |
Annotation | Kilian Pohl, Daniel Haehn |
Porting Slicer from kww to Qt | Jean-Christophe Fillion-Robin, Julien Finet, Steve Pieper |