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 ;
.
- IntegralLineFiltering: Provides functionality to convert a
IntegralLineSet
toDataFrame
containing various metrics of the lines that can be used together with the plotting functionality in thePlotting
andPlottingGL
modules in core. See example workspace on how to use it.
- 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
- NanoVGPY: Python bindings for the
NanoVGUtils
module - OpenMesh: interface to the OpenMesh library
- SpringSystem: implementation of a 3D spring mass system
- VTK: basic interface with the Visualization Toolkit VTK
- ComputeShaderExamples: Contains two example processors on how compute shaders can be used in Inviwo (Requires OpenGL 4.3)
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.