Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.56 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.56 KB

Bevy Motion Matching

Warning

This project is still in its early phase and currently undergoing heavy development!

Motion matching enables characters to smoothly transition between animations by finding the best matching pose and trajectory from an extensive database, without the need to create state machines. Gameplay logic can be embedded side by side with motion matching by querying animations with the desired attributes.

Configuration

config

Play Mode

play-mode

Reference

License

bevy_motion_matching is dual-licensed under either:

This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are very good reasons to include both.