From 9e8d4872a1569754a83a71e1eb810852a1bc58ef Mon Sep 17 00:00:00 2001 From: Ida Iyes Date: Sun, 6 Feb 2022 14:26:21 +0200 Subject: [PATCH 1/3] N30: add Bevy Cheatbook --- content/news/030/index.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/content/news/030/index.md b/content/news/030/index.md index ef3376e35..44b34968a 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -428,6 +428,38 @@ rationale for why they decided to move on from the project. ## Learning Material Updates +### [Bevy Cheatbook] + +This month, [Bevy Cheatbook] focused on refactors to improve navigation, +usefulness, and make maintenance easier going forward. + + - Updated for Bevy 0.6 + - Chapters reorganized to present content better and make things easy to find + - Linkification! All links now internally managed through separate markdown files. + - Easy maintenance, easier to clean up old/stale links. + - Can link everything from everywhere! All pages are now full of links. + - All mentions of Bevy APIs link to [docs.rs][docsrs-bevy] + - [New page summarizing all the useful built-in types in Bevy.][bevy-cb-builtins] + - Assets, Bundles, Components, Events, Resources, system params, ... + - Useful as a cheat-sheet! + - Better info about [working with WASM][bevy-cb-wasm] + - Info about [cross-compiling for Windows from Linux][bevy-cb-cross]. + +The next priority for the project is to provide at least some coverage of +the areas of Bevy still not in the book: 2D, 3D, UI, scenes, rendering... + +If you'd like to support the project, donate to the author via +[GitHub Sponsors][ghsponsors-inodentry]. Follow [@IyesGames on +Twitter][twitter-iyesgames] for updates. + +[Bevy Cheatbook]: https://bevy-cheatbook.github.io +[docsrs-bevy]: https://docs.rs/bevy +[bevy-cb-builtins]: https://bevy-cheatbook.github.io/builtins.html +[bevy-cb-wasm]: https://bevy-cheatbook.github.io/platforms/wasm.html +[bevy-cb-cross]: https://bevy-cheatbook.github.io/setup/cross/linux-windows.html +[ghsponsors-inodentry]: https://github.com/sponsors/inodentry +[twitter-iyesgames]: https://twitter.com/IyesGames + ### [Making Your Game Go Fast by Asking Windows Nicely][awn-post] [![A speed limit sign labeled 45 FPS](awn-header.jpg)][awn-post] From 4072ace87c4d744d8f1303800d3cb663e697bebb Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 6 Feb 2022 17:22:20 +0000 Subject: [PATCH 2/3] Update index.md --- content/news/030/index.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/content/news/030/index.md b/content/news/030/index.md index 44b34968a..04fc7f643 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -433,17 +433,17 @@ rationale for why they decided to move on from the project. This month, [Bevy Cheatbook] focused on refactors to improve navigation, usefulness, and make maintenance easier going forward. - - Updated for Bevy 0.6 - - Chapters reorganized to present content better and make things easy to find - - Linkification! All links now internally managed through separate markdown files. - - Easy maintenance, easier to clean up old/stale links. - - Can link everything from everywhere! All pages are now full of links. - - All mentions of Bevy APIs link to [docs.rs][docsrs-bevy] - - [New page summarizing all the useful built-in types in Bevy.][bevy-cb-builtins] - - Assets, Bundles, Components, Events, Resources, system params, ... - - Useful as a cheat-sheet! - - Better info about [working with WASM][bevy-cb-wasm] - - Info about [cross-compiling for Windows from Linux][bevy-cb-cross]. +- Updated for Bevy 0.6 +- Chapters reorganized to present content better and make things easy to find +- Linkification! All links now internally managed through separate markdown files. + - Easy maintenance, easier to clean up old/stale links. + - Can link everything from everywhere! All pages are now full of links. + - All mentions of Bevy APIs link to [docs.rs][docsrs-bevy] +- [New page summarizing all the useful built-in types in Bevy.][bevy-cb-builtins] + - Assets, Bundles, Components, Events, Resources, system params, ... + - Useful as a cheat-sheet! +- Better info about [working with WASM][bevy-cb-wasm] +- Info about [cross-compiling for Windows from Linux][bevy-cb-cross]. The next priority for the project is to provide at least some coverage of the areas of Bevy still not in the book: 2D, 3D, UI, scenes, rendering... From b63f5ea96241d40d35849ca819d45069c71273a9 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Mon, 7 Feb 2022 17:51:30 +0000 Subject: [PATCH 3/3] Update index.md --- content/news/030/index.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/news/030/index.md b/content/news/030/index.md index 04fc7f643..7e30391c3 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -436,12 +436,7 @@ usefulness, and make maintenance easier going forward. - Updated for Bevy 0.6 - Chapters reorganized to present content better and make things easy to find - Linkification! All links now internally managed through separate markdown files. - - Easy maintenance, easier to clean up old/stale links. - - Can link everything from everywhere! All pages are now full of links. - - All mentions of Bevy APIs link to [docs.rs][docsrs-bevy] - [New page summarizing all the useful built-in types in Bevy.][bevy-cb-builtins] - - Assets, Bundles, Components, Events, Resources, system params, ... - - Useful as a cheat-sheet! - Better info about [working with WASM][bevy-cb-wasm] - Info about [cross-compiling for Windows from Linux][bevy-cb-cross].