From 54012256668048c721060a06e2cc62d7a3f1d502 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Date: Tue, 28 Jun 2022 16:46:00 -0300 Subject: [PATCH 1/3] N35: ezinput --- content/news/035/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/news/035/index.md b/content/news/035/index.md index b7c79e268..ee38d49fe 100644 --- a/content/news/035/index.md +++ b/content/news/035/index.md @@ -75,6 +75,19 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +[ezinput] by [@eexsty][ezinput_creator] is a powerful input-agnostic library +targeting complete support to axis and button handling for the Bevy game +engine. + +EZInput strives to be simple as possible using the nifty ECS features that Bevy +offers, while still being powerful and flexible without using any unsafe code. +This and the previous 0.3.* releases were targetted for performance and +ergonomics improvements, including a new declarative macro to allow for +cleaner and smaller code. + +[ezinput]: https://crates.io/crates/ezinput/versions +[ezinput_creator]: https://github.com/eexsty + ## Popular Workgroup Issues in Github From 5a103b65e5a16e489fdcf17c2432665eea749203 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Wed, 29 Jun 2022 21:15:23 +0100 Subject: [PATCH 2/3] Update index.md --- content/news/035/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/news/035/index.md b/content/news/035/index.md index ee38d49fe..ff2f647cc 100644 --- a/content/news/035/index.md +++ b/content/news/035/index.md @@ -75,13 +75,15 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates -[ezinput] by [@eexsty][ezinput_creator] is a powerful input-agnostic library -targeting complete support to axis and button handling for the Bevy game +### [ezinput] + +[ezinput] by [@eexsty][ezinput_creator] is a powerful input-agnostic library, +targeting complete support for axis and button handling in the Bevy game engine. EZInput strives to be simple as possible using the nifty ECS features that Bevy offers, while still being powerful and flexible without using any unsafe code. -This and the previous 0.3.* releases were targetted for performance and +This and the previous 0.3.* releases were targeted for performance and ergonomics improvements, including a new declarative macro to allow for cleaner and smaller code. From 91b939b7523bf9af0f01d549e4fb0e966c0a8393 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Wed, 29 Jun 2022 21:17:27 +0100 Subject: [PATCH 3/3] Update index.md --- content/news/035/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/news/035/index.md b/content/news/035/index.md index 1d3fad85a..18bd5db85 100644 --- a/content/news/035/index.md +++ b/content/news/035/index.md @@ -168,10 +168,10 @@ variable-width, anti-aliased, or shaped text. targeting complete support for axis and button handling in the Bevy game engine. -EZInput strives to be simple as possible using the nifty ECS features that Bevy +EZInput strives to be simple as possible using the nifty ECS features that Bevy offers, while still being powerful and flexible without using any unsafe code. -This and the previous 0.3.* releases were targeted for performance and -ergonomics improvements, including a new declarative macro to allow for +This and the previous 0.3.* releases were targeted for performance and +ergonomics improvements, including a new declarative macro to allow for cleaner and smaller code. [ezinput]: https://crates.io/crates/ezinput/versions