Inviwo module incorporating the Topology ToolKit TTK. Requires boost as a prerequisite.
- checkout Inviwo https://github.com/inviwo/inviwo.git
- init submodules of the Inviwo repo
git submodule update --init --recursive - checkout https://github.com/inviwo/modules.git
- init submodules of the modules repo
git submodule update --init --recursive - download and install boost libraries (binaries for Visual Studio: https://sourceforge.net/projects/boost/files/boost-binaries/1.70.0/)
- in CMake
a) append
topovisdirectory of the modules repo toIVW_EXTERNAL_MODULES, e.g.c:/dev/inviwo/modules/topovis;c:/dev/inviwo/modules/miscb) if boost is not found, setBoost_INCLUDE_DIRto the boost directory, e.g.C:\dev\boost_1_70_0c) run CMake d) make sure theTopologyToolkitmodule is enabled (IVW_MODULE_TOPOLOGYTOOLKIT) - compile
- run Inviwo. Examples available under
Examples -> TopologyToolkit