For a client we’re making a demo, where you can control a flash game by using the WiiMote.
My collegue Alwyn, already builded a wii controlled drum game at university which is perfect to show in a demo. The biggest problem we faced today was connecting the WiiMote to Windows. After a while i started looking for an OS X application. Quickly i came across DarwiinRemote and a little bit later a found the best solution for us.
MoteDaemon is a xml socket server, sending out the data coming from 1 or more WiiMotes. The downside at this moment is that we can’t use the nunchuck.
At the moment i’m making an actionscript 3 interface to connect to the socket server. When we finish the demo, we will put it online somewhere.
Edit: After some more research we noticed that MoteDaemon is giving wrong values back on the moment you connect more than 1 remote. It seems that the software is mixing the values of the connected remotes.