diff --git a/content/posts/newsletter-019/bevy-rhythm-game.gif b/content/posts/newsletter-019/bevy-rhythm-game.gif new file mode 100644 index 000000000..2c9acab3e Binary files /dev/null and b/content/posts/newsletter-019/bevy-rhythm-game.gif differ diff --git a/content/posts/newsletter-019/index.md b/content/posts/newsletter-019/index.md index c6cf8cbd9..d8dd88ada 100644 --- a/content/posts/newsletter-019/index.md +++ b/content/posts/newsletter-019/index.md @@ -284,6 +284,19 @@ _Discussions: [anthropic]: https://anthropicstudios.com [wor-site]: https://store.steampowered.com/app/1110620/Way_of_Rhea/ +### [Rhythm game in Rust using Bevy] + +![Rhythm game demo](bevy-rhythm-game.gif) +_Rhythm game demo_ + +[Rhythm game in Rust using Bevy] is an introductory tutorial for Bevy made +by [@guimcaballero]. It guides through how to use Bevy to develop a Rhythm +game, including how to play audio, use GLSL shaders, and make a simple menu +screen. + +[Rhythm game in Rust using Bevy]: https://caballerocoll.com/blog/bevy-rhythm-game/ +[@guimcaballero]: https://twitter.com/GuimCaballero + ## Engine Updates ### [macroquad]