BrianPeek / WiimoteLib

A library for using a Nintendo Wii Remote (Wiimote) from .NET.
MIT License
101 stars 32 forks source link

.Net Standard support #1

Open vpenades opened 7 years ago

vpenades commented 7 years ago

Because wiimotelib uses Win32 interops, it can only be used on Windows Desktop projects.

In order to use it on UWP, instead of using Win32 P/Invokes, on UWP there's this new API:

Windows.Devices.HumanInterfaceDevice.HidDevice

I guess with some tinkering, you could abstract the core of wiimotelib, and then have specific DLL variants for desktop, UWP, and why not, xamarin