Skip to content

Libtess2 tesselation/triangulation library wrapper for Swift

License

Notifications You must be signed in to change notification settings

Gerungofulus/LibTessSwift

 
 

Repository files navigation

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.

About

Libtess2 tesselation/triangulation library wrapper for Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 66.8%
  • Swift 18.7%
  • Shell 7.4%
  • Objective-C 5.0%
  • C++ 1.4%
  • Ruby 0.7%