From 89a10eeb3959d27dc5235110b75fd5716da21401 Mon Sep 17 00:00:00 2001 From: PROMETHIA-27 <42193387+PROMETHIA-27@users.noreply.github.com> Date: Fri, 29 Jul 2022 15:15:16 -0400 Subject: [PATCH 1/3] `bevy_mod_wanderlust` section [Coordination issue](https://github.com/rust-gamedev/rust-gamedev.github.io/issues/1098) --- content/news/036/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/news/036/index.md b/content/news/036/index.md index 368f7dd4f..7127acc0f 100644 --- a/content/news/036/index.md +++ b/content/news/036/index.md @@ -76,6 +76,19 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +### [bevy_mod_wanderlust] +[bevy_mod_wanderlust] +([GitHub](https://github.com/PROMETHIA-27/bevy_mod_wanderlust)) by +[@PROMETHIA-27] is a character controller plugin for Bevy engine. + +Inspired by [this excellent video](https://www.youtube.com/watch?v=qdskE8PJy6Q), +it is implemented on top of [Rapier physics](https://rapier.rs/) and highly +customizable. Wanderlust includes a variety of settings to target many different +character controller types, including 2D/3D platformers, spacecraft, and +first/third person games. + +[bevy_mod_wanderlust]: https://crates.io/crates/bevy_mod_wanderlust + ## Popular Workgroup Issues in Github From 9e228a35deedf42fa9669a06a1d3ecb87f87b5be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9y=20Lesnik=C3=B3v?= Date: Tue, 2 Aug 2022 22:10:19 +0400 Subject: [PATCH 2/3] N36: bevy_mod_wanderlust: fmt fix --- content/news/036/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/news/036/index.md b/content/news/036/index.md index dc413cef6..4a0f16d5a 100644 --- a/content/news/036/index.md +++ b/content/news/036/index.md @@ -145,13 +145,13 @@ compiles but fails to access the intended component. ### [bevy_mod_wanderlust] [bevy_mod_wanderlust] -([GitHub](https://github.com/PROMETHIA-27/bevy_mod_wanderlust)) by +([GitHub](https://github.com/PROMETHIA-27/bevy_mod_wanderlust)) by [@PROMETHIA-27] is a character controller plugin for Bevy engine. Inspired by [this excellent video](https://www.youtube.com/watch?v=qdskE8PJy6Q), -it is implemented on top of [Rapier physics](https://rapier.rs/) and highly +it is implemented on top of [Rapier physics](https://rapier.rs/) and highly customizable. Wanderlust includes a variety of settings to target many different -character controller types, including 2D/3D platformers, spacecraft, and +character controller types, including 2D/3D platformers, spacecraft, and first/third person games. [bevy_mod_wanderlust]: https://crates.io/crates/bevy_mod_wanderlust From 2d29f93f8d94665a7396d4912843ea077a461a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9y=20Lesnik=C3=B3v?= Date: Tue, 2 Aug 2022 22:13:21 +0400 Subject: [PATCH 3/3] N36: bevy_mod_wanderlust: another space --- content/news/036/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/036/index.md b/content/news/036/index.md index 4a0f16d5a..e118b0fa9 100644 --- a/content/news/036/index.md +++ b/content/news/036/index.md @@ -152,7 +152,7 @@ Inspired by [this excellent video](https://www.youtube.com/watch?v=qdskE8PJy6Q), it is implemented on top of [Rapier physics](https://rapier.rs/) and highly customizable. Wanderlust includes a variety of settings to target many different character controller types, including 2D/3D platformers, spacecraft, and -first/third person games. +first/third person games. [bevy_mod_wanderlust]: https://crates.io/crates/bevy_mod_wanderlust