https://github.com/zduny/pad-motion
Implementation of Cemuhook gamepad motion protocol.
https://github.com/zduny/pad-motion
cemu cemuhook cemuhook-protocol gamepad gyroscope input rust rust-lang rust-library
Last synced: 3 months ago
JSON representation
Implementation of Cemuhook gamepad motion protocol.
- Host: GitHub
- URL: https://github.com/zduny/pad-motion
- Owner: zduny
- License: apache-2.0
- Created: 2020-03-06T19:20:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T14:32:31.000Z (over 1 year ago)
- Last Synced: 2025-03-11T11:48:42.591Z (3 months ago)
- Topics: cemu, cemuhook, cemuhook-protocol, gamepad, gyroscope, input, rust, rust-lang, rust-library
- Language: Rust
- Homepage: https://docs.rs/pad-motion/
- Size: 54.7 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# pad-motion
[](https://github.com/zduny/pad-motion/actions)
[](https://crates.io/crates/pad-motion)
[](https://docs.rs/pad-motion)Implementation of Cemuhook gamepad motion protocol.
Includes client and server.
https://crates.io/crates/pad-motion
[](https://ko-fi.com/O5O31JYZ4)
## gamepad and mouse server example
You can download compiled example using first connected gamepad and mouse (used to emulate gyroscope data) as an input source, here:[gamepad-and-mouse-server.zip](https://github.com/zduny/pad-motion/releases/download/v0.1.2/gamepad-and-mouse-server.zip)
If you need more help on how to run this example (and test if it's working), see [issue](https://github.com/zduny/pad-motion/issues/2).
## projects using this crate
[joycon-cemuhook](https://github.com/pickfire/joycon-cemuhook) by [pickfire](https://github.com/pickfire)
## references
[cemuhook-protocol](https://github.com/v1993/cemuhook-protocol)## see also
[Cemuhook](https://cemuhook.sshnuke.net/)[Cemuhook UDP Pad motion data provider setup](https://cemuhook.sshnuke.net/padudpserver.html)
[Cemu Emulator](https://cemu.info/)