dmarx / dmarx/keyframed

bezier curves

Open
#21 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
38
Forks
2
PR merge metrics
No merged PRs in 30d

Description

I think a good way to go about this would be to add a `Knot` type that inherits from `Keyframed`, and then the actual bezier curve reduces to a specialized interpolation method. The `Knot` would carry `Handle` vectors, which the interpolator would expect to find on the knot keyframe.

I'm pretty sure this would also permit mixing bezier interpolation with other interpolation methods, it would just require that the keyframes for the bezier interpolation carry the appropriate supplementary information (handles)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.