CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Jul 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by Alex Littleohn.
Delaunay Triangulation implementation written in swift https://en.wikipedia.org/wiki/Delaunay_triangulation
Generate a set of vertices and pass them into Delaunay.triangulate(vertices) which will then return the optimal set of triangles.
See the example project for more details.