Releases: jiangzhongshi/bichon
Releases · jiangzhongshi/bichon
Initial Release
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