A library made for easily interfacing with Nintendo's Wii Balance Board in C#.
Creating and reading from the WiiBoard
var board = WiiBoard.FindWiiBoard(10, .1f);
var state = board.GetState();
- Windows only
- .NET 6.0
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.