Interactive Art 2019_ Week 2

《Call Me By Your Name》, 2017



I chose the scene in movie <Call Me By Your Name>. I'm so impressed by every scene in this movie, I pick this scene is because the peach is a metaphor of whole story, and it's also a tipping point between two characters Oliver and Elio. and this movie is my favorite in 2017 too.


About my work:
I tried for a long time to make it look better but I still understand so many problems when I wrote it. I hope I can find these answer in the class.

screenshot:


my code:
void setup() {
//backgrounds
  size(1080, 720); noStroke(); background(152, 237, 161); fill(0, 102, 153, 205); smooth();
noLoop(); }

void draw() { 
//leaves
fill (86, 204, 74) ; 
ellipse (520, 70, 100, 50 ); 
ellipse (550, 250, 150, 30 );
ellipse (580, 130, 70, 10 );
ellipse (610, 180, 70, 10 );
ellipse (640, 90, 70, 30 ); 
ellipse (220, 30, 70, 30 );
ellipse (250, 150, 70, 30 );
ellipse (310, 90, 70, 30 );
ellipse (340, 930, 70, 20 );
ellipse (370, 500, 70, 20 );
ellipse (400, 160, 70, 30 );
fill (114, 221, 44) ; 
ellipse (450, 190, 70, 30 );
ellipse (500, 250, 70, 30 );
ellipse (600, 200, 90, 50 );
ellipse (550, 150, 70, 30 );
ellipse (150, 300, 70, 30 );
ellipse (200, 400, 100, 30 );
ellipse (550, 300, 70, 30 );
ellipse (600, 620, 90, 10 );
ellipse (390, 150, 70, 20 );
ellipse (60, 750, 50, 20 );
ellipse (400, 500, 70, 20 );
ellipse (480, 700, 70, 20 );
ellipse (280, 550, 100, 20 );
ellipse (380, 720, 70, 20 );
ellipse (580, 350, 70, 20 );
ellipse (680, 700, 200, 50);
ellipse (280, 180, 70, 15 );
ellipse (380, 280, 70, 20 );
ellipse (480, 380, 70, 20 );
ellipse (580, 480, 70, 20 );
ellipse (680, 580, 70, 15 );
ellipse (180, 680, 150, 20 );
ellipse (900, 280, 70, 20 );
ellipse (980, 380, 70, 20 );
ellipse (1080, 480, 70, 30 );
ellipse (680, 580, 70, 15 );
ellipse (180, 680, 70, 20 );

//peach
noStroke();
fill (237, 177, 152) ;
arc (800, 130, 300, 300, 0, 200, 300 );
noStroke();
fill (237, 177, 152) ;
arc (870, 130, 300, 300, 0, 200, 300 );
fill(255);
ellipse(800, 50, 30, 70);
fill(255);
line(800, 50, 30, 80);
}

留言