
Author: Nate
Daily Drawing 220626
Daily Drawing 220625
Daily Drawing 220624
Daily Drawing 220623
Insane Squiggle Machine Rerevisited
Recently I’ve been looking back at some of my p5.js sketches and seeing if any of them would be a good fit for a generative token. “Insane Squiggle Machine” has been a project I’ve come back to repeatedly, adding more sets of elements to the sketch. Since these generations are image-based, they take a long… Continue reading Insane Squiggle Machine Rerevisited
Grim Haystack
I have another generative piece up on fxhash! “Grim Haystack” is a p5.js sketch I’ve been working on for the last few days. I wanted to play more with using another underlying image to affect the placement of isometric forms. I started out playing with generating gradients at first at the base image. I started… Continue reading Grim Haystack
Nocturnal Pink Xylophone
I went and did it, I made an NFT. I was on the fence for a long time but I thought I’d give it a go with one of my recent sketches. I looked into different marketplaces and ended up using fxhash. What I really liked about fxhash is that its minting process requires javascript… Continue reading Nocturnal Pink Xylophone
Movement
I went back into one of my earlier p5.js sketches and tried to add some texture to the faces of isometric shapes. I tried a few different methods, but I think the one I ended up on was the simplest. I used a combination of lerp and randomGaussian to make a points field. Then I… Continue reading Movement
3 color lerping
Below are from a sketch I wrote today that allows me to lerp between three colors, either vertically or horizontally. These gradients will allow me to add depth to some of the other “shapes in a grid” type sketches I’ve been working on lately.