-
Notifications
You must be signed in to change notification settings - Fork 2
/
oscillations.json
227 lines (227 loc) · 4.78 KB
/
oscillations.json
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"collection": [
{
"algo": "sin(x*.1)*.4",
"shape": "ellipse",
"wave": "classic sine",
"handle": "tw@GenerativePunk"
},
{
"algo": "sin(x*.2)*.25",
"shape": "infinity",
"wave": "sine",
"handle": "gh@ffd8"
},
{
"algo": "abs(sin(x*.1))*.5",
"shape": "pendulum",
"wave": "sharp peaks sine",
"handle": "tw@GenerativePunk"
},
{
"algo": "abs(sin(x*.01 + x*.1))*.5",
"shape": "phasing pendulum",
"wave": "sharp peaks sine",
"handle": "gh@ffd8"
},
{
"algo": "(x*.025)%1 < .5 ? -.5 : .5",
"shape": "top bottom",
"wave": "rectangular",
"handle": "gh@ffd8",
"source": "https://titanwolf.org/Network/Articles/Article?AID=b5a3e4c8-1939-4fcb-aab8-8ff126c895da#gsc.tab=0"
},
{
"algo": "(x*.5)%20 < 1 ? -.5 : .5",
"shape": "bottom top",
"wave": "pulse",
"handle": "gh@ffd8",
"source": "https://titanwolf.org/Network/Articles/Article?AID=b5a3e4c8-1939-4fcb-aab8-8ff126c895da#gsc.tab=0"
},
{
"algo": "ceil(sin(x*.1))*.25",
"shape": "left right",
"wave": "rectangular sine",
"handle": "tw@GenerativePunk"
},
{
"algo": "abs(cos(x*.1))*.35 + sin(x*.1)*.25",
"shape": "inverted heart",
"wave": "mountain peaks",
"handle": "tw@GenerativePunk"
},
{
"algo": "abs(cos(x*.1))*-.35 + sin(x*.1)*.25",
"shape": "heart",
"wave": "valleys",
"handle": "gh@ffd8"
},
{
"algo": "sin(x*.1)*.25 % .15",
"shape": "space ship",
"wave": "zig-zag sine",
"handle": "tw@GenerativePunk"
},
{
"algo": "sin(x*.1)*.7 % .4",
"shape": "starfighter",
"wave": "batman",
"handle": "gh@ffd8"
},
{
"algo": "sin(x*.1)*.25 - cos(x*.1)*.25 % .15",
"shape": "solar system",
"wave": "zig-zag sine",
"handle": "tw@GenerativePunk"
},
{
"algo": "ceil(cos(x*.1))*.25 - sin(x*.1)*.25",
"shape": "c-section",
"wave": "offset sine",
"handle": "tw@GenerativePunk"
},
{
"algo": "ceil(tan(x*.1))*.25",
"shape": "hive",
"wave": "steps down",
"handle": "gh@ffd8"
},
{
"algo": "round(sin(-x*.1))*.25",
"shape": "hexagon",
"wave": "steps",
"handle": "tw@GenerativePunk"
},
{
"algo": "sq(sin(PI/2+x*.1))*.25",
"shape": "inverted pendulum",
"wave": "class sine",
"handle": "tw@GenerativePunk"
},
{
"algo": "sq(sin(x*.1))*.25",
"shape": "pendulum",
"wave": "classic sine",
"handle": "tw@GenerativePunk"
},
{
"algo": "sin(x*.1)*.25 + sin(x*.5)*.1",
"shape": "depth illusion",
"wave": "bumpy sine",
"handle": "gh@ffd8"
},
{
"algo": "sin(x*.1)*cos(x*.2)*.5",
"shape": "head with ears",
"wave": "bumpy sine",
"handle": "tw@GenerativePunk"
},
{
"algo": "x*sin(x*.1) % .5",
"shape": "up down scatter",
"wave": "up down noise",
"handle": "gh@ffd8"
},
{
"algo": "sin(x*.45 + radians(x))*cos(x*.4)*.5",
"shape": "up down scatter",
"wave": "meta sine",
"handle": "tw@GenerativePunk"
},
{
"algo": "abs((x*.03) % (.5*2) - .5)",
"shape": "phasing sharp sine",
"wave": "triangle",
"handle": "gh@ffd8",
"source": "https://editor.p5js.org/jeremydouglass/sketches/fE0UWUEg"
},
{
"algo": "-1*(x*.02%1)/1 + 0.5",
"shape": "spiral",
"wave": "ramp with period height"
},
{
"algo": "x*.03 % .5",
"shape": "criss cross",
"wave": "ramp down saw",
"handle": "tw@GenerativePunk"
},
{
"algo": "-x*.03 % .5",
"shape": "criss cross",
"wave": "ramp up saw",
"handle": "tw@GenerativePunk"
},
{
"algo": "log(x)*.1",
"shape": "snake",
"wave": "fade out",
"handle": "tw@GenerativePunk"
},
{
"algo": "random(x*.003)",
"shape": "scatter down",
"wave": "grow random",
"handle": "gh@ffd8"
},
{
"algo": "noise(x*.1) - .5",
"shape": "noise",
"wave": "noise",
"handle": "gh@ffd8"
},
{
"algo": "tan(x*20)*.05",
"shape": "fuzzy center",
"wave": "fuzzy pulse",
"handle": "gh@ffd8"
},
{
"algo": "tan(x*.1)*.05",
"shape": "spinning top",
"wave": "up down pulse",
"handle": "gh@ffd8"
},
{
"algo": "sq(x*.05) % .5",
"shape": "scatter",
"wave": "bald patch",
"handle": "gh@ffd8"
},
{
"algo": "sin(x*.1) < 0 ? random(-.2, .2) : sin(x*.1)*.5",
"shape": "foaming bowl",
"wave": "fuzzy peak sine",
"handle": "gh@ffd8"
},
{
"algo": "sin(x)*(x*.01%.5)",
"shape": "scatter",
"wave": "ramp up sine",
"handle": "gh@ffd8"
},
{
"algo": "sin(x)*(x*.01%1-.5)",
"shape": "scatter",
"wave": "triangle sine",
"handle": "gh@ffd8"
},
{
"algo": "sin(x*.1)*cos(x*1)*.5",
"shape": "scatter sphere",
"wave": "round linked sine",
"handle": "gh@ffd8"
},
{
"algo": "sin(x*.05)*(x*.1%.5)",
"shape": "criss cross up down",
"wave": "half & half sine",
"handle": "gh@ffd8"
},
{
"algo": "sin(x*3.1)*.25",
"shape": "dna",
"wave": "smooth solid sine"
}
]
}