4 releases (2 breaking)

0.36.2 Feb 27, 2025
0.36.1 Feb 25, 2025
0.36.0 Feb 5, 2025
0.2.0 May 23, 2024
0.1.0 Jan 25, 2024

#1382 in Game dev

Download history 96/week @ 2024-11-18 105/week @ 2024-11-25 85/week @ 2024-12-02 146/week @ 2024-12-09 98/week @ 2024-12-16 143/week @ 2024-12-23 76/week @ 2024-12-30 118/week @ 2025-01-06 108/week @ 2025-01-13 102/week @ 2025-01-20 78/week @ 2025-01-27 439/week @ 2025-02-03 220/week @ 2025-02-10 120/week @ 2025-02-17 365/week @ 2025-02-24 147/week @ 2025-03-03

888 downloads per month
Used in 8 crates (2 directly)

MIT license

1MB
17K SLoC

fyrox-animation

Flexible, general-purpose, reflection-based animation system for game development.

NOTE: even though this crate has fyrox prefix in its name, it can be used separately without any issues.

Features

  • Reflection-based animation.
  • Animation blending state machine.
  • Sprite sheet animation.
  • Various blending modes - blend by weight, blend by index, blend space.
  • Smooth state transition.
  • Ability to animate any numeric property, including vectors, bools, natural and real numbers.
  • Layer masks.
  • Root motion.
  • Fixed set of binding modes for most common cases.
  • Signals and events.

lib.rs:

Animation allows you to change properties of arbitrary objects at runtime using a set of key frames. See Animation docs for more info.

Dependencies

~11–26MB
~344K SLoC