Skip to content

Program that draws a Bezier Curve between any number of points

Notifications You must be signed in to change notification settings

jrogge/Bezier-Curve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Bezier-Curve

Program that draws a Bezier Curve between up to 33 points. Can also draw every lower degree curve. http://pomax.github.io/bezierinfo/ <- an excellent, in-depth explanation of bezier curves Bezier.py

  • click on the screen to create control points
  • after 2 control points are drawn, every subsequent point will allow for the drawing of a bezier curve
  • for every subsequent control point, a button will appear in the top left, allowing you to draw nth degree curves

About

Program that draws a Bezier Curve between any number of points

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages