Skip to content

sourya-sen/ofxCurve

Repository files navigation

Build status

openFrameworks addon for generating interpolated points on a curve based on a set of control points.

Currently it can generate Beziers, B-Splines and Catmull-Rom Splines. All of them are cubic.

These need to be fed a vector<glm::vec3> of control points and the number of points must be 3n + 1 in number.

ofxCurve

About

openFrameworks add-on for interpolating different types of curves based on a minimal set of control points.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published