top of page

First Assignment_2018318090_FTM_ZhafirahFH

WORK 1

MYSELF IN SPRING, 2018

21   /   03   /   2018

MYSELF in SPRING, 2018

 

As you see at the painting, its kind of explaining about the death who following everyone in this world. Whoever you are and no matter your age is, the death would be come to you, whenever it would be.

​

But, i see the other perception from the painting which represent "My Self in Spring, 2018". I would meet all of these new experiences for me because this study abroad, like the new school, the new peoples, the beautiful scenery, the new "feel", but there's kind something strange that binding me on.
That's why the work was quite different with the painting.

 

/**Zhafirah Farras

1st Assignment

**/

​

//CODE


void setup() {
   size(500, 500);
   background(252, 243, 207);
   

//The Beautiful Scenery (Cherry Blossom)
   fill(241, 148, 138);
   arc(30, 20, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(100, 200, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(300, 30, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(480, 480, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(400, 300, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(210,109, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(487, 70, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(250, 480, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(20, 450, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(10, 250, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(470, 200, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(465, 350, 20, 20, 0, PI+QUARTER_PI, CHORD);
   arc(230, 400, 20, 20, 0, PI+QUARTER_PI, CHORD);
   

//The new experiences
   fill(255, 255, 255);
   ellipse(300, 370, 40, 40);
   fill(252, 255, 3);
   ellipse(315, 250, 250, 100);
   fill(19, 252, 237);
   ellipse(150, 300, 100, 100);
   fill(157, 204, 152);
   ellipse(410, 410, 70, 70);
   fill(177, 76, 234);
   ellipse(400, 110, 80, 90);
   fill(160, 61, 88);
   ellipse(120, 400, 100, 80);
   fill(188, 187, 192);
   ellipse(120, 110, 105, 85);
   fill(220, 118, 51);
   ellipse(250, 160, 70, 70);
   
 // The Feel
   noFill();
   stroke(0, 0, 0);
   bezier(85, 250, 250, 250, 90, 90, 205, 80);
   bezier(185, 300, 300, 300, 100, 90, 405, 240);
   bezier(305, 400, 400, 400, 300, 400, 345, 325);

   

//Something Strange
   noFill();
   strokeWeight(5);
   line(60, 60, 450, 60);
   line(60, 60, 60, 450);
   line(60, 450, 450, 450);
   line(450, 450, 450, 60);
}

​

Thank You.

bottom of page