https://github.com/kitlith/joycon-quat
decoder (and encoder) for quaternions sent from a joycon. Based heavily on reverse engineering done by hexkyz.
https://github.com/kitlith/joycon-quat
Last synced: about 1 year ago
JSON representation
decoder (and encoder) for quaternions sent from a joycon. Based heavily on reverse engineering done by hexkyz.
- Host: GitHub
- URL: https://github.com/kitlith/joycon-quat
- Owner: kitlith
- License: mit
- Created: 2024-02-26T00:41:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T19:33:08.000Z (over 1 year ago)
- Last Synced: 2025-03-30T10:33:44.035Z (about 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# joycon-quat
decoder (and encoder) for quaternions sent from a joycon. Based heavily on reverse engineering done by hexkyz.
for those who want to use it as a reference, I hope this is readable, but I may have gone a bit overboard on
using fixed point types.
Licenced under the MIT license. I am open to dual-licensing under Apache, if it ever becomes relevant.