# sqlite creative coding Generating some visuals with SQL because nobody stopped me. With the magic of [recursive CTE](https://sqlite.org/lang_with.html). ### Dependencies - sqlite3 - imagemagick ### Setup - Using justfile: `just setup` - Directly: `sqlite3 fun.db < setup.sql` ### Generate image - Using justfile: `just image src/mandelbrot.sql` - Directly: `sqlite3 fun.db < src/mandelbrot.sql && ./image.sh mandelbrot fun.db`

Gradient

Mandelbrot fractal

Just some dots

Voronoi