diff --git a/README.md b/README.md index 03d8e62..1e74620 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # Bevy Motion Matching -> [!Note] -> This project's initial phase research has been completed! -> If anyone is interested in continuing making this into a publishable product, feel free to reach out to us! -> We might revisit this project in the future, but for now, our focus has shifted elsewhere... +> [!Note] +> This project is being split up into library and example crates, to be published on [crates.io](https://crates.io). +> If you are interested in helping out, feel free to [reach out](#community). 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. @@ -41,6 +40,10 @@ cargo build cargo run --features bevy/dynamic_linking ``` +## Community + +- [Voxell Discord server](discord.gg/Mhnyp6VYEQ) + ## Reference - [Learned Motion Matching](https://static-wordpress.ubisoft.com/montreal.ubisoft.com/wp-content/uploads/2020/07/09154101/Learned_Motion_Matching.pdf)