8

There are many libraries that manage the wiimote but I am looking for the "best" one, or at least that has the following features:

  • open-source
  • portable (at least Win32 and Linux)
  • written and usable in c or c++
  • good coverage of wiimote devices

I rely on people that already used such library. Google is good source of information but it doesn't know which one is best library.

Jonik
  • 80,077
  • 70
  • 264
  • 372
Franck Freiburger
  • 26,310
  • 20
  • 70
  • 95

6 Answers6

6

if you will use multiple wiimotes, don't use wiiuse library. i am working on a stereo system with two wiimotes using wiiuse library but wiiuse made me crazy( it gives delayed ir tracking data ) and i decided to change my library wiiuse from wiiyourself

abdullah
  • 175
  • 4
4

Some friends of mine have had good luck with wiiuse. It's in C, for both Windows and Linux.

ChrisV
  • 3,363
  • 16
  • 19
2

Have you seen this:

http://www.codeplex.com/WiimoteLib

http://blogs.msdn.com/coding4fun/archive/2007/03/14/1879033.aspx

It may not be exactly what you are asking for, but with Mono you'll have the cross platform part of it.

Tim
  • 20,184
  • 24
  • 117
  • 214
2

What about Johnny Chung Lee - it's .Net but it's open source and could converted.

MrTelly
  • 14,657
  • 1
  • 48
  • 81
0

I think this might be what your looking for:

http://wiiuse.sourceforge.net/

Open-sourced, multi-platform and written in C/C++. They are looking for a OSX developper though, so I'm guessing it doesn't support it yet.

David Menard
  • 2,261
  • 3
  • 43
  • 67
0

Maybe https://github.com/MJL85/wiiuse will do? Seems to have a lot of features and supports Windows and Linux, AND it is c.

Torandi
  • 1,615
  • 2
  • 9
  • 12