diff options
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 22 | ||||
| -rw-r--r-- | src/circle.image.sql (renamed from src/circle.sql) | 0 | ||||
| -rw-r--r-- | src/gradient.image.sql (renamed from src/gradient.sql) | 0 | ||||
| -rw-r--r-- | src/mandelbrot.image.sql (renamed from src/mandelbrot.sql) | 0 | ||||
| -rw-r--r-- | src/polka.image.sql (renamed from src/polka.sql) | 0 | ||||
| -rw-r--r-- | src/rave.video.sql (renamed from src/rave.sql) | 0 | ||||
| -rw-r--r-- | src/voronoi.image.sql (renamed from src/voronoi.sql) | 0 | ||||
| -rw-r--r-- | src/wavey.video.sql (renamed from src/wavey.sql) | 0 |
9 files changed, 12 insertions, 11 deletions
@@ -1,2 +1,3 @@ *.db +*.db-journal *.ignore.* @@ -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` diff --git a/src/circle.sql b/src/circle.image.sql index c4ac18a..c4ac18a 100644 --- a/src/circle.sql +++ b/src/circle.image.sql diff --git a/src/gradient.sql b/src/gradient.image.sql index 4ad1820..4ad1820 100644 --- a/src/gradient.sql +++ b/src/gradient.image.sql diff --git a/src/mandelbrot.sql b/src/mandelbrot.image.sql index b83b751..b83b751 100644 --- a/src/mandelbrot.sql +++ b/src/mandelbrot.image.sql diff --git a/src/polka.sql b/src/polka.image.sql index 3d72540..3d72540 100644 --- a/src/polka.sql +++ b/src/polka.image.sql diff --git a/src/rave.sql b/src/rave.video.sql index 84cca9e..84cca9e 100644 --- a/src/rave.sql +++ b/src/rave.video.sql diff --git a/src/voronoi.sql b/src/voronoi.image.sql index ffe621b..ffe621b 100644 --- a/src/voronoi.sql +++ b/src/voronoi.image.sql diff --git a/src/wavey.sql b/src/wavey.video.sql index 70da417..70da417 100644 --- a/src/wavey.sql +++ b/src/wavey.video.sql |
