Skip to content

Commit 54c5b53

Browse files
Customize visualizer position and shake/wobble
1 parent 66a3163 commit 54c5b53

File tree

11 files changed

+283
-33
lines changed

11 files changed

+283
-33
lines changed

LivelyProperties.json

Lines changed: 69 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
},
2727
"middleImage": {
2828
"type": "folderDropdown",
29-
"value": "tn_white.png",
29+
"value": "cldkid.svg",
3030
"text": "Center image",
3131
"filter": "*.jpg|*.jpeg|*.png|*.webp|*.gif|*.svg",
3232
"folder": "logos"
3333
},
3434
"middleImageScale": {
35-
"max": 100,
35+
"max": 105,
3636
"min": 10,
3737
"tick": 25,
3838
"step": 1,
@@ -53,41 +53,46 @@
5353
"type": "slider",
5454
"value": 100
5555
},
56-
"innerRadius": {
57-
"max": 90,
58-
"min": 0,
56+
"barWidth": {
57+
"max": 25,
58+
"min": 1,
5959
"tick": 25,
6060
"step": 1,
61-
"text": "Inner space",
61+
"text": "Bar width",
6262
"type": "slider",
63-
"value": 50
63+
"value": 8
6464
},
65-
"innerMovement": {
66-
"max": 100,
65+
"barGlow": {
66+
"max": 25,
6767
"min": 0,
6868
"tick": 25,
6969
"step": 1,
70-
"text": "Inner circle movement",
70+
"text": "Bar glow",
7171
"type": "slider",
72-
"value": 25
72+
"value": 10
7373
},
74-
"barGlow": {
75-
"max": 25,
74+
"roundedBars": {
75+
"type": "checkbox",
76+
"value": true,
77+
"text": "Rounded bars"
78+
},
79+
"innerRadius": {
80+
"max": 90,
7681
"min": 0,
7782
"tick": 25,
7883
"step": 1,
79-
"text": "Bar glow",
84+
"text": "Inner space",
8085
"type": "slider",
81-
"value": 10
86+
"value": 50
8287
},
83-
"barWidth": {
84-
"max": 25,
85-
"min": 1,
88+
"innerMovement": {
89+
"max": 100,
90+
"min": 0,
8691
"tick": 25,
8792
"step": 1,
88-
"text": "Bar width",
93+
"text": "Inner circle reactivity",
8994
"type": "slider",
90-
"value": 8
95+
"value": 25
9196
},
9297
"barCompensation": {
9398
"max": 100,
@@ -138,6 +143,28 @@
138143
"type": "slider",
139144
"value": 50
140145
},
146+
"shakeLabel": {
147+
"type": "label",
148+
"value": "Visualizer shake/wobble:"
149+
},
150+
"shakeSpeed": {
151+
"max": 100,
152+
"min": 0,
153+
"tick": 25,
154+
"step": 1,
155+
"text": "Shake speed",
156+
"type": "slider",
157+
"value": 50
158+
},
159+
"shakeRadius": {
160+
"max": 50,
161+
"min": 0,
162+
"tick": 25,
163+
"step": 1,
164+
"text": "Shake radius",
165+
"type": "slider",
166+
"value": 15
167+
},
141168
"starsLabel": {
142169
"type": "label",
143170
"value": "Background stars:"
@@ -169,5 +196,27 @@
169196
"text": "Star glow",
170197
"type": "slider",
171198
"value": 15
199+
},
200+
"locationLabel": {
201+
"type": "label",
202+
"value": "Visualizer location:"
203+
},
204+
"xPercent": {
205+
"max": 100,
206+
"min": 0,
207+
"tick": 25,
208+
"step": 1,
209+
"text": "Horizontal location",
210+
"type": "slider",
211+
"value": 50
212+
},
213+
"yPercent": {
214+
"max": 100,
215+
"min": 0,
216+
"tick": 25,
217+
"step": 1,
218+
"text": "Vertical location",
219+
"type": "slider",
220+
"value": 50
172221
}
173222
}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ https://user-images.githubusercontent.com/18127101/117224561-86d8d880-ae10-11eb-
2929
- [x] Background effects (snow/stars/debris with glow, similar to Trap Nation)
3030
- [x] Moving inner ring (similar to NCS)
3131
- [x] Background image blur option
32-
- [ ] Different types of visualizers (eg. lines from bottom)
33-
- [ ] Change visualizer position
34-
- [ ] Camera shake/wobble for background and/or visualizer
35-
- [ ] Multi monitor background span
32+
- [x] Change visualizer position
33+
- [x] Camera shake/wobble for visualizer
34+
- [x] Multi monitor background span
35+
- [ ] Different types of visualizers (eg. lines from bottom or sparkline)
3636
- [ ] Smoother bar visualizer bars
3737

3838
## Troubleshooting

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
<pre id="debug"></pre>
5858

59+
<script src="noise.js"></script>
5960
<script src="main.js"></script>
6061
<script src="stars.js"></script>
6162
</body>

logos/cldkid.svg

Lines changed: 3 additions & 0 deletions
Loading

logos/tn.png

-191 KB
Binary file not shown.

logos/tn.svg

Lines changed: 4 additions & 0 deletions
Loading

logos/tn_white.png

-188 KB
Binary file not shown.

0 commit comments

Comments
 (0)