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.