發表文章

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