Polygon Triangulator. Turns any polygon shape into triangles, even ones with holes inside.

github.com/SebLague/Ear-Clipping-Triangulation

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2017
  • Removed extension method dependency
  • Delete .gitignore
  • Bug fixes; scripts only
July 2017
  • Update README.md
  • Merge commit 'c2cdc69d88c829fa645b095903416891ea660097'
  • Now supports multiple holes.
  • Create README.md
  • Merge branch 'master' of https://github.com/SebLague/Ear-Clipping-Tri…
  • Initial commit
  • Removed misc nonsense
  • bug fixes, mesh display, editor handles
  • automatically figure out best place to connect hole with hull. only o…
  • Single hole working (but must manually ensure line of sight between f…
  • Improved algorithm speed
  • initial commit