What is the best library to manage a wiimote? [closed]
Asked Answered
H

6

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.

Hokum answered 16/7, 2009 at 13:53 Comment(0)
D
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

Drizzle answered 21/7, 2009 at 13:17 Comment(0)
C
4

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

Caye answered 21/7, 2009 at 12:31 Comment(1)
I've used this a little bit. It works well.Rosemarierosemary
M
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.

Mccomas answered 16/7, 2009 at 13:55 Comment(4)
the second one is for C# and VB.NET :(Hokum
and the first one too :(Hokum
thanks for the downvote. Why can't you use C++ to access it?Mccomas
Tim, you've mentioned that you can use Mono to compile. And you can reference from pretty much anything. I think that downvote was unfair.Gish
S
2

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

Stanzel answered 16/7, 2009 at 13:56 Comment(0)
G
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.

Gulp answered 21/7, 2009 at 12:33 Comment(0)
K
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.

Kemppe answered 21/7, 2009 at 12:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.