this post was submitted on 17 Mar 2025
13 points (100.0% liked)

Bevy

291 readers
1 users here now

A community for discussion around the bevy game engine! https://bevyengine.org/

founded 1 year ago
MODERATORS
 

It's a crate for dynamic and contextual input mappings for Bevy, inspired by Unreal Engine Enhanced Input. We use it for Project Harmonia, but it's general-purpose.

After some brainstorming with Alice (the author of LWIM), I replaced trait-based context creation with triggers. It was quite a significant refactor, but defining reloadable bindings in observers is so convenient.

There are also other minor ergonomic improvements and bugfixes. See the changelog for more details.

๐Ÿ“œFull changelog ๐Ÿ“ฆbevy_enhanced_input

top 1 comments
sorted by: hot top controversial new old
[โ€“] CodeBlooded 2 points 1 week ago

I was just getting into creating this very thing for my project. I might have to pivot and check this out!