Alexander Straub, Nikolaos Karadimitriou, Guido Reina, Steffen Frey, Holger Steeb, and Thomas Ertl.
In the following, we will provide information about the implementation for our paper.
If you are interested in replicating some of the figures in our paper, you can use the replication script. Otherwise, follow the instructions for MegaMol and LuaVis.
For this work, we created two new plugins in MegaMol: imageseries and imageseries_gl. They provide all functionality to read image series from experiments, preprocess them, create the time map, and extract and simplify a flow graph.
You can get MegaMol from its repository at https://github.com/UniStuttgart-VISUS/megamol/tree/2023.07.26.
Configure MegaMol with CMake by running:
cmake /path/to/source -DMEGAMOL_USE_OPENGL=ON -DMEGAMOL_PLUGIN_IMAGESERIES=ON -DMEGAMOL_PLUGIN_IMAGESERIES_GL=ON
This enables the required plugins imageseries and imageseries_gl.
Now build and install MegaMol.
You can find an example project in the MegaMol examples called "porous". To run it, simply start MegaMol and load the project.
LuaVis is a standalone application that has been modified for the interactive visualization of flow graphs. Its core is written in C++, the implementation for graph visualization in Lua.
You can get LuaVis from its repository at https://github.com/UniStuttgart-VISUS/LuaVis.
LuaVis depends on the following libraries, which have to be built and installed. Best use the linked repositories for compatibility.
After building the dependencies, configure LuaVis by running CMake with:
cmake /path/to/source -Dcppfs_DIR=/path/to/cppfs -DLUAJIT_DIR=/path/to/LuaJIT -DSFML_DIR=/path/to/lib/cmake/SFML -DZLIB_ROOT=/path/to/zlib
Now build and install LuaVis.
Execute the run script. By default, an example dataset is loaded and visualized.
To replicate images in the paper, we provide a script to re-create Figures 4a and 12.
- Windows 10 or later
- Graphics driver with OpenGL
- CMake
- Git
- Visual Studio with C++ 17 or later
Run the script replication\build.bat
.
The script downloads, configures, builds, installs, and runs MegaMol and LuaVis.
- It produces Figure 4a as
replication\_fig.4a.png
- It starts LuaVis at the state of Figure 12 (no screenshot capability for automatic saving)
Caution: MegaMol is started and closes again automatically after saving the screenshot. Please do not close it manually.