KWScene: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 26: Line 26:
Depending on the KWScene Generators you are interested, you will need ITK, VTK and Paraview builds.
Depending on the KWScene Generators you are interested, you will need ITK, VTK and Paraview builds.
# Paraview  
# Paraview  
## Use version 3.1.10
## Build paraview using SHARED_LIBRARY option turned on
## Build paraview using SHARED_LIBRARY option turned on
# ITK
# ITK
## Use ITK 3.20 version  
## Use ITK 3.20 version  
# VTK
# VTK
## Use VTK 5.6.1 version


*[[Kitware Scene Graph Meeting April 6, 2010 KHQ]]
*[[Kitware Scene Graph Meeting April 6, 2010 KHQ]]

Revision as of 15:51, 13 July 2011

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

Dashboard

http://www.cdash.org/CDash/index.php?project=PublicDashboard

and using a filter for the BUILDNAME

 http://www.cdash.org/CDash/index.php?project=PublicDashboard&filtercount=1&showfilters=1&field1=buildname/string&compare1=63&value1=KWScene

Build Instructions

Depending on the KWScene Generators you are interested, you will need ITK, VTK and Paraview builds.

  1. Paraview
    1. Use version 3.1.10
    2. Build paraview using SHARED_LIBRARY option turned on
  2. ITK
    1. Use ITK 3.20 version
  3. VTK
    1. Use VTK 5.6.1 version