KWScene: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(New page: = Charter = Establish a portable library for managing hierarchies of objects in space. Features include: * Integrates with ITK, VTK, and Qt * Support for reading and writing in a varie...) |
|||
Line 9: | Line 9: | ||
= Documentation = | = Documentation = | ||
* | * [[KWScene/Documentation|Documentation Notes]] | ||
= Developers information = | = Developers information = |
Revision as of 13:11, 1 December 2009
Charter
Establish a portable library for managing hierarchies of objects in space. Features include:
- Integrates with ITK, VTK, and Qt
- Support for reading and writing in a variety of SceneGraph formats
- Object representations point to data via URLs. IO of object data is left to companion libraries, e.g., ITK and VTK
- Issues events on scene modification. Those events can be passed as VTK or ITK events or as Qt signals.
Documentation
Developers information
- Download the code via
svn co https://www.kitware.com/svn/KWPublic/trunk/KWScene KWScene