I’ve been working on more drawings to add to my Coloring Book collection on Objkt. Along with the squiggle drawings, I’ve been making a few to practice hatching and shading. I’ve been starting by creating a bunch of overlapping shapes and then figuring out the light angle. Then I added hatching to approximate the roundness… Continue reading Hatching practice
Month: December 2022
Scattered Pathways
Scattered Pathways studies pathfinding on a grid. The grid can have one of two modes for each grid cell: a fill or a path. For the path, I run checks for north, east, west, and south cells to see if one is available. This check continues until the path can no longer find an available… Continue reading Scattered Pathways
Concordance
Concordance is a study of color relationships in a grid structure. The p5.js sketch starts with a simple pallet. Then each color is “lerped” to get levels of transition between the colors. Each color of this newly expanded pallet walks over a grid of cells to simulate rows or columns of gradients. I opened this… Continue reading Concordance