Skip to content

n32: add bevy cheatbook #1001

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
Apr 10, 2022
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
26 changes: 26 additions & 0 deletions content/news/032/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,32 @@ series.
[matthew-bryant-youtube]: https://www.youtube.com/channel/UC7v3YEDa603x_84PgCPytzA
[matthew-bryant-github]: https://github.com/mwbryant

### [Bevy Cheatbook]

The [Bevy Cheatbook] by Ida Iyes is an unofficial reference-style book
teaching the Bevy game engine. It got many improvements over the past month.

There is a new [guided tutorial page][bevy-cb-tutorial], to help you navigate
the book in an order that makes sense for learning, starting from beginner
topics and progressing towards more advanced! There is also a new "getting
started" page, as an alternative to Bevy's official instructions.

New topics added to the book: working with Bevy Time/Timers/Stopwatches, ECS
data storage kinds, exclusive systems, direct World access, non-Send types,
and more…

Many pages have been overhauled for correctness and the quality of various
code examples improved.

If you would like to support the project, donate to the author via
her [GitHub Sponsors][ghsponsors-inodentry]. Follow [@IyesGames on
Twitter][twitter-iyesgames] for updates.

[Bevy Cheatbook]: https://bevy-cheatbook.github.io
[bevy-cb-tutorial]: https://bevy-cheatbook.github.io/tutorial.html
[ghsponsors-inodentry]: https://github.com/sponsors/inodentry
[twitter-iyesgames]: https://twitter.com/IyesGames

## Tooling Updates

### [Bloom3D][bloom3d]
Expand Down