danio / earcut-j

A pure Java implementation of the earcut triangulation library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

earcut-j

A pure Java port of Vladimir Agafonkin's excellent earcut, the fastest and smallest Javascript polygon triangulation library. This will also work quite nicely on Android.

The latest version is based on earcut 1.4.2, and is funtionally equivalent as the original project, but has some minor Java-specific features to aid runtime performance and encapsulation.

The original project can be found here: https://github.com/mapbox/earcut

About

A pure Java implementation of the earcut triangulation library.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 99.8%Language:Scala 0.2%