All Projects → sakrist → Bezierpath

sakrist / Bezierpath

Licence: agpl-3.0
Bezier path triangulation with Delaunay algorithm.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Bezierpath

react-svg-curve
React components to draw different types of curves with svg
Stars: ✭ 42 (-52.27%)
Mutual labels:  bezier
Scenekit Bezier Animations
Create animations over Bezier curves of any number of points
Stars: ✭ 35 (-60.23%)
Mutual labels:  bezier
Maker.js
📐⚙ 2D vector line drawing and shape modeling for CNC and laser cutters.
Stars: ✭ 1,185 (+1246.59%)
Mutual labels:  bezier
Nurbs Python
Object-oriented pure Python B-Spline and NURBS library
Stars: ✭ 295 (+235.23%)
Mutual labels:  bezier
Cglm
📽 Highly Optimized Graphics Math (glm) for C
Stars: ✭ 887 (+907.95%)
Mutual labels:  bezier
Cpp Spline
Package provides C++ implementation of spline interpolation
Stars: ✭ 54 (-38.64%)
Mutual labels:  bezier
motionLib
quaternion, euler angle, interpolation, cubic bezier, cubic spline, PCA, etc.
Stars: ✭ 23 (-73.86%)
Mutual labels:  bezier
Curvejs
Made curve a dancer in HTML5 canvas - 魔幻线条
Stars: ✭ 1,251 (+1321.59%)
Mutual labels:  bezier
Moto.js
A light motion library with curvilinear support.
Stars: ✭ 24 (-72.73%)
Mutual labels:  bezier
Tweenkit
Animation library for iOS in Swift
Stars: ✭ 1,146 (+1202.27%)
Mutual labels:  bezier
Computational Geometry
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc
Stars: ✭ 325 (+269.32%)
Mutual labels:  bezier
Macsvg
macSVG - An open-source macOS app for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view ➤➤➤
Stars: ✭ 789 (+796.59%)
Mutual labels:  bezier
Mgs Skinnedmesh
Unity plugin for create flexible hose in scene.
Stars: ✭ 58 (-34.09%)
Mutual labels:  bezier
Beziermaker.js
arbitrary order bézier-curve generator
Stars: ✭ 277 (+214.77%)
Mutual labels:  bezier
Bezierpath Length
A simple API to get the length of a CGPath, UIBezierPath or NSBezierPath, written in Swift.
Stars: ✭ 78 (-11.36%)
Mutual labels:  bezier
Bezier.py
➰ Create Bezier curves in Python [Mirror]
Stars: ✭ 22 (-75%)
Mutual labels:  bezier
Beziercurve
Bezier curve master
Stars: ✭ 43 (-51.14%)
Mutual labels:  bezier
Diagram Vue
A editable SVG-based diagram component for Vue
Stars: ✭ 86 (-2.27%)
Mutual labels:  bezier
Waveview
🏄 WaveView 一个水波纹动画控件视图,支持波纹数,波纹振幅,波纹颜色,渐变色,波纹速度,波纹方向等属性完全可配。
Stars: ✭ 81 (-7.95%)
Mutual labels:  bezier
Korma
Mathematics library focused on geometry for Multiplatform Kotlin 1.3
Stars: ✭ 65 (-26.14%)
Mutual labels:  bezier

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].