Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 437 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 437 Bytes

DelaunyQuad

Implementation of "Delaunay quadrangulation by two-coloring vertices" paper

Build:

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.