RGB.NET.Devices.Wooting
2.0.0-prerelease.76
See the version list below for details.
dotnet add package RGB.NET.Devices.Wooting --version 2.0.0-prerelease.76
NuGet\Install-Package RGB.NET.Devices.Wooting -Version 2.0.0-prerelease.76
<PackageReference Include="RGB.NET.Devices.Wooting" Version="2.0.0-prerelease.76" />
paket add RGB.NET.Devices.Wooting --version 2.0.0-prerelease.76
#r "nuget: RGB.NET.Devices.Wooting, 2.0.0-prerelease.76"
// Install RGB.NET.Devices.Wooting as a Cake Addin #addin nuget:?package=RGB.NET.Devices.Wooting&version=2.0.0-prerelease.76&prerelease // Install RGB.NET.Devices.Wooting as a Cake Tool #tool nuget:?package=RGB.NET.Devices.Wooting&version=2.0.0-prerelease.76&prerelease
RGB.NET Device-Provider-Package for Wooting-Devices.
Usage
This provider follows the default pattern and does not require additional setup.
surface.Load(WootingDeviceProvider.Instance);
Required SDK
This providers requires native SDK-dlls.
You can get them directly from Wooting at https://github.com/WootingKb/wooting-rgb-sdk/releases
Since the SDK-dlls are native it's important to use the correct architecture you're building your application for. (If in doubt you can always include both.)
x64
wooting-rgb-sdk.dll
from the x64-zip needs to be distributed as <application-directory>\x64\wooting-rgb-sdk.dll
You can use other, custom paths by adding them to WootingDeviceProvider.PossibleX64NativePaths
.
x86
wooting-rgb-sdk.dll
from the x86-zip needs to be distributed as <application-directory>\x86\wooting-rgb-sdk.dll
You can use other, custom paths by adding them to WootingDeviceProvider.PossibleX86NativePaths
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- RGB.NET.Core (>= 2.0.0-prerelease.76)
-
net7.0
- RGB.NET.Core (>= 2.0.0-prerelease.76)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.