egui is an immediate mode GUI framework, that can be used inside the Bevy game engine with the bevy_egui crate.
egui is very mouse-oriented, and while it does support tab-navigation, game menus should be navigatable by the arrow keys (and/or by WASD) and by gamepads.
This is where the bevy-egui-kbgp crate comes in. It allows to navigate egui widgets using the keyboard's arrow keys and using a gamepad's d-pad and left joystick (by default - all the controls can be redfined). It also allows activating these buttons from the gamepad.
Try it out in https://idanarye.github.io/bevy-egui-kbgp/demos/example
| bevy | bevy_egui | bevy-egui-kbgp | |------|-----------|----------------| | 0.6 | 0.12 | 0.1 |
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.