sakrist / BezierPath

Bezier path triangulation with Delaunay algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BezierPath + Delaunay

Sample has OSBezierPath typealias to NSBezierPath and UIBezierPath. Implemented extensions to make OSBezierPath work similar/same on both platforms iOS and MacOS.

Also in this sample we have BezierPath class which is converting OSBezierPath into segments. Segments can be used to form shape.

Sample work on both iOS and MacOS.

Screenshot of example:

BezierPath Example

About

Bezier path triangulation with Delaunay algorithm.

License:MIT License


Languages

Language:Swift 100.0%