diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-10 14:05:46 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-10 14:22:25 +0530 |
| commit | c0275bd8747f36daccee968cb82caf34bc7ed7d6 (patch) | |
| tree | b2ad36f3cafb14aced0663b420cc1e2423580265 /README.md | |
| parent | 46e221c28b0dba58156fc17a3c814ce2f72afec6 (diff) | |
| download | sqlite-creative-coding-c0275bd8747f36daccee968cb82caf34bc7ed7d6.tar.gz sqlite-creative-coding-c0275bd8747f36daccee968cb82caf34bc7ed7d6.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -35,6 +35,17 @@ Generating some visuals with SQL because nobody stopped me. With the magic of [r <img src="media/rave.gif" /> </td> </tr> + <tr> + <td width="50%" valign="top"> + <h3><a href="./src/supermariobros.audio.sql">Super Mario Bros. theme</a></h3> + +https://github.com/user-attachments/assets/1e181a1a-8e7b-4d98-9ab7-20ca6343d52d + + + </td> + <td width="50%" valign="top"> + </td> + </tr> </table> --- @@ -43,11 +54,12 @@ Generating some visuals with SQL because nobody stopped me. With the magic of [r ### Dependencies - sqlite3 -- imagemagick +- imagemagick (for image) +- ffmpeg+ffplay (for video,audio) ### Setup - Using justfile: `just setup` -- Directly: `sqlite3 fun.db < setup.image.sql` +- Directly: `sqlite3 fun.db < setup.sql` ### Generate image - Using justfile: `just image src/mandelbrot.image.sql` @@ -57,3 +69,6 @@ Generating some visuals with SQL because nobody stopped me. With the magic of [r - Using justfile: `just video src/wavey.video.sql` - Directly: `sqlite3 fun.db < src/wavey.video.sql && ./video.sh wavey fun.db` +### Generate audio +- Using justfile: `just audio src/supermariobros.audio.sql` +- Directly: `sqlite3 fun.db < src/supermariobros.audio.sql && ./audio.sh supermariobros fun.db` |
