diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-07 17:46:08 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-07 17:46:08 +0530 |
| commit | afaf82538d09cd77ee4f5a435b79995e88be84f5 (patch) | |
| tree | 5fb4db643debbd3a04b010e1470838750b427dd6 /README.md | |
| parent | b893b29d7be4fadb563187d2c6ed20865686aeff (diff) | |
| download | sqlite-creative-coding-afaf82538d09cd77ee4f5a435b79995e88be84f5.tar.gz sqlite-creative-coding-afaf82538d09cd77ee4f5a435b79995e88be84f5.zip | |
Rename the files
Diffstat (limited to 'README.md')
| -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` |
