Integration of Visualization Toolkit into a VR environment
Visualization Toolkit
Target Audience:
- Designed primarily for scientific programmer.
Mode of Interaction:
- Not a gui application. Tcl bindings to vtk classes enable you to write your own gui with tk widgets
- Software architecture is similar to data flow model which separates the data from the processing of data.
- Implemented as C++ classes. User must write code or a tcl script.