CIBC:Documentation:SCIRun:DevManual

From SCIRun Documentation Wiki
Jump to navigation Jump to search

Developer's Manual

SCIRun Developer's Guide

SCIRun developer guide.

Other Useful Pages

Basic Module Development tutorial

List of linear algebra algorithms with links to further documentation.

Build SCIRun releases on Windows and OS X.

Build notes for OS X Lion.

GoogleTest is our unit testing framework. Here is a how-to guide.

SCIRun 3.0 Developer's Guide

NOTE that this information is wildly out of date for modern versions of SCIRun (version 4 and up). Please see the installation and developer guides for documentation applicable to recent releases.

Overview

This manual is intended for the developer who is new to the SCIRun framework and who wants to contiribute to the development of the SCIRun framework. It features the basic strategies used in managing dataflow environment and an overview of the classes needed to extend the framework.


Contents


Go back to Documentation:SCIRun