Generating some visuals with SQL because nobody stopped me. With the magic of recursive CTE.
|
|
|
|
|
|
- sqlite3
- imagemagick
- Using justfile:
just setup - Directly:
sqlite3 fun.db < setup.sql
- Using justfile:
just image src/mandelbrot.sql - Directly:
sqlite3 fun.db < src/mandelbrot.sql && ./image.sh mandelbrot fun.db
- Using justfile:
just video src/wavey.sql - Directly:
sqlite3 fun.db < src/wavey.sql && ./video.sh wavey fun.db





