reaction 0.0.1

Universal low-latency input handling for game engines
Documentation

Reaction

Universal low-latency input handling for game engines.

Features

  • Low Latency: Optimized for minimal input lag.
  • Universal: Supports Keyboard, Mouse, and Gamepad.
  • ECS Integration: Built-in support for archetype_ecs.
  • Customizable: Flexible input mapping and configuration.

Getting Started

Add reaction to your Cargo.toml:

[dependencies]

reaction = { git = "https://github.com/yourorg/reaction" }

Contributing

See CONTRIBUTING.md for details.

License

Licensed under the Apache License, Version 2.0.