vtkVR

March 8th, 2008

vtkvr-logo.png The vtkVR project aims at creating an abstract framework that allows to runthe same application in various Virtual Environments without the need tochange anything in the code of the application. This is done by moving manycommon components from the application into system-dependent configurations.vtkVR is based on Kitware’s VisualizationToolkit (VTK).

more

in Virtual Reality, Visualization

VINE – Visual Interactive Network Editor

March 3rd, 2008

VINE is a utility I am developing in my spare time. The basic idea is to use the introspective capabilities of Python to create an interactive environment, where one can inspect and manipulate object networks. The main application is to use it as a visual pipeline editor for VTK, but it is designed for flexibility, allowing to use also other toolkits like vtkVR. VINE is implemented in Python using Kitware‘s Visualization Toolkit (VTK) and wxPython.

more

in Python, Visualization