Skip to content

N21: Add Bevy Cheatbook (Learning) #624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions content/news/021/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down