https://github.com/diogotr7/openrgb.net
C# client for the OpenRGB SDK
https://github.com/diogotr7/openrgb.net
openrgb
Last synced: 6 months ago
JSON representation
C# client for the OpenRGB SDK
- Host: GitHub
- URL: https://github.com/diogotr7/openrgb.net
- Owner: diogotr7
- License: mit
- Created: 2020-06-16T16:43:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T17:34:55.000Z (about 1 year ago)
- Last Synced: 2025-03-26T03:33:12.622Z (7 months ago)
- Topics: openrgb
- Language: C#
- Homepage:
- Size: 200 KB
- Stars: 42
- Watchers: 5
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenRGB.NET
[](https://www.nuget.org/packages/OpenRGB.NET)OpenRGB.NET is a C# client for the OpenRGB SDK. It is meant to be a simple client, providing a method for each of the functionalities available in the SDK.
Tested on Windows 10 and Arch Linux.# Installation
You can simply add the nuget package as a reference to your project.# Usage example
See the [example project](src/OpenRGB.NET.Example/Program.cs).