@@ -491,6 +491,33 @@ rationale for why they decided to move on from the project.
491
491
492
492
## Learning Material Updates
493
493
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
+
494
521
### [ Making Your Game Go Fast by Asking Windows Nicely] [ awn-post ]
495
522
496
523
[ ![ A speed limit sign labeled 45 FPS] ( awn-header.jpg )] [ awn-post ]
0 commit comments