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
topovis
directory of the modules repo toIVW_EXTERNAL_MODULES
, e.g.c:/dev/inviwo/modules/topovis;c:/dev/inviwo/modules/misc
b) if boost is not found, setBoost_INCLUDE_DIR
to the boost directory, e.g.C:\dev\boost_1_70_0
c) run CMake d) make sure theTopologyToolkit
module is enabled (IVW_MODULE_TOPOLOGYTOOLKIT
) - compile
- run Inviwo. Examples available under
Examples -> TopologyToolkit