Difference between revisions of "Wiiuse"
Jump to navigation
Jump to search
(Add Wayback link for documentation) |
m (made it less of an eyesore to read) |
||
Line 15: | Line 15: | ||
== Documentation == | == Documentation == | ||
− | Documentation was previously available at wiiuse.net | + | Documentation was previously available at wiiuse.net, which has since been shut down. |
However, the documentation that was hosted on wiiuse.net has been [https://web.archive.org/web/20100221065138/http://wiiuse.net/docs/ archived] on the Wayback Machine. | However, the documentation that was hosted on wiiuse.net has been [https://web.archive.org/web/20100221065138/http://wiiuse.net/docs/ archived] on the Wayback Machine. | ||
An example program that uses the library is included in the download under the examples directory. The example ''should be'' portable across all supported platforms. | An example program that uses the library is included in the download under the examples directory. The example ''should be'' portable across all supported platforms. |
Revision as of 05:00, 6 April 2023
This article may require cleanup to meet WiiBrew's quality standards.
Reason: Needs cleanup |
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
- Wii
- Linux
- Windows 2000/XP/Vista
- Windows XP SP2 stack
- Widcomm stack
- Bluesoleil stack
Documentation
Documentation was previously available at wiiuse.net, which has since been shut down. However, the documentation that was hosted on wiiuse.net has been archived on the Wayback Machine.
An example program that uses the library is included in the download under the examples directory. The example should be portable across all supported platforms.