這堂課讓我培養了對寫程式的興趣,processing寫起來較沒有壓力.
老師也讓我們看power point來瞭解程式碼的運作,和之前web比起來.我認為我有比較進步了.
當我遇到瓶頸時我開始懂得查資料解決.我想這就是老師要我們從中學習的.
回顧從一開始不同多媒體的操作應用.我學到了剪接影片.聲音錄製.自畫像用滑鼠也能畫的很好
到後來processing程式幾何名畫.眼睛轉動.小畫家等等都讓我覺得自己慢慢的去學到之前覺得
不太了解的東西.
2008年5月13日 星期二
電扇
http://www.csie.mcu.edu.tw/~s5361170/0414/index.html
這次電風扇原本我是用花去改的
但只能變顏色
後來改成旋轉但有重疊下來的痕跡
後來把background和LOOP一起跑就解決了
這次電風扇原本我是用花去改的
但只能變顏色
後來改成旋轉但有重疊下來的痕跡
後來把background和LOOP一起跑就解決了
2008年5月6日 星期二
奇怪花
void setup()
{
size(800,600);
background(0);
}
void draw()
{
}
void mousePressed()
{
smooth();
stroke(1, 10);
translate(mouseX, mouseY); // Set initial offset
float x=random(0,200);
fill(255,x,x);
for (int i = 0; i < 18; i++) { // 18 repetitions
strokeWeight(i); // Increase stroke weight
rotate(PI/5); // Accumulate the rotation
fill(random(100,255),random(100,190),random(100,190));
ellipse(0,0,60,10);
}
}
===============================================================
奇怪的花
很多花
size(800,600);
background(0);
smooth();//stroke(255, 120);
for(int j=0;j<=1000;j++)
{
translate(random(10,320) ,random(10,320));// Set initial offset
for (int i = 0; i <25>
{ // 18 repetitions
stroke(random(50,190),random(50,200),random(50,190));
strokeWeight(i); // Increase stroke weight
rotate(PI/4); // Accumulate the rotation
line(0, 0, 32, 0);
}
}
2008年5月5日 星期一
2008年4月7日 星期一
for迴圈

void setup()
{
size(800,600);
background(60,60,60);
noLoop();
}
void draw()
void draw()
{
for(int j=0;j<80;j++)
for(int j=0;j<80;j++)
{
float x,y,c1,c2,c3,c4;
x = random(0,800);
y = random(0,600);
c1 = random(0,255);
c2= random(0,255);
c3 = random(0,255);
c4 = random(0,255);
fill(c1,c2,c3,c4);
ellipse(x,y,40,40);
}
for(int i=0;i<220;i++)>
rect(x,y,lx,ly); }
}
{
float x,y,lx,ly,c1,c2,c3,c4; // Random rand = new Random();
x = random(0,800);
y = random(0,600);
lx = random(0,100);
ly = random(0,100);
c1 = random(0,255);
c2= random(0,255);
c3 = random(0,255);
c4 = random(0,255);
fill(c1,c2,c3,c4);
rect(x,y,lx,ly); }
}
PROCESSING

這張原圖還太簡單
之後會去修改
size(800,600);
background(0,0,140);
noStroke();
noStroke();
fill(127,200,219);
rect(51,380,300,200);
ellipse(185,240,180,180);
noStroke();
noStroke();
fill(250,10,0);
ellipse(70,80,100,126);
noStroke();
noStroke();
fill(250,250,100);
rect(300,340,470,100);
noStroke();
noStroke();
fill(250,10,0);
triangle(420,60,690,180,455,376);
noStroke();
noStroke();
fill(0,50,227);
rect(300,380,50,60);
noStroke();
noStroke();
fill(250,250,100);
rect(140,380,90,60);
noStroke();
noStroke();
fill(169,209,16);
rect(692,148,65,65);
noStroke();
noStroke();
fill(16,209,16);
rect(142,186,90,110);
noStroke();
noStroke();
fill(150,150,150);
rect(77,457,130,100);
ellipse(406,40,50,37);
2008年3月25日 星期二
2008年3月24日 星期一
2008年3月20日 星期四
2008年3月17日 星期一
訂閱:
意見 (Atom)
標籤
- 93360400 小安 (2)
- 93360550、小蔣、week1 (1)
- 93363650、許峰賢、刺謂原則 (1)
- 93363650、許峰賢、花 (1)
- 93363650、許峰賢、參觀心得2 (1)
- 93363650、許峰賢、期中心得 (1)
- 93363650、許峰賢、期末回顧 (1)
- 94360095 (1)
- 94360095 蔡佳儒 (2)
- 94360415 (19)
- 94360415 魏澤宇 (1)
- 94360522 (13)
- 94360786 (12)
- 94360912 (8)
- 94360912林崇基 (12)
- 94361082 (9)
- 94363090 (9)
- 94363090 劉冠廷 (7)
- 94363090 劉冠廷94360095 蔡佳儒 (2)
- 94363613 (24)
- 95360015 (12)
- 95360051 (1)
- 95360051羅敏慧 (18)
- 95360094 (21)
- 95360290 (14)
- 95360316 (12)
- 95360316李士奇 (1)
- 95360343 (21)
- 95360352 (14)
- 95360352施冠宇 (7)
- 95360405 (8)
- 95360405.94360415 (1)
- 95360405.陳昭融 (9)
- 95360414 (14)
- 95360414黃彥涵 (3)
- 95360441 (7)
- 95360475 (16)
- 95360546 (13)
- 95360546劉逸寧 (5)
- 95360564 (16)
- 95360626 (11)
- 95360626李秉霖 (10)
- 95360644 (10)
- 95360794 (16)
- 95360813 (7)
- 95360813 (1)
- 95360831 (17)
- 95360831 李承峰 (1)
- 95360831,李承峰 (1)
- 95360936 (19)
- 95360954 (23)
- 95360972 廖慶傑 (3)
- 95360972,廖慶傑 (9)
- 95360972,廖慶傑 95360644.陳冠行 (2)
- 95360972.95360644 廖慶傑.陳冠行 (1)
- 95361036 (23)
- 95361045 (21)
- 95361090 (14)
- 95361116 (15)
- 95361143 (20)
- 95361170 (11)
- 95361170方泓智 (7)
- 95361195 (14)
- 95361214 (19)
- 95361214馮國棟 (1)
- 96361045 (1)
- 方泓智 (10)
- 老師畫像 (1)
- 何博欽 (8)
- 吳坤璋 (11)
- 李士奇 (10)
- 李承峰 (17)
- 李秉霖 (9)
- 李慧娟 (11)
- 刺蝟原則心得 (1)
- 林育丞 (5)
- 林崇基 (3)
- 林豪鋒 (6)
- 花 (1)
- 花2 (1)
- 施冠宇 (7)
- 洪培修 (24)
- 風車、93363650、許峰賢 (1)
- 康峻岳 (15)
- 張家瑀 (9)
- 陳孟輝 (18)
- 陳冠行 (10)
- 陳昭融 (6)
- 傅一航 (7)
- 期中回顧 (1)
- 期中考 (2)
- 期末回顧 (1)
- 馮國棟 (18)
- 黃世育 (5)
- 黃立旻 (10)
- 黃劭龍 (13)
- 黃邵龍 (1)
- 黃彥涵 (15)
- 圓型方陣 (1)
- 資工二 (1)
- 資工二乙 (11)
- 資工二乙 95360414 黃彥涵 (3)
- 資工二乙 吳坤璋 95361090 (3)
- 資工二乙吳坤璋95361090 (1)
- 網頁 (1)
- 劉冠廷 (9)
- 劉逸寧 (12)
- 劉筱玲 (8)
- 蔡佳儒 (1)
- 鄭佳訓 (16)
- 賴彥穎 (16)
- 賴政宏 (22)
- 簡南豐 (16)
- 魏澤宇 (16)
- 蘇乃渝 (12)
- ktv (1)
- l劉逸寧 (1)
- Processing做出的自畫圖 (1)
- week1 (3)
- week2 (2)







