In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Wiiuse"

From WiiBrew
Jump to navigation Jump to search
(infobox)
 
(14 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{cleanup}}
| title      = 'wii''use
+
'''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.
| 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 integrated into [[libogc]] and is wrapped by the WPAD library.
 
 
 
 
Wiiuse is integrated into [[Libogc]] and is wrapped by the WPAD library.
 
  
 
== Compatibility ==
 
== Compatibility ==
  
 +
* Wii
 
* Linux
 
* Linux
* Wii
 
 
* Windows 2000/XP/Vista
 
* Windows 2000/XP/Vista
 
** Windows XP SP2 stack
 
** Windows XP SP2 stack
 
** Widcomm stack
 
** Widcomm stack
 
** Bluesoleil stack
 
** Bluesoleil stack
 
== Download ==
 
 
http://sourceforge.net/project/showfiles.php?group_id=187194
 
  
 
== Documentation ==
 
== Documentation ==
  
Documentation is available at http://wiiuse.net/?nav=docs
+
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.
 +
it's source however, has been moved to [https://github.com/wiiuse/wiiuse github]
  
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.
+
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.

Latest revision as of 08:22, 6 April 2023

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. it's source however, has been moved to github

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.