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

Added some content

DarthAffe 2015-10-22 20:52:46 +02:00
parent c17e113c73
commit bb37eb0301

@ -1 +1,10 @@
TODO
* Control every LED supported by the CUE-SDK.
* Create groups of keyboard-LEDs and control them.
* Draw arbitrary things on the LEDs (especially useful for keyboard) by using [Brushes](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-brushes) and [Gradients](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-gradients).
* Add [Effects](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-effects)/animations to your devices.
***
### You can't use CUE.NET to
* Control your Corsair-devices without basic knowledge about programing and C#.
* Do things which aren't supported by the CUE-SDK (for example controlling the caps-lock indicator on a keyboard).