项目作者: sakrist

项目描述 :
Bezier path triangulation with Delaunay algorithm.
高级语言: Swift
项目地址: git://github.com/sakrist/BezierPath.git
创建时间: 2018-06-12T04:36:30Z
项目社区:https://github.com/sakrist/BezierPath

开源协议:MIT License

下载


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