SkillAgentSearch skills...

DelaunyQuad

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

Install / Use

/learn @Ahdhn/DelaunyQuad
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 git@github.com: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.

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated8mo ago
Forks3

Languages

C

Security Score

67/100

Audited on Jul 16, 2025

No findings