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