Skip to content

A curve editor for computer graphics class with polylines, Bezier Curves, Catmull-Rom Splines, and Lagrange Curves.

Notifications You must be signed in to change notification settings

HarrisonGregg/curve-editor

Repository files navigation

curve-editor

Requirements

c++11 and freeglut

##Controls Draw curves by clicking while holding down one of the following keys:

  • p: polylines

  • b: Bezier Curves

  • r: Catmull-Rom Splines

  • l: Lagrange curves

Click curves to select.

Drag curves to move.

Hold 'a' to add points to selected curve.

About

A curve editor for computer graphics class with polylines, Bezier Curves, Catmull-Rom Splines, and Lagrange Curves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages