-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples.json
More file actions
80 lines (80 loc) · 2.9 KB
/
Copy pathexamples.json
File metadata and controls
80 lines (80 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[
{
"id": "tides",
"name": "DEMON Tides",
"path": "apps/tides",
"route": "/tides",
"kind": "static",
"summary": "Audio-reactive flow-field XY control surface for live remixing.",
"dependencies": ["DEMON /sdk bundle"],
"controls": ["pointer xy", "hold", "scroll", "prompt", "LoRA A/B"]
},
{
"id": "summon",
"name": "DEMON Summon",
"path": "apps/summon",
"route": "/arp",
"kind": "static",
"summary": "Hand-tracking control surface for a live DEMON remix session.",
"dependencies": ["DEMON /sdk bundle", "MediaPipe", "Three.js", "Tone.js"],
"controls": ["pinch", "hand height", "hand distance", "LoRA A/B"]
},
{
"id": "bloom",
"name": "DEMON Bloom",
"path": "apps/bloom",
"route": "/bloom",
"kind": "static",
"summary": "Reaction-diffusion organism that maps cursor chemistry to DEMON remix controls.",
"dependencies": ["DEMON /sdk bundle", "WebGL2"],
"controls": ["pointer xy", "drag", "shift-drag", "reseed", "wild"]
},
{
"id": "orrery",
"name": "DEMON Orrery",
"path": "apps/orrery",
"route": "/orrery",
"kind": "static",
"summary": "Celestial-mechanics control surface rendered from the live DEMON manifests.",
"dependencies": ["DEMON /sdk bundle"],
"controls": ["planet drag", "orbit click", "wheel trim", "spokes", "LoRA orbits"]
},
{
"id": "watercolor",
"name": "DEMON Watercolor",
"path": "apps/watercolor",
"route": "/watercolor",
"kind": "static",
"summary": "WebGL2 watercolor painting surface whose simulated pigment drives DEMON knobs.",
"dependencies": ["DEMON /sdk bundle", "WebGL2"],
"controls": ["brush", "palette", "flash dry", "test autopainter", "prompt"]
},
{
"id": "watercolor-codex",
"name": "DEMON Watercolor Codex",
"path": "apps/watercolor-codex",
"route": "/watercolor-codex",
"kind": "static",
"summary": "Compact watercolor control panel for fixture-driven DEMON sessions.",
"dependencies": ["DEMON /sdk bundle", "WebGL2"],
"controls": ["brush", "fixture", "prompt", "dynamic controls", "mute"]
},
{
"id": "face-warp",
"name": "DEMON Face Warp",
"path": "apps/face-warp",
"route": "/face-warp",
"kind": "static",
"summary": "Webcam face-warp interface with a beat-synced reactive XY dot driving DEMON controls.",
"dependencies": ["DEMON /sdk bundle", "MediaPipe", "Three.js", "webcam"],
"controls": ["start", "fixture", "xy dot", "reactivity strength", "division", "method", "mode"]
"id": "visage",
"name": "DEMON Visage",
"path": "apps/visage",
"route": "/visage",
"kind": "static",
"summary": "Face-tracking control surface: facial expressions drive a live DEMON remix.",
"dependencies": ["DEMON /sdk bundle", "MediaPipe FaceLandmarker"],
"controls": ["mouth open", "smile", "brow raise", "brow furrow", "head turn", "head nod", "prompt", "LoRA A/B"]
}
]