From 1360ae9963e6f980cd0c3778b092bbf19b4b3901 Mon Sep 17 00:00:00 2001 From: Jasen Borisov Date: Fri, 7 May 2021 09:55:45 +0200 Subject: [PATCH] N21: Add Bevy Cheatbook (Learning) --- content/news/021/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/news/021/index.md b/content/news/021/index.md index a7946bfca..bf786362a 100644 --- a/content/news/021/index.md +++ b/content/news/021/index.md @@ -394,6 +394,23 @@ This month's changes include: ## Learning Material Updates +### [Bevy Cheatbook][bevy_cheatbook] + +The Unofficial Bevy Cheatbook by @jamadazi is a practical book for learning the +[Bevy Game Engine][bevy]. + +The book recently got an assortment of improvements and new content, including +a detailed page about [input handling][bevy_cheatbook_input] and a chapter about +[browser games using WASM][bevy_cheatbook_wasm] (written with help from @Zaszi). + +The author now has a [GitHub Sponsors][jamadazi_ghsponsors], support them! + +[bevy_cheatbook]: https://bevy-cheatbook.github.io +[bevy_cheatbook_input]: https://bevy-cheatbook.github.io/features/input-handling.html +[bevy_cheatbook_wasm]: https://bevy-cheatbook.github.io/platforms/wasm.html +[jamadazi_ghsponsors]: https://github.com/sponsors/jamadazi +[bevy]: https://bevyengine.org + ### [Rust LA Meetup: Happiness in Rust][rust-la] [![Rust LA talk screenshot](rust-la.png)][rust-la]