@@ -428,6 +428,38 @@ rationale for why they decided to move on from the project.
428
428
429
429
## Learning Material Updates
430
430
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
+
431
463
### [ Making Your Game Go Fast by Asking Windows Nicely] [ awn-post ]
432
464
433
465
[ ![ A speed limit sign labeled 45 FPS] ( awn-header.jpg )] [ awn-post ]
0 commit comments