qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Replace delaunay-fast with delaunator #78

Closed jhwohlgemuth closed 6 years ago

jhwohlgemuth commented 7 years ago

I stumbled upon Mapbox's Delaunay implementation, delaunator, a while ago and immediately thought of my favorite triangle drawing library.

Comparing the two implementations:

If you are interested, I will submit a PR. If not, I still love trianglify! Thanks for sharing.

qrohlf commented 7 years ago

Mapbox makes awesome stuff, and it looks like the license is GPL-compatible so I see no issue with this. Feel free to spin up a PR!

jhwohlgemuth commented 7 years ago

@qrohlf Pull request ready for review.

jhwohlgemuth commented 6 years ago

Added with #81

qrohlf commented 6 years ago

This is now available on npm as trianglify@v1.2.0