Additional Inviwo modules grouped into different categories. To enable the modules of a specific category, the path of the category must be added to the CMake option IVW_EXTERNAL_MODULES
in the Inviwo project. For example, the topovis and misc modules are enabled by setting IVW_EXTERNAL_MODULES
to c:/dev/inviwo/modules/topovis;c:/dev/inviwo/modules/misc
, assuming the repository was checked out into c:\dev\inviwo\modules
. Paths are separated by semicolon ;
.
- DICOM: functionality for loading and writing DICOM files using the Grassroots DICOM (GDCM)
See readme for detailed instructions.
- DevTools: useful tools for developing and testing Inviwo networks
- NanoVGUtils: A module integrating the Vector Graphics rendering library NanoVG
- OpenMesh: interface to the OpenMesh library
- SpringSystem: implementation of a 3D spring mass system
- VTK: basic interface with the Visualization Toolkit VTK
Molecular visualizations.
Modules for tensor field visualization.
Modules for topological methods and topology visualization. The functionality is provided by the Topology ToolKit TTK, which requires boost. See readme for detailed instructions.