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
m (edits requested by wiiuse)
Line 15: Line 15:
 
== Documentation ==
 
== Documentation ==
  
Documentation was previously available at http://wiiuse.net/?nav=docs . However, the wiiuse.net domain appears to be unavailable at the time of this edit. The library is still available through SourceForge, but documentation is not included.
+
Documentation was previously available at wiiuse.net. However, the wiiuse.net domain is no longer available.  
 +
The library is still available through their [https://github.com/wiiuse/wiiuse github] repository, but documentation is not included.
  
I'm not sure if it's same documentation but http://wiiuse.sourceforge.net/docs/ is working now.
+
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 api/ directory. The example ''should be'' portable across all supported platforms.
 

Revision as of 19:24, 20 November 2021

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. However, the wiiuse.net domain is no longer available. The library is still available through their github repository, but documentation is not included.

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.