Rolling Hills at Sundown

“Rolling Hills at Sundown” is live on fxhash https://www.fxhash.xyz/generative/17758 🚀🚀🚀 “Rolling Hills at Sundown” is a project inspired by a road trip to the Southwest United States my family made this summer. We made stops at around 15 national parks, each with different rock formations, from the peaks of the Rocky Mountains to the depths… Continue reading Rolling Hills at Sundown

10 Print

I was inspired by one of Coding Train’s videos on using 10 print. 10 PRINT CHR$(205.5+RND(1)); : GOTO 10 This one line of code generates maze-like structures like below: It’s pretty easy to do this in P5.js. I made a grid of squares then iterated over them giving it a 50/50 chance of containing a… Continue reading 10 Print

Another grid thingy

This color scheme is my favorite!

Today I worked on another grid-based generative sketch, taking a set of patterns and assigning them to each cell on the grid. I also wanted to work with variations in the size of the cells. The patterns that get generated are all size-based so no matter how big or small they are the design will… Continue reading Another grid thingy