gilrs-core

Crates.iogilrs-core
lib.rsgilrs-core
version0.5.13
sourcesrc
created_at2018-10-30 19:17:43.47843
updated_at2024-07-08 15:39:40.578634
descriptionMinimal event based abstraction for working with gamepads
homepage
repositoryhttps://gitlab.com/gilrs-project/gilrs
max_upload_size
id93659
size223,962
(Arvamer)

documentation

https://docs.rs/gilrs-core/

README

GilRs Core

pipeline status Minimum rustc version

This library is minimal event based abstraction for working with gamepads. If you are looking for something more hight level, take a look at gilrs crate.

Platform specific notes

Linux

On Linux, GilRs read (and write, in case of force feedback) directly from appropriate /dev/input/event* file. This mean that user have to have read and write access to this file. On most distros it shouldn't be a problem, but if it is, you will have to create udev rule.

To build GilRs, you will need pkg-config and libudev .pc file. On some distributions this file is packaged in separate archive (for example libudev-dev in Debian).

License

This project is licensed under the terms of both the Apache License (Version 2.0) and the MIT license. See LICENSE-APACHE and LICENSE-MIT for details.

Commit count: 700

cargo fmt