https://github.com/shybyte/gamepad-to-keyboard
Maps gamepad events to keyboard events. Written in Rust.
https://github.com/shybyte/gamepad-to-keyboard
Last synced: about 1 month ago
JSON representation
Maps gamepad events to keyboard events. Written in Rust.
- Host: GitHub
- URL: https://github.com/shybyte/gamepad-to-keyboard
- Owner: shybyte
- Created: 2019-01-21T07:05:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T07:05:21.000Z (over 7 years ago)
- Last Synced: 2025-01-03T20:27:54.070Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gamepad to Keyboard
## Install
apt install libxdo-dev
apt install libudev-dev
## Use PS4 controller on Linux
http://ros-developer.com/2017/12/14/ps4-controller-bluetooth-ubuntu/
sudo pip install ds4drv
sudo ds4drv
## Libs
### Simulate Input Candidates
* https://github.com/enigo-rs/enigo (Used)
* https://github.com/obv-mikhail/InputBot
* https://rosettacode.org/wiki/Simulate_input/Mouse
* https://github.com/autopilot-rs/autopilot-rs