Self Portrait

Week 01 | 09/06/2022

Two self portraits were drawn on p5.js web editor using basic p5.js skills and geometries.

Canvas was centered on the screen on both drawings.

Every point on each drawing was randomized ±5 or 10 on both x and y axes.

- Portrait I

Background was drawn in function setup() therefore the sketch effect.

- Portrait II

Background was drawn in function draw() therefore the dynamic effect.