This is the Open Source Code for SIGGRAPH 2022 Technical Paper "TopoCut: Fast and Robust Planar Cutting of Arbitrary Domains"
Author: Xianzhong Fang
Email: xzfangcs [at] 163 [dot] com
Compilation Environment: Linux, such as Ubuntu 20.04.
$ sudo apt install libeigen3-dev libboost-program-options-dev libgmp-dev libcgal-dev
$ mkdir build
$ cd ./build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ bash run.sh