Skip to content

Commit ece6b9c

Browse files
N30: add Bevy Cheatbook (#933)
Co-authored-by: Joe Clay <[email protected]>
1 parent 8c69145 commit ece6b9c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

content/news/030/index.md

+27
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,33 @@ rationale for why they decided to move on from the project.
491491

492492
## Learning Material Updates
493493

494+
### [Bevy Cheatbook]
495+
496+
This month, [Bevy Cheatbook] focused on refactors to improve navigation,
497+
usefulness, and make maintenance easier going forward.
498+
499+
- Updated for Bevy 0.6
500+
- Chapters reorganized to present content better and make things easy to find
501+
- Linkification! All links now internally managed through separate markdown files.
502+
- [New page summarizing all the useful built-in types in Bevy.][bevy-cb-builtins]
503+
- Better info about [working with WASM][bevy-cb-wasm]
504+
- Info about [cross-compiling for Windows from Linux][bevy-cb-cross].
505+
506+
The next priority for the project is to provide at least some coverage of
507+
the areas of Bevy still not in the book: 2D, 3D, UI, scenes, rendering...
508+
509+
If you'd like to support the project, donate to the author via
510+
[GitHub Sponsors][ghsponsors-inodentry]. Follow [@IyesGames on
511+
Twitter][twitter-iyesgames] for updates.
512+
513+
[Bevy Cheatbook]: https://bevy-cheatbook.github.io
514+
[docsrs-bevy]: https://docs.rs/bevy
515+
[bevy-cb-builtins]: https://bevy-cheatbook.github.io/builtins.html
516+
[bevy-cb-wasm]: https://bevy-cheatbook.github.io/platforms/wasm.html
517+
[bevy-cb-cross]: https://bevy-cheatbook.github.io/setup/cross/linux-windows.html
518+
[ghsponsors-inodentry]: https://github.com/sponsors/inodentry
519+
[twitter-iyesgames]: https://twitter.com/IyesGames
520+
494521
### [Making Your Game Go Fast by Asking Windows Nicely][awn-post]
495522

496523
[![A speed limit sign labeled 45 FPS](awn-header.jpg)][awn-post]

0 commit comments

Comments
 (0)