3 unstable releases

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

#1066 in Game dev

Download history 138/week @ 2024-02-23 11/week @ 2024-03-01 7/week @ 2024-03-08 28/week @ 2024-03-15 2/week @ 2024-03-22 111/week @ 2024-03-29 442/week @ 2024-04-05 205/week @ 2024-04-12 422/week @ 2024-04-19

1,180 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

~24–61MB
~1M SLoC