/WiiBoardLib

A library made for easily interfacing with Nintendo's Wii Balance Board in C#.

Primary LanguageC#MIT LicenseMIT

WiiBoardLib

A library made for easily interfacing with Nintendo's Wii Balance Board in C#.

Usage examples

Creating and reading from the WiiBoard

var board = WiiBoard.FindWiiBoard(10, .1f);
var state = board.GetState();

Supported Platforms

  • Windows only
  • .NET 6.0

Dependencies

This library depends on the SharpDX.DirectInput library which is available on NuGet:

dotnet add package SharpDX.DirectInput --version 4.2.0

This project also requires a special driver for the Wii Balance Board to correctly work on your device, you can download the driver here.