Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sakrist/BezierPath

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

bezier delaunay ios macos swift

Last synced: about 1 month ago
JSON representation

Bezier path triangulation with Delaunay algorithm.

Awesome Lists containing this project

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)