diff options
Diffstat (limited to 'sketches')
| -rw-r--r-- | sketches/01/bqn.js (renamed from sketches/week-1/bqn.js) | 0 | ||||
| -rw-r--r-- | sketches/01/index.html (renamed from sketches/week-1/index.html) | 0 | ||||
| -rw-r--r-- | sketches/01/mandelbrot.bqn (renamed from sketches/week-1/mandelbrot.bqn) | 0 | ||||
| -rw-r--r-- | sketches/01/script.js (renamed from sketches/week-1/script.js) | 0 | ||||
| -rw-r--r-- | sketches/02/newton.frag | 5 |
5 files changed, 5 insertions, 0 deletions
diff --git a/sketches/week-1/bqn.js b/sketches/01/bqn.js index 0a354f7..0a354f7 100644 --- a/sketches/week-1/bqn.js +++ b/sketches/01/bqn.js diff --git a/sketches/week-1/index.html b/sketches/01/index.html index 7c59b0e..7c59b0e 100644 --- a/sketches/week-1/index.html +++ b/sketches/01/index.html diff --git a/sketches/week-1/mandelbrot.bqn b/sketches/01/mandelbrot.bqn index e844df8..e844df8 100644 --- a/sketches/week-1/mandelbrot.bqn +++ b/sketches/01/mandelbrot.bqn diff --git a/sketches/week-1/script.js b/sketches/01/script.js index 9c1eaba..9c1eaba 100644 --- a/sketches/week-1/script.js +++ b/sketches/01/script.js diff --git a/sketches/02/newton.frag b/sketches/02/newton.frag new file mode 100644 index 0000000..9cbf92c --- /dev/null +++ b/sketches/02/newton.frag @@ -0,0 +1,5 @@ + +void main() { + gl_FragColor = vec4(1.0, 0.0, 0.0, 1.0); +} + |
