NZXTSharp 1.0.1.1-beta
The one-stop C# sdk that facilitates interaction with NZXT devices.
See the version list below for details.
Install-Package NZXTSharp -Version 1.0.1.1-beta
dotnet add package NZXTSharp --version 1.0.1.1-beta
<PackageReference Include="NZXTSharp" Version="1.0.1.1-beta" />
paket add NZXTSharp --version 1.0.1.1-beta
NZXTSharp
NZXTSharp is a C# package that allows interaction with NZXT's Hue+. Support for other devices will be coming.
Find NZXTSharp on NuGet here. If you are adding through Visual Studio, please be sure to check Include Prereleases
.
Please keep in mind that NZXTSharp is in heavy development, and will have breaking changes in the future.
If a device you want is not supported yet, please submit an issue with the device-request
label.
NZXTSharp is in very early development, and very little is supported at the moment. Please keep checking back!
Syntax
NZXTSharp's syntax is lightweight, only taking a few lines to get started.
using NZXTSharp;
using NZXTSharp.Devices;
using NZXTSharp.Effects;
HuePlus hue = new HuePlus(); // Create device
Fixed effect = new Fixed(new HexColor(255, 255, 255)); // Make fixed effect
hue.ApplyEffect(hue.Both, effect); // Apply effect
Disclaimer
NZXTSharp is provided under the GNU GPLv3 license, but I want to re-iterate these stipulations:
- This software is provided as is.
- This software is provided with no warranty.
- I (the owner) hold no liability for any broken or not working hardware resulting from using this package. Please use your best judgement, and
A big thank you to Pet0203 for his help in reverse engineering the protocols and building NZXTSharp.
</> With ♥ by Ari Madian
NZXTSharp
NZXTSharp is a C# package that allows interaction with NZXT's Hue+. Support for other devices will be coming.
Find NZXTSharp on NuGet here. If you are adding through Visual Studio, please be sure to check Include Prereleases
.
Please keep in mind that NZXTSharp is in heavy development, and will have breaking changes in the future.
If a device you want is not supported yet, please submit an issue with the device-request
label.
NZXTSharp is in very early development, and very little is supported at the moment. Please keep checking back!
Syntax
NZXTSharp's syntax is lightweight, only taking a few lines to get started.
using NZXTSharp;
using NZXTSharp.Devices;
using NZXTSharp.Effects;
HuePlus hue = new HuePlus(); // Create device
Fixed effect = new Fixed(new HexColor(255, 255, 255)); // Make fixed effect
hue.ApplyEffect(hue.Both, effect); // Apply effect
Disclaimer
NZXTSharp is provided under the GNU GPLv3 license, but I want to re-iterate these stipulations:
- This software is provided as is.
- This software is provided with no warranty.
- I (the owner) hold no liability for any broken or not working hardware resulting from using this package. Please use your best judgement, and
A big thank you to Pet0203 for his help in reverse engineering the protocols and building NZXTSharp.
</> With ♥ by Ari Madian
Release Notes
Fix CISS param evaluation
Dependencies
-
.NETStandard 2.0
- System.IO.Ports (>= 4.6.0-preview.18571.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.1.3 | 374 | 10/24/2019 |
2.1.2 | 336 | 6/7/2019 |
2.1.1 | 240 | 5/1/2019 |
2.1.0 | 266 | 3/31/2019 |
2.0.0 | 249 | 3/18/2019 |
2.0.0-preview3 | 260 | 2/28/2019 |
2.0.0-preview2 | 304 | 2/23/2019 |
2.0.0-preview1 | 262 | 2/8/2019 |
1.2.0 | 142 | 1/30/2019 |
1.1.0 | 122 | 1/30/2019 |
1.0.3-beta | 124 | 1/27/2019 |
1.0.2-beta | 133 | 1/24/2019 |
1.0.1.2-beta | 139 | 1/22/2019 |
1.0.1.1-beta | 162 | 1/14/2019 |
1.0.1-beta | 148 | 1/6/2019 |
1.0.0.3-beta | 207 | 1/2/2019 |
1.0.0.2-alpha | 145 | 1/1/2019 |
1.0.0.1-alpha | 140 | 12/29/2018 |
1.0.0-alpha | 136 | 12/29/2018 |