Rough Forest: Generative Album Art

November 19, 2021

This is an entry for @sableRaph's weekly creative coding challenge. The theme for this week was album art. I was a good way through recording some music anyway, so I took the opportunity to finish the EP, make some generative art for it, and also generative titles for the tracklist and title.

Album art

I created a shader that takes in a mesh with vertex colours, and then, instead of smoothly interpolating the alpha of the colours and blending with that, it instead uses the alpha channel to control the roughness. It ends up creating a somewhat chalky look. The forest that I've created is made up entirely of rectangles with gradients in the alpha channel, drawn in this rough manner.

Generative titles

The entirety of the book The Wizard of Oz is available on Project Gutenberg, so I've made this sketch load it in and create a simple Markov model of the words. This means that I've calculated the probabilities of each word following each other word from the source text, allowing me to use those probabilities to generate new strings of words. I have a few words I don't want it to start or end on, but other than that, I just let the Markov chains do their thing!

Music

You can listen to the (non-generative) music for this album on Bandcamp, where I've cherry-picked some good outputs for the "final" versions of the titles.