Comment 9 for bug 954546

Revision history for this message
J. Félix Ontañón (fontanon) wrote :

Amazing, Pietro! Actually I've been figuring out how to remove cwiid dependency, and this seems to be a right way.

I really believe wiican could serve as a generic wiimote manager who could run several wiimote-drivers.
Look, time ago I started another wiimote project named wiimidi: a wiimote-mapping system for associate wiimote events with midi messages in order to use the wiimote as a musical instrument or midi controller: https://github.com/fontanon/wiimidi Discontinued today :(

This mapping works: https://github.com/fontanon/wiimidi/blob/master/sample.wid
And my final goal was: https://github.com/fontanon/wiimidi/blob/master/future.wid

So with wiican, in further stages, you could be able to configure a keyb/mouse mapping, a musical mapping, etc ...

However, by using linuxWiimoteLib.py, the hardest work to do is to create a mapping languaje, isn't? Does python-wiiteboard provides some mapping configuration features?

Cheers