NZXTSharp 1.0.2-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.2-beta
dotnet add package NZXTSharp --version 1.0.2-beta
<PackageReference Include="NZXTSharp" Version="1.0.2-beta" />
paket add NZXTSharp --version 1.0.2-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.
NZXTSharp is in very early development, and very little is supported at the moment. Please keep checking back!
Documentation is still a work in progress, and can be found at NZXTSharp's readthedocs.io page. Docs are built from the docs branch.
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 Color(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.
- Neither I, nor any of NZXTSharp's collaborators hold any liability for any broken or not working hardware resulting from using this package. Please use your best judgement.
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.
NZXTSharp is in very early development, and very little is supported at the moment. Please keep checking back!
Documentation is still a work in progress, and can be found at NZXTSharp's readthedocs.io page. Docs are built from the docs branch.
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 Color(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.
- Neither I, nor any of NZXTSharp's collaborators hold any liability for any broken or not working hardware resulting from using this package. Please use your best judgement.
A big thank you to Pet0203 for his help in reverse engineering the protocols and building NZXTSharp.
</> With ♥ by Ari Madian
Release Notes
- Breaking Changes
- Renamed HexColor.cs to Color.cs
- New Features
- Subdevices: Individually control fans, strips, and their individual leds! Documentation and getting started examples coming soon.
- Behind the Scenes
- Addition of COM system, will make it easier to add support for more devices.
- Refactoring, moved some files around, cleanup.
Most effects still not working.
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 | 368 | 10/24/2019 |
2.1.2 | 336 | 6/7/2019 |
2.1.1 | 240 | 5/1/2019 |
2.1.0 | 262 | 3/31/2019 |
2.0.0 | 245 | 3/18/2019 |
2.0.0-preview3 | 256 | 2/28/2019 |
2.0.0-preview2 | 304 | 2/23/2019 |
2.0.0-preview1 | 258 | 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 |