mapbox / earcut

The fastest and smallest JavaScript polygon triangulation library for your WebGL apps
ISC License
2.21k stars 207 forks source link

Earcut implementation in Java #139

Closed andresoviedo closed 4 years ago

andresoviedo commented 4 years ago

Dear team,

Thank you very much for sharing your awesome earcut library. I have ported your latest javascript implementation to JAVA language. I have commited the code under the MIT License.

https://github.com/the3deers/earcut-java

I have updated the README.md with the link to the repository.

Kind regards