I’m continuing to use the same Isometric class and have been improving for the last few weeks. I wanted to see if I could build an isometric cube of cubes and see how I could manipulate it with translation, rotation, and scale. First thing was to figure out the placement for each isometric object. I… Continue reading Cubic Grid
Tag: cubes
Cubes
I am trying to get back into the habit of creating something every day. I started making some cubes in p5.js this afternoon. Each iteration generates random width, height, and depth. I’m thinking this is a work in progress, there’s quite a bit I could do like adding texture. Here are a few of the… Continue reading Cubes