Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.12 KB

readme.md

File metadata and controls

25 lines (23 loc) · 1.12 KB

Topology visualization modules for Inviwo

Topology ToolKit module

Inviwo module incorporating the Topology ToolKit TTK. Requires boost as a prerequisite.

Setup

  1. checkout Inviwo https://github.com/inviwo/inviwo.git
  2. init submodules of the Inviwo repo
    git submodule update --init --recursive
    
  3. checkout https://github.com/inviwo/modules.git
  4. init submodules of the modules repo
    git submodule update --init --recursive
    
  5. download and install boost libraries (binaries for Visual Studio: https://sourceforge.net/projects/boost/files/boost-binaries/1.70.0/)
  6. in CMake a) append topovis directory of the modules repo to IVW_EXTERNAL_MODULES, e.g. c:/dev/inviwo/modules/topovis;c:/dev/inviwo/modules/misc b) if boost is not found, set Boost_INCLUDE_DIR to the boost directory, e.g. C:\dev\boost_1_70_0 c) run CMake d) make sure the TopologyToolkit module is enabled (IVW_MODULE_TOPOLOGYTOOLKIT)
  7. compile
  8. run Inviwo. Examples available under Examples -> TopologyToolkit