fyrox-animation

Crates.iofyrox-animation
lib.rsfyrox-animation
version0.2.0
sourcesrc
created_at2024-01-25 13:35:48.096456
updated_at2024-05-23 17:10:23.075414
descriptionFlexible Animation System
homepagehttps://fyrox.rs
repositoryhttps://github.com/FyroxEngine/Fyrox
max_upload_size
id1113847
size216,921
Dmitry Stepanov (mrDIMAS)

documentation

https://docs.rs/fyrox-animation

README

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.
Commit count: 6303

cargo fmt