limnus-gamepad-gilrs

Crates.iolimnus-gamepad-gilrs
lib.rslimnus-gamepad-gilrs
version0.0.12
sourcesrc
created_at2024-11-24 21:21:15.743349
updated_at2024-12-03 18:53:29.801053
descriptionSmall wrapper around gilrs to provide gamepad abstraction
homepage
repositoryhttps://github.com/swamp/limnus
max_upload_size
id1459607
size8,554
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.12"

License

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

Commit count: 19

cargo fmt