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

Updated What can I do with CUE.NET? (markdown)

DarthAffe 2017-01-07 11:26:17 +01:00
parent ea50a2af18
commit 987d0b089b

@ -2,6 +2,7 @@
* Create groups of LEDs and control them. * Create groups of 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). * 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. * Add [Effects](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-effects)/animations to your devices.
* Capture input using the [CUE.NET.Input](https://github.com/DarthAffe/CUE.NET.Input)-Module
*** ***