Skip Navigation

šŸŽ® Bevy Enhanced Input 0.3.0 and 0.4.0 are out!

Release Bevy Enhanced Input 0.4.0 Ā· projectharmonia/bevy_enhanced_input

Changed Update to Bevy 0.15.

It's a crate for dynamic and contextual input mappings for Bevy, inspired by Unreal Engine Enhanced Input.

Some highlights:

  • Action events now have statically known types (bool, f32, Vec2 or Vec3), depending on the action configuration.
  • Assigning inputs, modifiers, and conditions now works like Bevy systems: you can pass multiple items in tuples.
  • Binding presets now structs.
  • Many ergonomic improvements for passing input.

I didn’t plan all of these, but a user suggested these ideas and contributed PRs for most of them! I couldn't resist šŸ˜…

I’ve drafted two releases:

  • 0.3.0 includes all the improvements.
  • 0.4.0 updates to Bevy 0.15.0.

This way, you can address the breaking changes in 0.3.0 before updating to Bevy 0.15.0, avoiding the need to handle everything at once.

šŸ“œFull changelog šŸ“¦bevy_enhanced_input

Comments

0