Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.25 KB

LibTessSwift

CI Status Version License Platform

A Swift wrapper on top of Libtess2 for polygon triangulation.

Tests where derived from LibTessDotNet library, which is also a port of the library above.

Supports self-intersecting polygons and polygons with holes.

Example

(note: I plan on adding a propper sample app later)

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

LibTessSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "LibTessSwift"

Author

LuizZak

License

LibTessSwift is available under the MIT license. See the LICENSE file for more info.