Implementation of "Delaunay quadrangulation by two-coloring vertices" paper
The code has been tested on Windows (Visual Studio 2019) and Linux (g++ 7.4.0). It uses cmake to build as follows
git clone [email protected]:Ahdhn/DelaunyQuad.git
cd DelaunyQuad
mkdir build
cd build
cmake ../
and then for Linux system, you can use make
to compile or open the Visual Studio project if you are using Windows.