顯示具有 李秉霖 標籤的文章。 顯示所有文章
顯示具有 李秉霖 標籤的文章。 顯示所有文章

2008年6月9日 星期一

期末回顧

這學期從一開始的自畫像就很吸引人了

這是第一次把人畫得這麼 像~~

還有小電影 ~~~~~~~~讓程式碼寫出來

有3d空間的感覺,和一般上課感覺很不一樣

這堂課最迷人的地方就在這裡,把程式變的

有趣多采多姿,還有最後的互評可以看到

彼此的作品看到不同角度的想法,不一樣的作品

彼此可以激發互相的想法

2008年4月14日 星期一

圓的聯想


資訊爆發的時代
不一的角度看待的事物
從人的頭頂看

資訊不停的直接衝擊著我們的腦袋
多彩是想表達外在誘惑
改變著每個人
人類的記憶體大小
是否足以承受這麼多的衝擊?

size(800,600);
smooth();
noStroke();

int count=0;
for(int i=300;i>=0;i-=10){
count++;

ellipse(400,300, i, i);
if(count%2==0)
fill(0);
if(count%2==1)
fill(255);

} ;

for(int i=600;i>=0;i--)
{ count++;
float k=random(0,1000);
float m=random(40);
float w1=random(180,255);
float w2=random(180,255);
float w3=random(180,255);
float w4=random(50,200);
float l=random(0,1000);
fill(w1,w2,w3,w4);
ellipse(k,l,m , m);

} ;
int a=0;

for(int x=0;x<801;x++){>

2008年4月7日 星期一

yayayaya cute



size(800,600);
smooth();
for(int i=0;i<=800;i+=200){ for(int j=0;j<=600;j+=200) { float color1=random(255); float color2=random(255); float color3=random(255); float color4=random(255); fill(color1,color2,color3,color4); stroke(color1,color2,color3,color4); rect(i,j,200,200); for(int x=100;x<=700;x+=200){ for(int y=100;y<=500;y+=200) { float color5=random(255); float color6=random(255); float color7=random(255); stroke(color5,color6,color7,255); fill(color5,color6,color7,255); float big=random(200); ellipse(x, y, big, big); } }}}

好了

size(600,500);
background(255);
for(int i=-900;i<700;i+=5){
float x=random(500);
float y=random(600);
float h=random(300);
float w=random(100);

float color1=random(255);
float color2=random(255);
float color3=random(255);
float color4=random(255);
fill(color1,color2,color3,color4);
rect(x,y,h,w);
}

process



上次畫的原圖


超簡化後~~~




用完後覺得小畫家的每一筆畫都是process

的一大步


size(600, 500);
background(230);
bezier(190, 100,600,500,600,500,50,270);//face
smooth();
noStroke();

smooth();
noStroke();
fill(95,95,227); //blue
ellipse(230,242,190,190);

fill(0); //eyes
ellipse(230,245,70,40);
fill(255);
ellipse(125,300,50,50);
fill(255,0,0);
ellipse(215,200,25,25);
fill(255,0,0);
ellipse(210,290,25,15);
fill(255,0,0);
ellipse(165,245,35,25);
fill(255,0,0);
ellipse(295,245,15,15);
fill(255,0,0);
ellipse(419,305,45,10);
fill(255,0,0);
ellipse(399,280,10,48);
fill(255,0,0);
quad(190,100,0,280,20,380,240, 30);
fill(242, 204, 47);
triangle(0, 150, 0, 380, 20, 380);
fill( 0);
triangle(0, 150, 15, 330, 190, 30);
fill(95,95,227);
triangle(10,155,190, 100, 350, 38);

2008年3月31日 星期一

2008年3月5日 星期三

老師畫像


耶我的初部成品

上完顏色:)
完成


























2008年2月25日 星期一

week 2