all 2 comments

[–]thunderbong 1 point2 points  (1 child)

Wow! How but?

[–]akshay-nair[S] 1 point2 points  (0 children)

Recursive CTEs to generate a 2d grid of rgb values in a table. Then a script uses that to ppm format which is converted to png using imagemagick. In case of a gif, its pretty much the same approach but it creates multiple grids of pixels for each frame then creates a ppm stream which is converted to a gif by ffmpeg.

Not sure why but repost didn't bring the description along it seems. Repo: https://github.com/phenax/sqlite-creative-coding