Skip to content

Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jiangzhongshi jiangzhongshi released this 01 Nov 01:39
· 5 commits to main since this release
0379161

Installation via CMake

Our system is developed in a Linux 🐧 environment, with GCC-9 and Clang-12, and is tested on macOS 🍏 and Windows.
Please refer to cmake.yml for a more detailed setup.

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make -j4

Examples

Hello Bunny

After compilation, you can launch (from the build/ directory)

wget https://raw.githubusercontent.com/libigl/libigl-tutorial-data/master/bunny.off # get the bunny mesh
./cumin_bin -i bunny.off -o ./

To obtain bunny.off.h5 in the current directory.

Conversion

We provide a simple script to convert from our format to be compatible with gmsh visualizer for a visualization similar to Fig.4 in our paper.

Requiring python packages pip install meshio h5py numpy

python ../python/format_utils.py bunny.off.h5 bunny.msh