https://github.com/simgine/bevy_enhanced_input
Input manager for Bevy.
https://github.com/simgine/bevy_enhanced_input
bevy input
Last synced: 4 months ago
JSON representation
Input manager for Bevy.
- Host: GitHub
- URL: https://github.com/simgine/bevy_enhanced_input
- Owner: simgine
- License: apache-2.0
- Created: 2024-10-06T13:06:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-11T04:22:51.000Z (4 months ago)
- Last Synced: 2026-02-11T09:56:31.905Z (4 months ago)
- Topics: bevy, input
- Language: Rust
- Homepage: https://crates.io/crates/bevy_enhanced_input
- Size: 978 KB
- Stars: 231
- Watchers: 3
- Forks: 38
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Bevy Enhanced Input
[](https://crates.io/crates/bevy_enhanced_input)
[](https://docs.rs/bevy_enhanced_input)
[](#license)
[](https://codecov.io/gh/simgine/bevy_enhanced_input)
A powerful observer-based input manager for [Bevy](https://bevyengine.org), allowing you to bind keys and other inputs to in-game actions.
The design of this crate was inspired by [Unreal Engine Enhanced Input](https://dev.epicgames.com/documentation/en-us/unreal-engine/enhanced-input-in-unreal-engine) plugin.
## Getting Started
Check out the [crate docs](https://docs.rs/bevy_enhanced_input) for an overview of the core concepts
and all of the information needed to quickly integrate this into your game.
The examples in the repo are also a useful to learn from.
[basic_action_management.rs](examples/basic_action_management.rs) should be a good starting point.
## Getting help
Have any questions? Feel free to ask in the dedicated [`bevy_enhanced_input` channel](https://discord.com/channels/691052431525675048/1297361733886677036) in Bevy's Discord server.
Interested in contributing? Say hi there, or just pick up an issue and get started!
This crate loosely follows the development practices laid out in [Bevy's Contributing Guide](https://bevy.org/learn/contribute/introduction/).
## Bevy compatibility
| bevy | bevy_enhanced_input |
| ------ | ------------------- |
| 0.18.0 | 0.21-0.24 |
| 0.17.0 | 0.19-0.20 |
| 0.16.0 | 0.11-0.18 |
| 0.15.0 | 0.4-0.10 |
| 0.14.0 | 0.1-0.3 |
## License
Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT License](LICENSE-MIT) at your option.