An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# OpenRGB.NET
[![Nuget](https://img.shields.io/nuget/v/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).