Skip to content

Latest commit

 

History

History

2021-05-28

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

DAILY SKETCH for 2021-05-28

Done using P5.js

Description

These daily sketches which are meant to be quick explorations on whatever topic interested me on that day. This code is not typically optimized, but I share it as-is for anyone interested.

Code

Progression of Images that were generated.

More Images

2021-05-28

Keywords: Segments, Shape filling, shape shrinking

Description

Grid of segments that expand if there no neighbors. Starting from 5 rectangles, 4 inside the outer, all expand to 'grab territory.' Trying to filling the shapes in.

Made using P5.js. | Code | Top