Gamepad
Joystick simulator
An ActionScript library that simplifies keyboard input by simulating analog joystick inputs using the keyboard.
Gamepad simulates an analog joystick input using the keyboard. Many times when we access key presses, what we are really doing is pretending that WASD, the arrow keys or some other combination are actually a D-pad or joystick with an X and Y axis, and 1 or 2 fire buttons. Gamepad handles the event capture, maths and other details of this for you, so you only have to think about how you want your game to respond to this input.
56 stars
4 watching
7 forks
Language: ActionScript
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
josuigoa/gamepad-haxe | Provides Haxe port of Gamepad library with adapters for various game engines. | 5 |
justjoeyuk/advanced_joystick | A customizable joystick library for mobile applications written in ActionScript. | 21 |
emilwidlund/framer-joystick | A Framer module for creating interactive UI prototypes controlled by gamepad inputs. | 15 |
sparkfun/micro_bit_controller_bit | A game controller expansion board for the micro:bit microcontroller | 5 |
jakobst1n/microbit-gamepad | A web application that sends DPAD events to micro:bit devices over Bluetooth. | 2 |
alex-spataru/qjoysticks | Library providing a cross-platform joystick input system for Qt applications. | 95 |
duckleg/as3dpad | A virtual gamepad library for Adobe AIR mobile apps | 18 |
coreyhayward/powertoys-run-inputtyper | A PowerToys plugin that enables typing input as if it was typed on a keyboard | 79 |
insighio/esp32-microgamepad-ble | An ESP32-based project creating a dual-analog joystick gamepad over BLE for robot projects. | 16 |
marcofaziorandom/virtual-joystick-godot | A virtual joystick plugin for Godot game engine that allows players to control games on touchscreens with customizable options. | 742 |
acb-prgm/godot_gamepad | A tool for turning mobile devices into game controllers | 119 |
michaelnoonan/inputsimulator | An input simulator that allows .NET applications to send keyboard and mouse events using the Win32 SendInput method | 740 |
juniorlimaivd/launchpad-playground | An interactive audio and animation playground for music makers and programmers to experiment with sounds and visual effects. | 5 |
minll/gameinterfacefortoys | Enables real-time tactile feedback from in-game events to controlled sex toys and integrates with chastity devices | 29 |
stelly-dev/game_of_life_adafruit_macropad | A simple implementation of Conway's Game of Life on the Adafruit Macropad using CircuitPython | 5 |