Multirious / bevy_tween

Flexible tweening plugin library for Bevy.
Apache License 2.0
87 stars 2 forks source link

Even more generalized curve API #25

Open Multirious opened 2 months ago

Multirious commented 2 months ago

bevy_tween has built-in support for only interpolating 1D value from A to B but we should support interpolating any value from any arbitrary curve by default.

Resulting in: