An open API service indexing awesome lists of open source software.

https://github.com/orionnebula/wiisharp

Interact with Wii remotes through a sleek managed API.
https://github.com/orionnebula/wiisharp

api c-sharp dot-net managed pinvoke-wrapper wiimote

Last synced: 4 months ago
JSON representation

Interact with Wii remotes through a sleek managed API.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/OrionNebula/WiiSharp.svg?branch=master)](https://travis-ci.org/OrionNebula/WiiSharp)

# WiiSharp
Interact with Wii remotes through a sleek managed API.

Information about how to connect to and interact with Wiimotes in Windows comes from [WiiUse](https://github.com/rpavlik/wiiuse).

In the back, this library uses P/Invoke calls to interact with the Wiimote as a HID. No managed API exists for some of these functions.