管理 Wiimote 的最佳库是什么?
有很多管理 Wiimote 的库,但我正在寻找“最好的”一个,或者至少具有以下功能:
- 开源
- 可移植(至少 Win32 和 Linux),
- 编写并可用c 或 c++
- 对 Wiimote 设备的良好覆盖
我依赖已经使用过此类库的人。 谷歌是很好的信息来源,但它不知道哪一个是最好的图书馆。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
如果您将使用多个 Wiimote,请不要使用 wiiuse 库。 我正在使用 wiiuse 库开发一个带有两个 wiimote 的立体声系统,但是 wiiuse 让我发疯(它提供了延迟的红外跟踪数据),我决定将我的 wiiuse 库从 wiiyourself 更改为
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
我的一些朋友很幸运地使用了 wiiuse。 它是用 C 语言编写的,适用于 Windows 和 Linux。
Some friends of mine have had good luck with wiiuse. It's in C, for both Windows and Linux.
你见过这个吗:
http://www.codeplex.com/WiimoteLib
http://blogs.msdn.com/coding4fun/archive/2007/03/14/ 1879033.aspx
它可能不完全是您所要求的,但是使用 Mono,您将拥有它的跨平台部分。
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.
Johnny Chung Lee 怎么样?它是 .Net,但它是开源的,可以转换。
What about Johnny Chung Lee - it's .Net but it's open source and could converted.
我想这可能就是您所寻找的:
http://wiiuse.sourceforge.net/
开源,多平台,用 C/C++ 编写。 不过他们正在寻找 OSX 开发人员,所以我猜它还不支持。
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.
也许 https://github.com/MJL85/wiiuse 可以吗? 似乎有很多功能并且支持Windows和Linux,而且它是c的。
Maybe https://github.com/MJL85/wiiuse will do? Seems to have a lot of features and supports Windows and Linux, AND it is c.