TomBebb / reminisce

a lightweight joystick library for Rust

Home Page:http://tombebbington.github.io/reminisce/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

a lightweight joystick library for Rust

http://tombebbington.github.io/reminisce/

License:MIT License


Languages

Language:Rust 100.0%