Mr-Question / UnfortuneMesh

Semi-Delaunay, non-constrained, not optimal, simple & header-only mesh generator for 2D point sets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnfortuneMesh

Semi-Delaunay, non-constrained, not optimal, simple & header-only mesh generator for 2D point sets

Details

Generates triangulation on 2D point set enclosed by super-triangle structure using variation of sweep-line algorithm.

Run

./UnfortuneMesh ./data/regular.xy ./result.obj

Until certain issues and actual checks, supposed to be cross-platform.

About

Semi-Delaunay, non-constrained, not optimal, simple & header-only mesh generator for 2D point sets

License:MIT License


Languages

Language:C++ 83.1%Language:C 10.0%Language:CMake 6.9%