Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sakrist/BezierPath

Bezier path triangulation with Delaunay algorithm.
https://github.com/sakrist/BezierPath

bezier delaunay ios macos swift

Last synced: 3 months ago
JSON representation

Bezier path triangulation with Delaunay algorithm.

Lists

README

        

# 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](Screenshot.jpeg)