Difference between revisions of "Wiiuse"
(New page: http://wiiuse.net/ Wiiuse is a library written in C that connects with several Nintendo Wii remotes. Supports motion sensing, IR tracking, nunchuk, classic controller, and the Guitar Hero...) |
m (→Wii Port) |
||
Line 27: | Line 27: | ||
Note that this does not mean everything listed above will always work as expected (although it does appear to). Any unofficial port at this point is potentially susceptible to faulty functionality. There are a couple of unofficial ports running around, please keep in mind they are not considered stable. | Note that this does not mean everything listed above will always work as expected (although it does appear to). Any unofficial port at this point is potentially susceptible to faulty functionality. There are a couple of unofficial ports running around, please keep in mind they are not considered stable. | ||
+ | |||
+ | For the latest news and progress of the port, see http://wiiuse.net/ | ||
== Download == | == Download == |
Revision as of 19:11, 20 April 2008
Wiiuse is a library written in C that connects with several Nintendo Wii remotes. Supports motion sensing, IR tracking, nunchuk, classic controller, and the Guitar Hero 3 controller. Single threaded and nonblocking makes a light weight and clean API.
Compatibility
- Linux
- Wii * (see below)
- Windows 2000/XP/Vista
- Windows XP SP2 stack
- Widcomm stack
- Bluesoleil stack
Wii Port
The library is currently in the process of being ported by shagkur and para. The port has various core updates to the library which will eventually be released as v0.13 (current stable is v0.12).
Everything appears to work on the wii port with the exception of enabling IR. This includes:
- Button presses
- Accelerometer, g-force on each axis and tilt angles
- Rumble
- LEDs
- Nunchuk
- Classic controller
- Guitar Hero 3 controller
Note that this does not mean everything listed above will always work as expected (although it does appear to). Any unofficial port at this point is potentially susceptible to faulty functionality. There are a couple of unofficial ports running around, please keep in mind they are not considered stable.
For the latest news and progress of the port, see http://wiiuse.net/
Download
http://sourceforge.net/project/showfiles.php?group_id=187194
Documentation
Documentation is available at http://wiiuse.net/?nav=docs
An example program that uses the library is included in the download under the api/ directory. The example should be portable across all supported platforms.