Friday, January 22, 2021

Genuary 2021 Day 22: "Draw a line. Wrong Answers Only"



So, a bunch of stick figures showed up on my page, and they more or less lined up, but not perfectly.

This was basically an exercise in refactoring my people code from Day 3 (Draw something Human). Each person is assigned a random y position, and then x is moved as far right as possible such that the bounding boxes don't overlap.


 


Tools Used: AxiDraw, Pentel 5mm pen
Languages Used: Python
Development Time: ~45 minutes
Drawing Time: ~2 minutes
What's Generative Here: each person is assigned a random y position, and their x position is determined based on a deterministic process. Also, in the raster version (below), skin tone is selected randomly.



No comments:

Post a Comment