Difference between revisions of "Wiiuse"
Jump to navigation
Jump to search
m (link to libogc) |
(infobox) |
||
Line 1: | Line 1: | ||
− | http://wiiuse.net/ | + | {{Infobox homebrewapp |
+ | | title = 'wii''use | ||
+ | | image = | ||
+ | | desc = part of [[libogc]] | ||
+ | | type = Library | ||
+ | | license = GPLv3 | ||
+ | | source = [http://wiiuse.net/ wiiuse.net] | ||
+ | | download = [http://sourceforge.net/projects/wiiuse/ Sourceforge] | ||
+ | }} | ||
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. | 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. |
Revision as of 09:13, 22 July 2008
'wiiuse | |
General | |
---|---|
Type | Library |
License | GPLv3 |
Links | |
[[Sourceforge|Download]] | |
[[wiiuse.net|Source]] |
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.
Wiiuse is integrated into Libogc and is wrapped by the WPAD library.
Compatibility
- Linux
- Wii
- Windows 2000/XP/Vista
- Windows XP SP2 stack
- Widcomm stack
- Bluesoleil stack
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.