Skip to content
/ GudhUI Public

GudhUI is a Qt UI for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding based on GUDHI

License

Notifications You must be signed in to change notification settings

GUDHI/GudhUI

Repository files navigation

GudhUI

Dependencies

In a conda environment:

conda env create -f environment.yml

On a Debian Linux:

sudo apt-get install build-essential cmake libcgal-dev libgudhi-dev freeglut3-dev qt6-base-dev # qtbase5-dev

Build

git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
# Something strange here, I didn't find how to make GudhUI depend on submodule libQGLViewer
cd libQGLViewer
make
cd ..
cmake .
make

About

GudhUI is a Qt UI for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding based on GUDHI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published