dchikows – Section C – Project 01 – Self Portrait

sketch

function setup() {
    createCanvas(600,600);
    background(173,169,166);
}

function draw() {
    
    strokeWeight (0)
    fill(216,166,132)
    quad(340,441,273,441,242,600,376,600)

    strokeWeight (0)
    fill(132,87,57)
    rect(157,242,296,142,41)
  
    strokeWeight (0)
    fill(226,177,141)
    rect(171,267,267,253,41)

    strokeWeight (0)
    fill(132,87,57)
    ellipse(304,250,254,76)

    strokeWeight (0)
    fill(255,255,255)
    ellipse(355,327,70,20)

    strokeWeight (0)
    fill(255,255,255)
    ellipse(252,326,70,20)

    strokeWeight (0)
    fill(36,61,155)
    ellipse(252,326,31,20)

    strokeWeight (0)
    fill(36,61,155)
    ellipse(355,327,31,20)

    strokeWeight (0)
    fill(216,166,132)
    triangle(305,341,276,422,335,422)

    strokeWeight (0)
    fill(237,119,116)
    ellipse(305,460,86,28)

    strokeWeight (1)
    fill(237,119,116)
    line(262,460,347,460)

    strokeWeight (0)
    fill(0)
    ellipse(355,327,9,9)

    strokeWeight (0)
    fill(0)
    ellipse(251,326,9,9)










}

I thought it was interesting to see my self portrait come together shape by shape. I believe I also learned a lot by doing it especially since we had to research how to make it all happen. Furthermore, I enjoyed the creative process behind it.

Leave a Reply