Skip to content

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

License

Notifications You must be signed in to change notification settings

ikno-the-box-guy/WiiBoardLib

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages