This is a Ruby extension that wraps the fuctionality provided by linux/joystick.h, allowing Ruby scripts to use input from Xbox 360 controllers, PS3 Sixaxis controllers, etc. I originally took this code from Claudio Fiorini's rjoystick gem, made it a little easier to use, made it work with Ruby's Threads, and added documentation. You can find the gem version at https://rubygems.org/gems/joystick
Project
joystick
This is a Ruby extension that wraps the fuctionality provided by
linux/joystick.h, allowing Ruby scripts to use input from Xbox 360
controllers, PS3 Sixaxis controllers, etc.
I originally took this code from Claudio Fiorini's rjoystick gem, made it a
little easier to use, made it work with Ruby's Threads, and added
documentation.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Dependencies
Project Readme