FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.64k stars 343 forks source link

Reflection-based animation system #383

Closed mrDIMAS closed 1 year ago

mrDIMAS commented 1 year ago

Reflection-based animation system allows you to animate pretty much any property of any game object. Numeric properties can use various interpolation to provide smooth transition between key values. Animation should support multiple tracks, where each track is bound to a property by its path.

mrDIMAS commented 1 year ago

Basic version of the system is done, further improvements will be done on implementing the animation editor (#384).