Skip to content

Commit 284d2c2

Browse files
committed
Merge branch 'master' of git@github.com:enoy19/keyboard-light-composer.git
2 parents 26fbaa0 + 50aea5b commit 284d2c2

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,29 @@
33
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 :(
44
So I wanted to create a Desktop application (JavaFx) that provides an easy framework to create new effects for RGB keyboards of different manufacturers.
55

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+
611
### 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)
1113
* Online effect repository
14+
15+
### Screenshots
16+
17+
#### The GUI
18+
![GUI](https://cloud.githubusercontent.com/assets/24529735/25773446/b7a3d932-327d-11e7-8975-25569552a909.png)
19+
20+
#### Property & Value Strategy
21+
22+
##### Property and Value Strategy select button
23+
![Property and Value Strategy](https://cloud.githubusercontent.com/assets/24529735/25773449/b84f2bf2-327d-11e7-8561-1ad22a81ea07.png)
24+
##### Value Strategy selection
25+
![Value Strategy Select](https://cloud.githubusercontent.com/assets/24529735/25773451/b895f2f8-327d-11e7-912c-2bbbb3c15fa3.png)
26+
##### Value Strategy Delete
27+
![Value Strategy Delete](https://cloud.githubusercontent.com/assets/24529735/25773447/b7d76770-327d-11e7-8135-579dfc9cc8cd.png)
28+
##### Value Strategy properties edit button
29+
![Value Strategy properties edit button](https://cloud.githubusercontent.com/assets/24529735/25773448/b7dc37b4-327d-11e7-924c-f2d1601eb7d5.png)
30+
##### Value Strategy properties edit
31+
![Value Strategy properties edit](https://cloud.githubusercontent.com/assets/24529735/25773450/b88a2964-327d-11e7-94a2-bae5fa11206c.png)

0 commit comments

Comments
 (0)