https://github.com/picchikevin/wiimote-webhid
A Wiimote implementation using WebHID - AKA: Wiimote for the Web
https://github.com/picchikevin/wiimote-webhid
accelerometer bluetooth ir-sensor javascript webhid webhid-api wii wiimote
Last synced: 12 months ago
JSON representation
A Wiimote implementation using WebHID - AKA: Wiimote for the Web
- Host: GitHub
- URL: https://github.com/picchikevin/wiimote-webhid
- Owner: PicchiKevin
- License: mit
- Created: 2021-01-25T12:53:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T14:38:11.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T08:42:04.364Z (about 1 year ago)
- Topics: accelerometer, bluetooth, ir-sensor, javascript, webhid, webhid-api, wii, wiimote
- Language: JavaScript
- Homepage: https://picchikevin.github.io/wiimote-webhid/
- Size: 3.96 MB
- Stars: 50
- Watchers: 3
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wiimote WebHID API Library
A Wiimote implementation using WebHID.

*IR Canvas demo using the example bellow*
You can try a demo of this library here:
**Demo available:** [https://kevinpicchi.github.io/wiimote-webhid](https://picchikevin.github.io/wiimote-webhid/)
## Introduction
The simple goal of this project is to make the original Wiimote (Nitendo RVL-CNT-01) work on the Web.
This is done by leveraging the power of [WebHID](https://wicg.github.io/webhid/).
Got a question? Feel free to raise an issue or reach out on twitter: [@KevinPicchi](https://twitter.com/KevinPicchi)
## Contributions:
**I'd love you to contribute to the project** so that we might even make make it **better** together!
So please do fire your issues and pull request my way!
## Special Thanks
Special thanks to [WiiBrew Wiki](https://wiibrew.org/wiki/Wiimote), they have been my main source of information, the documentation on it is very well written. I can't say how much their reverse engineer was useful to my project.
Thanks again to anyone who contributed to it! https://wiibrew.org/wiki/Wiimote
## Awesome Wiimote Implementation:
- [C# Unity Wiimote](https://github.com/Flafla2/Unity-Wiimote) by @Flafla2
- [Experimental Wiimote connection through HID](https://github.com/natel97/wiimote-chrome) by @natel97
Feel free to create a PR and list your implementation here.