1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-13 09:08:34 +00:00

Added some content

DarthAffe 2015-10-22 20:34:04 +02:00
parent bc91890d92
commit c17e113c73

@ -1 +1,5 @@
TODO
CUE.NET is a C#-library build around the Corsair CUE-SDK. It aims to allow the fast and easy integration of (light controllable) Corsair-devices into your own tools/programs by exposing a simple API.
Unlike the original C++ SDK provided by Corsair CUE.NET adds a lot of highly abstract features like [Brushes](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-brushes) or [Effects](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-effects) which are straight forward to implement and use.
CUE.NET is NOT intended to be used without knowledge about C# or programming in general!