GithubHelp home page GithubHelp logo

thunderluca / aurasdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nicoco007/aurasdk

0.0 1.0 0.0 4.96 MB

C# wrapper for the ASUS Aura SDK

License: GNU Affero General Public License v3.0

C# 100.00%

aurasdk's Introduction

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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.