“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
Category: Generagive
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
Deep Dream Generators
I’ve been trying to find time to look into Deep Dream generators. Deep Dream is another way to create generative art. Instead of using code to create generative art, the artist uses a neural network to take an input image and a style image to create the output image, sort of like choosing what type… Continue reading Deep Dream Generators
Another grid thingy
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