Genuary 9: Architecture

January 9, 2022

This is a sketch for Genuary 2022, which provides a creative coding prompt for each day of January. This is day 9: "Architecture."

This is a remastering of a Processing java sketch from 2016 that generated archipelagos with little houses on them. I quite like the output of that algorithm and was proud of the output when I first made it. Six years later, I brought it back to life again by converting the code to p5.js so that it could run in the browser. I also added programmed camera movement and depth-of-field blur powered by a shader and the depth map of a p5.Framebuffer.