2012年9月11日 星期二

Week 01 hw 01

http://www.youtube.com/watch?v=0UN2iYrZmEY
size(500,500);
PImage kitty;
kitty = loadImage("http://hello-kitty.sanriotown.com/images/kitty.png");

image(kitty, 20,20);
saveFrame("kitty");




今天很開心能夠知道有processing這種簡單的程式語言語法,

雖然比其他語言簡單許多但是功能也能很強大,實在是相當感動啦










size(600,600);
fill(195,195,195);
ellipse(300,300,500,500);
fill(255,255,255);
ellipse(300,300,490,490);
noStroke();
fill(195,195,195);
triangle(258,295,291,48,317,293);
triangle(103,440,258,295,317,293);
triangle(258,295,317,293,493,441);

我覺得角度的設定實在很難,總是差強人意,我會繼續研磨,做出更好作品!

1 則留言: