3 unstable releases

0.2.1 Apr 5, 2024
0.2.0 Apr 4, 2024
0.1.0 Feb 23, 2024

#878 in Game dev

Download history 125/week @ 2024-02-20 23/week @ 2024-02-27 3/week @ 2024-03-05 15/week @ 2024-03-12 20/week @ 2024-03-19 1/week @ 2024-03-26 374/week @ 2024-04-02 296/week @ 2024-04-09 245/week @ 2024-04-16 406/week @ 2024-04-23 234/week @ 2024-04-30 262/week @ 2024-05-07

1,213 downloads per month

MIT/Apache

71KB
1K SLoC

bevy_lookup_curve

Editable lookup curve for Bevy that can be used for animations or other gameplay elements where user-adjustable "feel" is needed.

If you have used AnimationCurve in Unity, this would be an attempt at something similar for Bevy.

Features

  • LookupCurve type with modifiable knots and tangents. Three types of interpolation: Constant, Linear, and Cubic
  • Egui based editor
  • Asset loader and save functionality

https://github.com/villor/bevy_lookup_curve/assets/7102243/180aed95-ca9a-4e3b-97c4-2516055ea648

Contributing

Contributions are welcome. Feel free to make a PR!

License

Dual-licensed under either:

Dependencies

~25–61MB
~1M SLoC