This repository contains the C++ implementation and python binding for a temporal consistent mesh decimating based on libigl.
Prerequisites:
- Eigen
To install the kernel, first clone this repository recursively:
git clone --recursive https://github.com/PeizhuoLi/mesh_simplifier.gitThen, use pip to install this module in your virtual environment for ganimator:
conda activate manifold-aware-transformers
pip install ./ganimator-eval-kernelThis repository is based on cmake_example for pybind11.