limnus-gamepad-gilrs

Crates.iolimnus-gamepad-gilrs
lib.rslimnus-gamepad-gilrs
version0.0.20
created_at2024-11-24 21:21:15.743349+00
updated_at2025-09-17 13:23:17.357722+00
descriptionSmall wrapper around gilrs to provide gamepad abstraction
homepage
repositoryhttps://github.com/swamp/limnus
max_upload_size
id1459607
size24,876
Peter Bjorklund (piot)

documentation

README

limnus-gamepad-gilrs 🧱

A gilrs backend implementation for the Limnus game engine's gamepad system. This crate provides platform-native gamepad support using the gilrs library.

✨ Features

  • 🎮 Native gamepad support via gilrs
  • 🔄 Automatic mapping of controller inputs
  • 🔌 Hot-plugging support
  • 🌍 Cross-platform compatibility
    • Windows
    • Linux
    • MacOS
    • Wasm

🎯 Force feedback support not implemented.

📦 Installation

Add to your Cargo.toml:

[dependencies]
limnus-gamepad-gilrs = "0.0.20"

License

Licensed under the MIT License. See LICENSE in the project root for license information.

Commit count: 0

cargo fmt