FOX VTK Widget & Interactor

FOX VTK is now a sourceforge project. This is a widget and interactor I made so that I could use VTK with the FOX Toolkit. It allows VTK to draw on FOX using the “OpenGL” canvas, as well as, mapping input events back to VTK.

Screenshots

How to build

Download the source package. Make sure you have CMake and VTK installed. Under *nix perform the following steps:

tar jxvf vtkfox-xxxxx.tar.bz2
cd vtkfox
mkdir build
cd build
cmake ..
make

Compatibility

This library has been tested against VTK-4.2, VTK-4.4, VTK-CVS, FOX-1.4, FOX-1.6, linux, solaris and windows. Under windows I have built all libraries using VC6 and Borland 5.5.1 compilers with good success. When configuring with cmake under windows set the FOX_INCS variable to the directory containing FOX headers, and FOX_LIBS to the name of the FOX library you wish to link against.

Files

 
vtkfox/vtkfox.txt · Last modified: 2007/01/14 11:58 by doug     Back to top