|
3 | 3 | I bought an RGB lighty colory pretty keyboard(y) that looks awesome! But the manufacturers driver only provides 3 cool effects. And the effects aren't as customizable as I would like them to be :(
|
4 | 4 | So I wanted to create a Desktop application (JavaFx) that provides an easy framework to create new effects for RGB keyboards of different manufacturers.
|
5 | 5 |
|
| 6 | +### Features |
| 7 | + * Effects are customizable using properties |
| 8 | + * Using "ValueStrategies" property values can be obtained using any algorithm (CPU Usage) |
| 9 | + * You may arrange effects in layers as you wish and group them in effectgroups |
| 10 | + |
6 | 11 | ### Planned features
|
7 |
| - * Effects that are customizable using properties |
8 |
| - * Properties should be bindable to any kind of custom provider (e.g. get a double value from CPU usage) |
9 |
| - * Effectlayers and Effectgroups (folders) |
10 |
| - * Effect layers should be mappable on the keyboard as you like |
| 12 | + * Effect layers can be mapped to the keyboard and resized (not yet implemented) |
11 | 13 | * Online effect repository
|
| 14 | + |
| 15 | +### Screenshots |
| 16 | + |
| 17 | +#### The GUI |
| 18 | + |
| 19 | + |
| 20 | +#### Property & Value Strategy |
| 21 | + |
| 22 | +##### Property and Value Strategy select button |
| 23 | + |
| 24 | +##### Value Strategy selection |
| 25 | + |
| 26 | +##### Value Strategy Delete |
| 27 | + |
| 28 | +##### Value Strategy properties edit button |
| 29 | + |
| 30 | +##### Value Strategy properties edit |
| 31 | + |
0 commit comments