aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-03 23:57:21 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-03 23:57:21 +0530
commited4b84d2ca7e5b13d010effefb8ae676d084124a (patch)
tree7aa142e52a3a2bd9e1d760dc8648e523d919dae7 /README.md
parent3be6325b1292233fae4817b3b864eca7b9911898 (diff)
downloadsqlite-creative-coding-ed4b84d2ca7e5b13d010effefb8ae676d084124a.tar.gz
sqlite-creative-coding-ed4b84d2ca7e5b13d010effefb8ae676d084124a.zip
Refactor image.sh to handle png + cleanup sql
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index ce3a02e..9bafdf2 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,19 @@
Generating some visuals with SQL because nobody stopped me
+### 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`
+
+
<table>
<tr>
<td width="50%" valign="top">