{"id":38040377,"url":"https://github.com/simgine/bevy_enhanced_input","last_synced_at":"2026-02-20T00:02:45.366Z","repository":{"id":257992462,"uuid":"868466361","full_name":"simgine/bevy_enhanced_input","owner":"simgine","description":"Input manager for Bevy.","archived":false,"fork":false,"pushed_at":"2026-02-11T04:22:51.000Z","size":1001,"stargazers_count":231,"open_issues_count":13,"forks_count":38,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-11T09:56:31.905Z","etag":null,"topics":["bevy","input"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/bevy_enhanced_input","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simgine.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-06T13:06:45.000Z","updated_at":"2026-02-11T04:22:54.000Z","dependencies_parsed_at":"2025-12-29T08:04:27.728Z","dependency_job_id":null,"html_url":"https://github.com/simgine/bevy_enhanced_input","commit_stats":null,"previous_names":["projectharmonia/bevy_enhanced_input","simgine/bevy_enhanced_input"],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/simgine/bevy_enhanced_input","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simgine%2Fbevy_enhanced_input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simgine%2Fbevy_enhanced_input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simgine%2Fbevy_enhanced_input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simgine%2Fbevy_enhanced_input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simgine","download_url":"https://codeload.github.com/simgine/bevy_enhanced_input/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simgine%2Fbevy_enhanced_input/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bevy","input"],"created_at":"2026-01-16T19:53:51.062Z","updated_at":"2026-02-20T00:02:45.361Z","avatar_url":"https://github.com/simgine.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bevy Enhanced Input\n\n[![crates.io](https://img.shields.io/crates/v/bevy_enhanced_input)](https://crates.io/crates/bevy_enhanced_input)\n[![docs.rs](https://docs.rs/bevy_enhanced_input/badge.svg)](https://docs.rs/bevy_enhanced_input)\n[![license](https://img.shields.io/crates/l/bevy_enhanced_input)](#license)\n[![codecov](https://codecov.io/gh/simgine/bevy_enhanced_input/graph/badge.svg?token=wirFEuKmMz)](https://codecov.io/gh/simgine/bevy_enhanced_input)\n\nA powerful observer-based input manager for [Bevy](https://bevyengine.org), allowing you to bind keys and other inputs to in-game actions.\n\nThe 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.\n\n## Getting Started\n\nCheck out the [crate docs](https://docs.rs/bevy_enhanced_input) for an overview of the core concepts\nand all of the information needed to quickly integrate this into your game.\n\nThe examples in the repo are also a useful to learn from.\n[basic_action_management.rs](examples/basic_action_management.rs) should be a good starting point.\n\n## Getting help\n\nHave any questions? Feel free to ask in the dedicated [`bevy_enhanced_input` channel](https://discord.com/channels/691052431525675048/1297361733886677036) in Bevy's Discord server.\n\nInterested in contributing? Say hi there, or just pick up an issue and get started!\nThis crate loosely follows the development practices laid out in [Bevy's Contributing Guide](https://bevy.org/learn/contribute/introduction/).\n\n## Bevy compatibility\n\n| bevy   | bevy_enhanced_input |\n| ------ | ------------------- |\n| 0.18.0 | 0.21-0.24           |\n| 0.17.0 | 0.19-0.20           |\n| 0.16.0 | 0.11-0.18           |\n| 0.15.0 | 0.4-0.10            |\n| 0.14.0 | 0.1-0.3             |\n\n## License\n\nLicensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT License](LICENSE-MIT) at your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimgine%2Fbevy_enhanced_input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimgine%2Fbevy_enhanced_input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimgine%2Fbevy_enhanced_input/lists"}