-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
195 lines (195 loc) · 5.85 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>🌱 garten.salat.dev</title>
<style>
body {
background-color: #222;
max-width: 500px;
margin: auto;
font-family: serif;
text-align: left;
font-size: 1.4em;
color: #edd;
padding: 0 10px;
padding-top: 20px;
}
h2 {
margin-top: 0;
}
a {
color: cyan;
font-size: 1em;
}
</style>
</head>
<body>
<h2>🌱 garten.salat.dev</h2>
<ul>
<li>
058:
<a href="idlecycles/chapter6.html">idlecycles #6</a>
</li>
<li>
057:
<a href="idlecycles/chapter5.html">idlecycles #5</a>
</li>
<li>
056:
<a href="idlecycles/chapter4.html">idlecycles #4</a>
</li>
<li>
055:
<a href="idlecycles/chapter3.html">idlecycles #3</a>
</li>
<li>
054:
<a href="idlecycles/chapter2.html">idlecycles #2</a>
</li>
<li>
053:
<a href="idlecycles/chapter1.html">idlecycles #1</a>
</li>
<li>
052:
<a href="kabelsalat/lispykabel.html">lispy modular synth</a>
</li>
<li>
051:
<a href="lisp/sugar.html">lisp sugar</a>
</li>
<li>
050:
<a href="lisp/interpreter.html">lisp interpreter</a>
</li>
<li>
049:
<a href="lisp/parser.html">lisp parser</a>
</li>
<li>
048:
<a href="webaudio/909full.html">webaudio 909 all sounds</a>
</li>
<li>
047:
<a href="webaudio/909cy.html">webaudio 909 cymbals</a>
</li>
<li>
046:
<a href="webaudio/909cp.html">webaudio 909 clap</a>
</li>
<li>
045:
<a href="webaudio/909rim.html">webaudio 909 rim shot</a>
</li>
<li>
044:
<a href="webaudio/909toms.html">webaudio 909 toms</a>
</li>
<li>
043:
<a href="webaudio/909sd.html">webaudio 909 snare drum</a>
</li>
<li>
042:
<a href="webaudio/909bd.html">webaudio 909 bass drum</a>
</li>
<li>
041:
<a href="ireal/reader.html">scraping chords</a>
</li>
<li>
040:
<a href="meta/youre-doing-computing-wrong.html"
>you're doing computing wrong</a
>
</li>
<li>039: <a href="webaudio/sequencer.html">webaudio sequencer</a></li>
<li>
038: <a href="pixelfonts/pixelfont-grid2.html">pixelfont grid 2</a>
</li>
<li>037: <a href="webaudio/clock.html">webaudio clock</a></li>
<li>036: <a href="webaudio/sampler.html">webaudio sampler</a></li>
<li>035: <a href="ireal/reader.html">chord scraping</a></li>
<li>034: <a href="kabelsalat/asc-gen.html">assemblyscript codegen</a></li>
<li>033: <a href="wasm/asc-worklet.html">assemblyscript worklet</a></li>
<li>032: <a href="games/clover.html">clover the game</a></li>
<li>031: <a href="wasm/asc.html">assemblyscript</a></li>
<li>030: <a href="wasm/wasm-worklet.html">wasm audio worklet</a></li>
<li>029: <a href="wasm/wabt.html">compiling wasm: wabt</a></li>
<li>028: <a href="wasm/watr.html">compiling wasm: watr</a></li>
<li>027: <a href="plot-polar.html">polar functions</a></li>
<li>026: <a href="kabelsalat/feedback.html">feedback</a></li>
<li>
025:
<a href="kabelsalat/multichannel-expansion.html"
>multichannel expansion</a
>
</li>
<li>024: <a href="kabelsalat/audio-graph.html">audio graphs</a></li>
<li>023: <a href="audio-dsp/worklets2.html">audio worklets II</a></li>
<li>022: <a href="audio-dsp/worklets.html">audio worklets</a></li>
<li>021: <a href="audio-dsp/buffers.html">audio buffers</a></li>
<li>020: <a href="hydra/how3.html">how hydra works III</a></li>
<li>019: <a href="hydra/how2.html">how hydra works II</a></li>
<li>
018: <a href="kabelsalat/graph-compilation.html">a graph compiler</a>
</li>
<li>
017: <a href="kabelsalat/graph-language.html">a graph language</a>
</li>
<li>016: <a href="hydra/how.html">how hydra works</a></li>
<li>
015:
<a href="pixelfonts/pixelfont-editor2.html">pixelfont editor: jgs7</a>
</li>
<li>
014: <a href="pixelfonts/pixelfont-editor.html">pixelfont editor</a>
</li>
<li>
013:
<a href="pixelfonts/pixelfont-shader2.html"
>pixelfont shader attempt II</a
>
</li>
<li>012: <a href="poems/002.html">millions of lamps</a></li>
<li>
011:
<a href="pixelfonts/pixelfont-shader.html"
>pixelfont shader attempt I</a
>
</li>
<li>010: <a href="pixelfonts/pixelfont-grid.html">pixelfont grid</a></li>
<li>
009:
<a href="pixelfonts/pixelfont-rendering.html">pixelfont rendering</a>
</li>
<li>
008: <a href="pixelfonts/pixelfont-encoding.html">pixelfont encoding</a>
</li>
<li>
007: <a href="fake-shaders4.html">faking shaders IV: bitfields</a>
</li>
<li>
006: <a href="fake-shaders3.html">faking shaders III: tixyland</a>
</li>
<li>005: <a href="fake-shaders2.html">faking shaders II</a></li>
<li>004: <a href="real-shaders.html">how to real shaders?</a></li>
<li>003: <a href="fake-shaders.html">how to fake shaders?</a></li>
<li>
002:
<a href="plot.html">how to plot functions</a>
</li>
<li>001: <a href="poems/001.html">the seeds have been planted</a></li>
</ul>
<a
style="display: none"
target="_blank"
rel="me"
href="https://post.lurk.org/@froos"
>mastodon</a
>
</body>
</html>