diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |
