Skip to content

phenax/sqlite-creative-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite creative coding

Generating some visuals with SQL because nobody stopped me. With the magic of recursive CTE.

How it works


Setup and run

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

Generate video

  • Using justfile: just video src/wavey.sql
  • Directly: sqlite3 fun.db < src/wavey.sql && ./video.sh wavey fun.db

About

Creative coding in SQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors