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.
- Host: GitHub
- URL: https://github.com/sakrist/BezierPath
- Owner: sakrist
- License: mit
- Created: 2018-06-12T04:36:30.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-07T11:20:19.000Z (almost 4 years ago)
- Last Synced: 2024-04-04T18:35:13.353Z (7 months ago)
- Topics: bezier, delaunay, ios, macos, swift
- Language: Swift
- Homepage:
- Size: 152 KB
- Stars: 96
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)