2010年1月17日 星期日

期末考-壞舊的公寓



size 400 400

paper 100

fast

command rect x y w h c

{

pen

line (x-w) (y-h) (x+w) (y-h)

line (x+w) (y-h) (x+w) (y+h)

line (x+w/2) (y+h/2) (x-w/2) (y+h/2)

line (x-w/2) (y+h/2) (x-w/2) (y-h/2)

}

forever

{

rect 50 20

}

作業十: 應用 Key 整合判斷結構式 配合其它的指令--> 創作具有主題性的動態海報設計




亞特蘭提斯


load dbnletters.dbn
size 150 250 2
fastpaper 100 100 0
number keycheck{ set keyvalue 0 repeat X 1 26 { same? 100 { set keyvalue X } } value (keyvalue)}
set k 0
forever{
pen

作業九: 應用 判斷 same? notsame? 結構式 配合其它的指令創作



早日康復

作業七: 應用 Mouse-1-2-3 配合Time 4 --> 創作




愛麗絲夢遊仙境

size 400 400
paper 30
fast
command rects x y w h r g b
{
pen r g brepeat w1 50 50
{
pen r g b
line (x+(w1/200)) (y-h/2) (x+(w1/100)) (y+h/2)
}
}
forever
{
rects 100 50
}

作業八: 個人心得300字



前田約翰
他被人號稱「簡單大師」,將「簡單」奉為圭臬,並且在MIT成立了「MIT簡單聯盟」,目的在於重新定義人與科技之間的關係。他在書裡面自嘲地說,他需要對許多他過去的貢獻(比如:Flash的發明)所造成的「複雜」提出解決之道,藉此贖罪。這樣的說明固然搞笑,但也不得不佩服前田教授過去對整個電腦設計裡面的貢獻。
前田約翰試圖提出了10個法則,讓我們在從事商業活動、設計、乃至於生活美學上,都可以應用到的依據。這10個法則分別是:
減少(Reduce) - 達到簡單的最簡單方法,就是用心割捨
組織(Organize) - 妥善組織能使複雜的系統顯得比較簡單
時間(Time) - 節省時間會使人感覺簡單
學習(Learn) - 知識使一切變得更簡單
差異(Differences) - 簡單和複雜相輔相成
背景(Context) - 簡單的周邊事物絕非無關緊要
感情(Emotion) - 感情愈多愈好
信任(Trust) - 我們相信簡單
失敗(Failure) - 有些事物不可能簡單
單一 (The One) - 簡單是明顯減少的,增加有意義的
前田教授針對這十個法則一一提出說明,信手拈來各式各樣的範例讓我們更清楚了解心理層面以及視覺感官上的含意。我總覺得前田教授的背景形成了他之後推展「簡單」最有力的力量。舉例來說,我們都去過日本的神社或者是廟宇,在一片廣大的空地上,沒有任何景物,周邊用繩子圍繞起來,中間可能放著石頭,周邊圍繞著白白淨淨的沙,以石頭為圓心,一層一層地散發出去。我們停留在那裏仔細地看這片景象,慢慢地我們的心情平靜下來,似乎我們跟這個景觀達成了一種簡單的平衡。固然沙子的走向是經過人為的努力之後而變成這個樣子,但我們也不得不注意到簡單的力量是如此強大。但景觀周邊也不是無關緊要的,任何一個動作或聲音都會把我們從專注於簡單的過程裡面抽離出來。

作業六: 應用 Mouse-paint-->「自畫像」&「自由創作」 各一幅





























































set

size 300 400forever

{

[《mouse 1》 《mouse 2》] 《mouse 3》

}

2009年11月5日 星期四

期中考-康丁斯基-2

圖片:
影片:

load dbngraphics.dbn

paper 68 87 76

size 300 300fast

//兩個圓
circle 80 125 55 100

circle 80 125 54 99

circle80 125 53 98

circle 80 125 52 97

circle 80 125 51 96

circle 80 125 50 95
circle 80 125 20 100

circle 80 125 19 99

circle 80 125 18 98

circle 80 125 17 97

circle 80 125 16 96

circle 80 125 15 95

circle 80 125 14 94

circle 80 125 13 93

circle 80 125 12 92

circle 80 125 11 91

circle 80 125 10 90

circle 80 125 9 89

circle 80 125 8 88

circle 80 125 7 87

circle 80 125 6 86

circle 80 125 5 85

circle 80 125 4 84

circle 80 125 3 83

circle 80 125 2 82

circle 80 125 1 81

//彎刀
circle 240 10 40 100

circle 240 10 39 99

circle 240 10 38 98

circle 240 10 37 97

circle 240 10 36 96

circle 240 10 35 95

circle 240 0 40 100

circle 240 0 41 101

circle 240 0 42 102

circle 240 0 43 103
//左下紅色三角形

pen 35 10 10

repeat A 50 110

{

line A 5 80 125

}

//左上紅色倒三角形
repeat A 30 130

{

line A 200 80 125

}
//三個黑色三角形

pen 0 0 0

repeat A 125 165

{

line A 85 145 125

}
repeat A 130 160

{

line A 45 145 84

}
repeat A 135 155

{

line A 5 145 44

}
//右下橘色三角形

pen 70 30 0

repeat A 200 280

{

line A 75 240 25

}

//右下黑色倒三角形
pen 0 0 0

repeat A 252 268

{

line A 90 260 76

}
//右邊紅色直角三角形

pen 80 10 20

repeat A 170 235

{

line A 80 235 225

}

//右邊紅色小直角三角形
pen 50 0 0

repeat A 235 245

{

line A 85 235 80

}

//右邊黃色小直角三角形
pen 90 80 0

repeat A 235 250

{

line A 95 235 85

}

//右邊綠色直角三角形
pen 0 25 10

repeat A 235 265

{

line A 120 235 135

}
//右邊紅色直角三角形

pen 50 0 0

repeat A 235 265

{

line A 135 265 120

}
//紅色正方形1

pen 85 0 0

repeat A 170 200

{

line A 195 185 180

}

//紅色正方形2
pen 85 0 0

repeat A 170 200

{

line A 195 185 210

}
//右邊白色矩形

pen 100 100 100

repeat A 100 105

{

line 236 A 275 A

}

//左邊黃色矩形
pen 90 80 0

repeat A 230 240

{

line 20 A 75 A

}