Skip to content
a lightweight joystick library for Rust
Rust
Branch: master
Clone or download
Latest commit 1dd6c55 Mar 12, 2016
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples Use inotify on Linux to listen for joystick dis/connection events Dec 27, 2015
src Clarify README Mar 12, 2016
.gitattributes Add gitattributes Mar 9, 2015
.gitignore Remove cargo.lock May 23, 2015
.travis.yml Rust doesn't need to be installed in travis as is set in language Dec 27, 2015
Cargo.toml Clarify README Mar 12, 2016
LICENSE Initial commit Feb 21, 2015
README.md Clarify README Mar 12, 2016

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.