An open API service indexing awesome lists of open source software.

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.

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.