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
(Undo revision 88018 by Cease and Desist (Talk))
Line 1: Line 1:
This is a warning to the owners of this site. My name is Shigeru Miyamoto and I am disappoint. You are breaking the DCMA laws. DCMA laws protect our freedoms far into the furture. There is over 9000 pages here and I want every single one of them gone by next week. This is not a threat but a promise. Every day after that week is up, I will sue you for $100,000 a day.
+
'''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.
  
Thank you for using Nintendo. We must ensure our freedoms through use of the DCMA. This not the analog millennium one passed in 1000 A.D., but the digital one.
+
Wiiuse is integrated into [[libogc]] and is wrapped by the WPAD library.
  
==CEASE==
+
== Compatibility ==
AND DESIST
+
 
 +
* Wii
 +
* Linux
 +
* Windows 2000/XP/Vista
 +
** Windows XP SP2 stack
 +
** Widcomm stack
 +
** Bluesoleil stack
 +
 
 +
== 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.

Revision as of 21:40, 7 August 2010

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 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.