diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -7,31 +7,31 @@ Generating some visuals with SQL because nobody stopped me. With the magic of [r <table> <tr> <td width="50%" valign="top"> - <h3><a href="./src/gradient.sql">Gradient</a></h3> + <h3><a href="./src/gradient.image.sql">Gradient</a></h3> <img src="media/gradient.png" /> </td> <td width="50%" valign="top"> - <h3><a href="./src/mandelbrot.sql">Mandelbrot fractal</a></h3> + <h3><a href="./src/mandelbrot.image.sql">Mandelbrot fractal</a></h3> <img src="media/mandelbrot.png" /> </td> </tr> <tr> <td width="50%" valign="top"> - <h3><a href="./src/polka.sql">Just some dots</a></h3> + <h3><a href="./src/polka.image.sql">Just some dots</a></h3> <img src="media/polka.png" /> </td> <td width="50%" valign="top"> - <h3><a href="./src/voronoi.sql">Voronoi</a></h3> + <h3><a href="./src/voronoi.image.sql">Voronoi</a></h3> <img src="media/voronoi.png" /> </td> </tr> <tr> <td width="50%" valign="top"> - <h3><a href="./src/wavey.sql">Wavey</a></h3> + <h3><a href="./src/wavey.video.sql">Wavey</a></h3> <img src="media/wavey.gif" /> </td> <td width="50%" valign="top"> - <h3><a href="./src/rave.sql">Trigo - the blood dragon remix</a></h3> + <h3><a href="./src/rave.video.sql">Trigo - the blood dragon remix</a></h3> <img src="media/rave.gif" /> </td> </tr> @@ -47,13 +47,13 @@ Generating some visuals with SQL because nobody stopped me. With the magic of [r ### Setup - Using justfile: `just setup` -- Directly: `sqlite3 fun.db < setup.sql` +- Directly: `sqlite3 fun.db < setup.image.sql` ### Generate image -- Using justfile: `just image src/mandelbrot.sql` -- Directly: `sqlite3 fun.db < src/mandelbrot.sql && ./image.sh mandelbrot fun.db` +- Using justfile: `just image src/mandelbrot.image.sql` +- Directly: `sqlite3 fun.db < src/mandelbrot.image.sql && ./image.sh mandelbrot fun.db` ### Generate video -- Using justfile: `just video src/wavey.sql` -- Directly: `sqlite3 fun.db < src/wavey.sql && ./video.sh wavey fun.db` +- Using justfile: `just video src/wavey.video.sql` +- Directly: `sqlite3 fun.db < src/wavey.video.sql && ./video.sh wavey fun.db` |
