thunderluca / AuraSDK

C# wrapper for the ASUS Aura SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS PROJECT IS NO LONGER ACTIVE!

If you're looking for something to control your computer's RGB (more than just ASUS stuff), check out OpenRGB!


AuraSDK

Build Status Jenkins tests GitHub license NuGet

C# wrapper for the Asus Aura SDK. Currently only supports motherboards and GPUs.

Usage

You can use NuGet or download from the releases page to add this DLL to your project. You will also need to download the Aura SDK from the official website and put it somewhere (preferably in your project folder).

Create a new instance of the SDK class using

var sdk = new AuraSDK();

or, if you want to put the AURA_SDK.dll file somewhere else, use

var sdk = new AuraSDK("path/to/your/AURA_SDK.dll");

Devices are automatically loaded and should be ready to use. Most functions are at least somewhat documented or relatively self-explanatory. I might add some more documentation here at some point.

Todo

  • Don't use SDK as a class name (too generic)

About

C# wrapper for the ASUS Aura SDK

License:GNU Affero General Public License v3.0


Languages

Language:C# 100.0%