Good wiimote portable audio library?

I am looking for a portable wiimote library. I want to use wiimote for the equipment that it has (but I do not need to access any data stored on it).

Required Features:

  • access to all buttons (as an exception, the lack of using the power button is OK)
  • make wiimote play sound
  • talk to nunchuks and classic controllers
  • Preferred: Make a wiimote hum.
  • with C. Preferably native C. Bonus points for bindings with Haskell or python.

The library must be portable on Linux, Windows, and OS X (in order of importance) and must be agnostic regarding the processor architecture.

Has anyone got a good suggestion?

+3
source share
2 answers

Do not use it (I only read about the Wiimote managed library), but you can check wiiuse . It looks like the most complete of the native libararies.

Others include:

+4
source

You can use my WiiMouse program for this (which is based on the open source project wiimotelib), it allows you to connect via named pipes and play PCM sounds and use all attachments, including MotionPlus, even calculates MotionPLus for you, you can get it here :

http://home.exetel.com.au/amurgshere/wiimouse.phtml

See the download for an example on how to connect to wiimote through named pipes and play sounds and more.

0
source

Source: https://habr.com/ru/post/1702608/


All Articles