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...)
 
 
(12 intermediate revisions by 3 users not shown)
Line 9: Line 9:
= Documentation =
= Documentation =


* Links to notes go here
* [[KWScene/Documentation|Documentation Notes]]


= Developers information =
= Developers information =


* Download the code via
== Download the code via ==
  svn co https://www.kitware.com/svn/KWPublic/trunk/KWScene KWScene
  svn co https://www.kitware.com/svn/KWPublic/trunk/KWScene KWScene


= News =
== 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 needed KWScene generators, ITK, VTK and/or Paraview builds are required. The following version are recommended.
# Paraview
#* Use version 3.10.1
#* Build paraview using SHARED_LIBRARY option turned on
# ITK
#* Use ITK V4
#* Build ITK using -fPIC compiler option
# VTK
#* Use VTK 5.6.1 version
 
*[[Kitware Scene Graph Meeting April 6, 2010 KHQ]]

Latest revision as of 20:52, 18 January 2012

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 needed KWScene generators, ITK, VTK and/or Paraview builds are required. The following version are recommended.

  1. Paraview
    • Use version 3.10.1
    • Build paraview using SHARED_LIBRARY option turned on
  2. ITK
    • Use ITK V4
    • Build ITK using -fPIC compiler option
  3. VTK
    • Use VTK 5.6.1 version