keyframe
keyframe copied to clipboard
A simple library for animation in Rust
There are many values that are not tweenable, for example, a u8. It would be cool to be able to define using keyframes the values that a function with a...
Why must T be Copy? How can one access a value in a keyframe with non-copy types?
As the title says, this generic implementation can be added, so that easing functions can be used by reference in generic contexts.
Although there are some [breaking changes](https://github.com/dtolnay/syn/releases/tag/2.0.0), and a MSRV bump.
For packaging purposes.
Resolves #21. In the original implementation, the step size used to generate the sample table was different from the one used to search for the appropriate interval within the table....
I see this project has not received updates lately, but I'll report this anyway. This is how a tween should look, smooth: https://github.com/user-attachments/assets/054e7244-36d2-49f5-85cf-9dabea57f248 This is how it looks with keyframe:...