YCAMInterlab / ofxTimeline

lightweight timeline tools for openFrameworks
270 stars 140 forks source link

Bezier element #14

Open obviousjim opened 12 years ago

obviousjim commented 12 years ago

Need a control to support bezier curve editing

fx-lange commented 9 years ago

I want to start working on this. Read somewhere that extending ofxTLElement would be a good starting point. For our project the ideal end result would allow cubic bezier controls in ofxTLCurves (side by side with the predefined easing curves).

I already implemented bezier controls as part of ofxTangibleUI. Hopefully it shoudn't be to hard to port it.

If you have any hints regarding fitting it into the ofxTimeline architecture - let me know.