Difference between revisions of "Special:Badtitle/NS100:DeveloperOrientation"
| Line 71: | Line 71: | ||
'''Slicer Development Basics''' | '''Slicer Development Basics''' | ||
| + | |||
| + | [[Image:Kubicki_2007_J Psychiatr Res.jpg|thumb|right|350px|Example of fiber tracking. See [http://slicer.spl.harvard.edu/Special:PubDB_View?dspaceid=99 Kubicki et al J Psychiatr Res 2007] for more info.]] | ||
Slicer is based on Vtk, a graphical library that provides a high-level interface to OpenGL and a pipeline mechanism to connect graphical filters. The library is implemented in C++ but provides a Tcl wrapper to instantiate and execute its methods. Tcl/Tk comprises the rest of 3D Slicer user interface and event handling. | Slicer is based on Vtk, a graphical library that provides a high-level interface to OpenGL and a pipeline mechanism to connect graphical filters. The library is implemented in C++ but provides a Tcl wrapper to instantiate and execute its methods. Tcl/Tk comprises the rest of 3D Slicer user interface and event handling. | ||
| − | |||
| − | |||
Slicer software supports automatic testing and employs an extreme programming approach with nightly builds natively on multiple platforms. Recent accomplishments include added capability for plugging in external modules using XML-based command line interface. | Slicer software supports automatic testing and employs an extreme programming approach with nightly builds natively on multiple platforms. Recent accomplishments include added capability for plugging in external modules using XML-based command line interface. | ||
Revision as of 21:06, 30 July 2007
Slicer Developer Orientation
Welcome Slicer Developers. You are creating Slicer's future. After all, Slicer is an open source package suited for easy modular expansion by developers with ideas for Slicer designs and applications. This page acts as a portal to acquaint you with the basics of Slicer development and route you through the table below to an interactive Wiki exclusive to Slicer development that represents a vast community of individuals. The following table contains links to useful resources within the Slicer Wiki:
| Slicer 2.6 (Release) | Slicer 3 (Beta) | |
| Slicer Developer Documentation | Slicer 2 Getting Started | Module Documentation and Slicer 3 Documentation in Development |
| Build Instructions | Slicer 2.6 Build Instructions and Transitioning Slicer 2 to Slicer 3 | Slicer 3 Build Instructions and Building a Slicer 3 Module GUI |
| Coding Considerations | Slicer 101 Tutorial | Slicer 3 Coding Style and Slicer 3 Interface Design |
| VC for Browsing Repository | View VC | View VC |
| Slicer svn Repository and SVN Instructions | Accessing Source Code | svn Repository and Instructions for svn |
| Dashboard and Visual Blog | Slicer 101 Tutorial | Slicer 3 Dashboard and Visual Blog |
| Status Report | Slicer 101 Tutorial | Status Reports |
| Bug Tracker | Slicer 2 Bug Tracker | Slicer 3 Bug Tracker |
| Developer Discussion | Developer's Mailing List | Developer's Mailing List |
| Module Execution Documentation | Execution Model | Execution Model and Adapting Slicer to Large Scale Experiments |
Slicer Development Basics
Slicer is based on Vtk, a graphical library that provides a high-level interface to OpenGL and a pipeline mechanism to connect graphical filters. The library is implemented in C++ but provides a Tcl wrapper to instantiate and execute its methods. Tcl/Tk comprises the rest of 3D Slicer user interface and event handling.
Slicer software supports automatic testing and employs an extreme programming approach with nightly builds natively on multiple platforms. Recent accomplishments include added capability for plugging in external modules using XML-based command line interface.
Before getting started, recognize that developing code for Slicer involves understanding and abiding by slicer license and acknowledgment considerations, including that all software and any associated materials should include an acknowledgement of the NIH Roadmap. See a list of grants and their numbers to make other acknowledgments that helped to fund your work.
Slicer 3 is the latest version of Slicer that has integrated within it features to make adding to Slicer easier than before. If you are new to Slicer, viewing slides on its architecture will familiarize you with its framework.