/mesh_flow

Primary LanguageC++MIT LicenseMIT

Mesh flow Project

The mesh flow project for mesh simplification.

To download and build

git clone --recurse-submodules https://github.com/csyzzkdcz/mesh_flow.git
cd mesh_flow
mkdir build
cd build
cmake ..
make -j4

issue

these codes doesn't work on Apple with M1 chips (the sign_distance was broken on M1 according to libigl/libigl#1686 (comment))