aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9bafdf2..ef15bbe 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# sqlite creative coding
-Generating some visuals with SQL because nobody stopped me
+Generating some visuals with SQL because nobody stopped me. With the magic of [recursive CTE](https://sqlite.org/lang_with.html).
### Dependencies
- sqlite3
@@ -26,5 +26,12 @@ Generating some visuals with SQL because nobody stopped me
<img src="media/mandelbrot.png" />
</td>
</tr>
+ <tr>
+ <td width="50%" valign="top">
+ <h3><a href="./src/polka.sql">Just some dots</a></h3>
+ <img src="media/polka.png" />
+ </td>
+ <td width="50%" valign="top"></td>
+ </tr>
</table>