RGB.NET.Devices.CoolerMaster
3.0.0-prerelease.2
See the version list below for details.
dotnet add package RGB.NET.Devices.CoolerMaster --version 3.0.0-prerelease.2
NuGet\Install-Package RGB.NET.Devices.CoolerMaster -Version 3.0.0-prerelease.2
<PackageReference Include="RGB.NET.Devices.CoolerMaster" Version="3.0.0-prerelease.2" />
paket add RGB.NET.Devices.CoolerMaster --version 3.0.0-prerelease.2
#r "nuget: RGB.NET.Devices.CoolerMaster, 3.0.0-prerelease.2"
// Install RGB.NET.Devices.CoolerMaster as a Cake Addin #addin nuget:?package=RGB.NET.Devices.CoolerMaster&version=3.0.0-prerelease.2&prerelease // Install RGB.NET.Devices.CoolerMaster as a Cake Tool #tool nuget:?package=RGB.NET.Devices.CoolerMaster&version=3.0.0-prerelease.2&prerelease
RGB.NET Device-Provider-Package for Cooler Master-Devices.
Usage
This provider follows the default pattern and does not require additional setup.
surface.Load(CoolerMasterDeviceProvider.Instance);
Required SDK
This providers requires native SDK-dlls.
You can get them directly from Cooler Master at https://templates.coolermaster.com/ (Direct Link: https://templates.coolermaster.com/assets/sdk/coolermaster-sdk.zip)
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
Src\SDK\x64\SDKDLL.dll
from the SDK-zip needs to be distributed as <application-directory>\x64\CMSDK.dll
You can use other, custom paths by adding them to CoolerMasterDeviceProvider.PossibleX64NativePaths
.
x86
Src\SDK\x86\SDKDLL.dll
from the SDK-zip needs to be distributed as <application-directory>\x86\CMSDK.dll
You can use other, custom paths by adding them to CoolerMasterDeviceProvider.PossibleX86NativePaths
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- RGB.NET.Core (>= 3.0.0-prerelease.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on RGB.NET.Devices.CoolerMaster:
Repository | Stars |
---|---|
DarthAffe/KeyboardAudioVisualizer
It's colorful - I like it!
|
|
BrianLima/HueHue
A simple yet powerful open source LED controller for Windows and Arduino
|