This repository provides source code for:
Yu Fang*, Minchen Li* (equal contribution), Chenfanfu Jiang, Danny M. Kaufman, Guaranteed Globally Injective 3D Deformation Processing, ACM Transactions on Graphics (SIGGRAPH 2021)
Install python
sudo apt install python3-distutils python3-dev python3-pip python3-pybind11 zlib1g-dev libboost-all-dev libeigen3-dev freeglut3-dev libgmp3-dev
pip3 install pybind11
Build library
python build.py
Build library
python build_Mac.py
For animation fix and normal flow examples:
cd Projects/FEMShell
python batch.py
For modeling examples pull the modeling
branch of this repository.
For Min-Max optimization examples pull the minmax
branch of this repository.