/reminisce

a lightweight joystick library for Rust

Primary LanguageRustMIT LicenseMIT

Reminisce

Build Status Cargo Version Gitter Chat

rusted joy, geddit?

Reminisce is a 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.

Documentation

Supported platforms

  • Linux (using the Joystick API or using SDL)
  • Windows Vista or higher (using XInput, untested or using SDL)
  • Emscripten (using the Gamepad API, will work as soon as Rust supports it)