All Projects → JayBeavers → node-joystick

JayBeavers / node-joystick

Licence: other
Linux Joystick module for NodeJS based on NodeBits original work

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-joystick

Udev Joystick Blacklist
Fix for keyboard/mouse/tablet being detected as joystick in Linux
Stars: ✭ 97 (+288%)
Mutual labels:  joystick
Vigem
Virtual Gamepad Emulation Framework
Stars: ✭ 225 (+800%)
Mutual labels:  joystick
OMJoystick
This is the JoyStick UI library for SwiftUI.
Stars: ✭ 15 (-40%)
Mutual labels:  joystick
Sliders Swiftui
Collection of unique fully customizable SwiftUI sliders, joysticks, trackpads and more!
Stars: ✭ 132 (+428%)
Mutual labels:  joystick
Freejoy
STM32F103 USB HID game device controller with flexible configuration
Stars: ✭ 207 (+728%)
Mutual labels:  joystick
Tom and Jerry
A multiuser AR game based on ARKit 2 and MultipeerConnectivity
Stars: ✭ 24 (-4%)
Mutual labels:  joystick
Bugstick
Joystick widget for Android.
Stars: ✭ 85 (+240%)
Mutual labels:  joystick
RockerView
A game controller view
Stars: ✭ 21 (-16%)
Mutual labels:  joystick
Tlanalogjoystick
Analog joystick component for iOS
Stars: ✭ 223 (+792%)
Mutual labels:  joystick
PSPi-1000-Version-4
https://othermod.com/pspi-1000-version-4/
Stars: ✭ 39 (+56%)
Mutual labels:  joystick
Vjoyserialfeeder
Feed Virtual Joystick driver with data from a serial port
Stars: ✭ 133 (+432%)
Mutual labels:  joystick
Unitypausemenu
This is an open source Unity pause menu created for the game New Horizons, and it's completely free because of how a pause menu is a core component of a game, while the unity asset store was lacking in such an asset (until this was released on the asset store).
Stars: ✭ 160 (+540%)
Mutual labels:  joystick
stick
Platform-agnostic asynchronous gamepad, joystick and flightstick library for the Rust Programming Language
Stars: ✭ 41 (+64%)
Mutual labels:  joystick
Retropie Joystick Selection
A script to let the user choose the controllers for RetroArch players 1-4
Stars: ✭ 106 (+324%)
Mutual labels:  joystick
ArduinoJoystickWithFFBLibrary
An Arduino Joystick Library With Force Feedback Feature
Stars: ✭ 128 (+412%)
Mutual labels:  joystick
Nipplejs
🎮 A virtual joystick for touch capable interfaces.
Stars: ✭ 1,313 (+5152%)
Mutual labels:  joystick
Virtual Joystick Android
This library provides a very simple and ready-to-use custom view which emulates a joystick for Android.
Stars: ✭ 238 (+852%)
Mutual labels:  joystick
Joy2OpenVR
Interface to OpenVR Input Emulator to translate any Direct Input controllers commands into VR Controller commands
Stars: ✭ 25 (+0%)
Mutual labels:  joystick
mi-360
Xbox360 controller emulation for Xiaomi Gamepad, with vibration support
Stars: ✭ 118 (+372%)
Mutual labels:  joystick
MyDemos
💾 Demo 集合 . 黑发不知勤学早,白首方悔读书迟.
Stars: ✭ 64 (+156%)
Mutual labels:  joystick

node-joystick

A node module for reading joystick data based on the work of Nodebits.

Example

// Set a deadzone of +/-3500 (out of +/-32k) and a sensitivty of 350 to reduce signal noise in joystick axis
var joystick = new (require('joystick'))(0, 3500, 350);
joystick.on('button', console.log);
joystick.on('axis', console.log);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].