From f9c22d55392ead395a26b8c4b7e6eaeac4d93053 Mon Sep 17 00:00:00 2001 From: Justin Hurstwright Date: Fri, 4 Feb 2022 09:55:48 -0600 Subject: [PATCH 1/3] Add Legion to Bevy content --- content/news/030/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/news/030/index.md b/content/news/030/index.md index d9f6be4ca..047dfb5a0 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -272,6 +272,18 @@ _Discussions: [awn-post]: https://www.anthropicstudios.com/2022/01/13/asking-windows-nicely/ [awn-rust-gamedev]: https://www.reddit.com/r/rust_gamedev/comments/s393sx/making_your_game_go_fast_by_asking_windows_nicely/ + +### [Refactoring from Legion to Bevy][rflb-post] + + +[Justin Hurstwright][justin_rhw] published a [blog post][rflb-post] describing +how to migrate from Legion ECS into Bevy ECS without giving up on +the other frameworks one might rely on. + +You can read it [here][rflb-post] + +[justin_rhw]: https://twitter.com/justin_rhw +[rflb-post]: https://justinryanh.github.io/post/refactoring_from_legion_to_bevy/ ## Tooling Updates ### [Nodus][nodus-github] From 2d77a427b0c4dcb1637faddddf96d91d964a375b Mon Sep 17 00:00:00 2001 From: Justin Hurstwright Date: Fri, 4 Feb 2022 10:26:32 -0600 Subject: [PATCH 2/3] fix: markdonw lint issues --- content/news/030/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/news/030/index.md b/content/news/030/index.md index 047dfb5a0..d64809d1e 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -272,18 +272,17 @@ _Discussions: [awn-post]: https://www.anthropicstudios.com/2022/01/13/asking-windows-nicely/ [awn-rust-gamedev]: https://www.reddit.com/r/rust_gamedev/comments/s393sx/making_your_game_go_fast_by_asking_windows_nicely/ - ### [Refactoring from Legion to Bevy][rflb-post] - -[Justin Hurstwright][justin_rhw] published a [blog post][rflb-post] describing +[Justin Hurstwright][justin_rhw] published a [blog post][rflb-post] describing how to migrate from Legion ECS into Bevy ECS without giving up on -the other frameworks one might rely on. +the other frameworks one might rely on. You can read it [here][rflb-post] [justin_rhw]: https://twitter.com/justin_rhw [rflb-post]: https://justinryanh.github.io/post/refactoring_from_legion_to_bevy/ + ## Tooling Updates ### [Nodus][nodus-github] From 9f4c147c0d0ea30330c856d81260b5b90efcdca9 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sat, 5 Feb 2022 11:39:39 +0000 Subject: [PATCH 3/3] Update content/news/030/index.md --- content/news/030/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/030/index.md b/content/news/030/index.md index d64809d1e..9004aa948 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -278,7 +278,7 @@ _Discussions: how to migrate from Legion ECS into Bevy ECS without giving up on the other frameworks one might rely on. -You can read it [here][rflb-post] +You can read it [here][rflb-post]. [justin_rhw]: https://twitter.com/justin_rhw [rflb-post]: https://justinryanh.github.io/post/refactoring_from_legion_to_bevy/