-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (127 loc) · 4.23 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
<!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>
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>