====== FOX VTK Widget & Interactor ====== **FOX VTK is now a [[http://www.sourceforge.net/projects/vtkfox|sourceforge project]].** This is a widget and interactor I made so that I could use [[http://www.vtk.org|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 [[http://www.cmake.org|CMake]] and [[http://www.vtk.org|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-06064.tar.bz2}} * {{vtkfox:vtkfox-05185.tar.bz2}}