Skip to content
a lightweight joystick library for Rust
Rust
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples
src
.gitattributes
.gitignore
.travis.yml
Cargo.toml
LICENSE
README.md

README.md

Reminisce

Build Status Cargo Version Gitter Chat

rusted joy, geddit?

Reminisce is a primarily event-based Rust library for detecting gamepads / joysticks and reading input from them non-blockingly, without any external C dependencies. It does this by using the native platform's raw Joystick API.

This is intended for use with Glutin, since it doesn't implement a Joystick API.

Documentation

Documentation is available here.

Supported platforms

  • Linux (using the Joystick API or using SDL)
  • Windows Vista or higher (XInput should work but for the moment just SDL is supported)
You can’t perform that action at this time.