HDTycho / BezierCurve

A simple Bezier Curve generator that can work with any number of control points that is based on De Casteljau's algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BezierCurve

A simple Bezier Curve generator that is based on De Casteljau's algorithm

It can be used to draw complex Bezier curves with an arbitrary number of control points, unlike quadratic or cubic bezier that has a very limited number of control points

Check out a Live Demo of the implementation

The most minimal form of implementation is hosted here

Feel free to use it if you find it interesting.


May the force be with you

About

A simple Bezier Curve generator that can work with any number of control points that is based on De Casteljau's algorithm

License:GNU General Public License v3.0


Languages

Language:HTML 46.2%Language:JavaScript 40.2%Language:CSS 13.6%