Suppose I wanted to explore Wii Remote to browser interaction by connecting it to my Ubuntu laptop via Wiican and Wmgui using Bluetooth. What would be a simple program to achieve this?
I have successfully used an Xbox Gamepad with Chrome, so I know that is feasible. However, can the same be done with the Wii Remote? I am interested in getting the basic directional controls (up, down, left, right) and buttons to function first, and then perhaps incorporating accelerometer input.
My initial idea involves a blend of these two resources: for movement and https://github.com/s-haha-n/GameTPS/blob/master/sample.html for reference to my Xbox gamepad output page.
Where should I begin to create something like this? Would Gamepad.js be compatible with the Wii Remote right away?