顯示具有 95361170方泓智 標籤的文章。 顯示所有文章
顯示具有 95361170方泓智 標籤的文章。 顯示所有文章

2008年4月7日 星期一

幾何圖



顏色比較柔和一點

看起來不會很怪

世界名畫(偽)


不知為何顏色有點詭異
懶的調了
程式碼:
void setup()
{
size(800,600);
background(0);
noLoop();
}
void draw(){
float x;
for(int i = 100 ; i<=800 ; i=i+200){
for(int j = 100 ; j<=600 ; j=j+200){
fill(random(250),random(250),random(250),random(250));
rect(i-100,j-100,200,200);
fill(random(250),random(250),random(250),random(250));
ellipse(i,j,200,200) ;
for(int a=0 ; a<20 x =" random(20,180);">
noStroke();
fill(random(250),random(250),random(250),random(250));
ellipse( i , j , x , x ) ;
}
}
}
}

PROCESSING

















簡化過的原圖

後面還會陸陸續續補上

就先這樣啦


以下為PROCESSING圖

程式碼:
size(800,600);
background(0,0,140);
noStroke();fill(127,200,219);
rect(51,380,300,200);
ellipse(185,240,180,180);
noStroke();
fill(250,10,0);
ellipse(70,80,100,126);
noStroke();
fill(250,250,100);
rect(300,340,470,100);
noStroke();
fill(250,10,0);
triangle(420,60,690,180,455,376);
noStroke();
fill(0,50,227);
rect(300,380,50,60);
noStroke();
fill(250,250,100);
rect(140,380,90,60);
noStroke();
fill(169,209,16);
rect(692,148,65,65);
noStroke();
fill(16,209,16);
rect(142,186,90,110);
noStroke();
fill(150,150,150);
rect(77,457,130,100);
ellipse(406,40,50,37);

2008年3月31日 星期一

2008年2月18日 星期一

變臉


CONCEPT:眼前所見不一定是真的
需要仔細觀察

第一週

一:什麼是多媒體設計?

幫死板的程式加上動畫與聲音,呈現漂亮的畫面給使用者,不讓使用者感到枯燥無味。

二:你想觀賞怎樣的多媒體?

主題明確,操作簡便,互動性佳,有趣味性。

三:你想設計怎樣的多媒體?其CONCEPT是什麼!?

富有趣味性以及人性化的設計且與使用者有許多互動,利用幽默來讓使用者能夠放鬆心情。