Skip to content

Commit 9e8d487

Browse files
committed
N30: add Bevy Cheatbook
1 parent dea3294 commit 9e8d487

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

content/news/030/index.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,38 @@ rationale for why they decided to move on from the project.
428428

429429
## Learning Material Updates
430430

431+
### [Bevy Cheatbook]
432+
433+
This month, [Bevy Cheatbook] focused on refactors to improve navigation,
434+
usefulness, and make maintenance easier going forward.
435+
436+
- Updated for Bevy 0.6
437+
- Chapters reorganized to present content better and make things easy to find
438+
- Linkification! All links now internally managed through separate markdown files.
439+
- Easy maintenance, easier to clean up old/stale links.
440+
- Can link everything from everywhere! All pages are now full of links.
441+
- All mentions of Bevy APIs link to [docs.rs][docsrs-bevy]
442+
- [New page summarizing all the useful built-in types in Bevy.][bevy-cb-builtins]
443+
- Assets, Bundles, Components, Events, Resources, system params, ...
444+
- Useful as a cheat-sheet!
445+
- Better info about [working with WASM][bevy-cb-wasm]
446+
- Info about [cross-compiling for Windows from Linux][bevy-cb-cross].
447+
448+
The next priority for the project is to provide at least some coverage of
449+
the areas of Bevy still not in the book: 2D, 3D, UI, scenes, rendering...
450+
451+
If you'd like to support the project, donate to the author via
452+
[GitHub Sponsors][ghsponsors-inodentry]. Follow [@IyesGames on
453+
Twitter][twitter-iyesgames] for updates.
454+
455+
[Bevy Cheatbook]: https://bevy-cheatbook.github.io
456+
[docsrs-bevy]: https://docs.rs/bevy
457+
[bevy-cb-builtins]: https://bevy-cheatbook.github.io/builtins.html
458+
[bevy-cb-wasm]: https://bevy-cheatbook.github.io/platforms/wasm.html
459+
[bevy-cb-cross]: https://bevy-cheatbook.github.io/setup/cross/linux-windows.html
460+
[ghsponsors-inodentry]: https://github.com/sponsors/inodentry
461+
[twitter-iyesgames]: https://twitter.com/IyesGames
462+
431463
### [Making Your Game Go Fast by Asking Windows Nicely][awn-post]
432464

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

0 commit comments

Comments
 (0)