CUE.NET
1.1.0.2
See the version list below for details.
dotnet add package CUE.NET --version 1.1.0.2
NuGet\Install-Package CUE.NET -Version 1.1.0.2
<PackageReference Include="CUE.NET" Version="1.1.0.2" />
paket add CUE.NET --version 1.1.0.2
#r "nuget: CUE.NET, 1.1.0.2"
// Install CUE.NET as a Cake Addin #addin nuget:?package=CUE.NET&version=1.1.0.2 // Install CUE.NET as a Cake Tool #tool nuget:?package=CUE.NET&version=1.1.0.2
Corsair HID SDK Wrapper
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CUE.NET:
Repository | Stars |
---|---|
DarthAffe/CUE.NET
C# (.NET) library to work with the Corsair CUE-SDK.
|
Version | Downloads | Last updated |
---|---|---|
1.2.0.1 | 6,090 | 11/25/2017 |
1.1.3.1 | 2,217 | 4/27/2017 |
1.1.3 | 1,504 | 3/18/2017 |
1.1.2.1 | 1,202 | 2/1/2017 |
1.1.1 | 1,325 | 1/5/2017 |
1.1.0.2 | 1,597 | 10/6/2016 |
1.0.3 | 1,513 | 6/3/2016 |
1.0.2.2 | 1,608 | 3/16/2016 |
1.0.2.1 | 1,430 | 2/28/2016 |
1.0.2 | 1,341 | 2/20/2016 |
1.0.1 | 1,335 | 2/7/2016 |
1.0.0 | 1,362 | 12/23/2015 |
######### #########
### This release contains a lot of breaking changes and will most likely not work without changes to existing code! ###
######### #########
Updated SDK to 2.4.67,
Adde Corsair RGB Mous Mat support,
Rewrote brushes to perform two-pass-rendering,
Added own Color-Type to allow easier extension and modification (this type can be implicit converted to .NET-Colors)
Refactored everything to work based on LEDs - This will adapt the devices and reduces the importance of the "special case keyboard",
Added usable effect-system which allows to modify groups and brushes,
Refactored automatic updates to be SDK-wide (moved from device to CueSDK)