Skip to content

Commit 24c5e18

Browse files
authored
N32: add bevy cheatbook (#1001)
1 parent a3d75eb commit 24c5e18

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

content/news/032/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,32 @@ series.
463463
[matthew-bryant-youtube]: https://www.youtube.com/channel/UC7v3YEDa603x_84PgCPytzA
464464
[matthew-bryant-github]: https://github.com/mwbryant
465465

466+
### [Bevy Cheatbook]
467+
468+
The [Bevy Cheatbook] by Ida Iyes is an unofficial reference-style book
469+
teaching the Bevy game engine. It got many improvements over the past month.
470+
471+
There is a new [guided tutorial page][bevy-cb-tutorial], to help you navigate
472+
the book in an order that makes sense for learning, starting from beginner
473+
topics and progressing towards more advanced! There is also a new "getting
474+
started" page, as an alternative to Bevy's official instructions.
475+
476+
New topics added to the book: working with Bevy Time/Timers/Stopwatches, ECS
477+
data storage kinds, exclusive systems, direct World access, non-Send types,
478+
and more…
479+
480+
Many pages have been overhauled for correctness and the quality of various
481+
code examples improved.
482+
483+
If you would like to support the project, donate to the author via
484+
her [GitHub Sponsors][ghsponsors-inodentry]. Follow [@IyesGames on
485+
Twitter][twitter-iyesgames] for updates.
486+
487+
[Bevy Cheatbook]: https://bevy-cheatbook.github.io
488+
[bevy-cb-tutorial]: https://bevy-cheatbook.github.io/tutorial.html
489+
[ghsponsors-inodentry]: https://github.com/sponsors/inodentry
490+
[twitter-iyesgames]: https://twitter.com/IyesGames
491+
466492
## Tooling Updates
467493

468494
### [Bloom3D][bloom3d]

0 commit comments

Comments
 (0)