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
Tag: Gradients
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.
More messing around with gradients in Processing
I started playing around again with different ways to make a gradient in Processing other than a linear gradient. I started with this shape and by duplicating the shape. By adjusting the position with translate I can get gradients like below. These are pretty fun to run and see what slight tweaks in the number… Continue reading More messing around with gradients in Processing
Gradients are hard in Processing
This took a while. Yesterday while watching the E3 2021 live stream I tried to work through how to create a gradient in Processing, specifically how I could apply it to an ellipse. I found a few ways to create them while searching but I wanted to try and see if I could work it… Continue reading Gradients are hard in Processing