Creating web sites for the Wii Opera browser


Creating web sites for the Wii Opera browser

Though it may be old news that Wiimote keycodes can be detected by JavaScript in the Wii Opera browser, I could not find a JavaScript library that facilitates handling these input events, so I created my own. I believe that this library is only one piece of making Wii-friendly web sites. For example, you can use CSS to ensure that you use fonts that can easily be read on the Wii. Also, buttons appear to be better navigation controls than links as links have no visual feedback when you mouse over them whereas buttons change colors upon being valid click targets.

Related Posts