影片的重點林茲電子藝術節是互動科技媒體藝術,有別於傳統,須具備藝術天份和科技專長。
影片中印象我比較喜歡的是照片牆和Body movies,照片牆讓人們可以跟影子玩,互動性極高,非常有趣味性,Body movies可以和民眾一起創作藝術,讓原本不相識的人產生關聯,希望在台灣公共場合也能有這些大型互動的裝置。
另外Can you see me now?也很有意思,是利用 GPS, 無線網路與手持裝置所設計的虛擬追逐遊戲,玩家透過電腦進入真實都市的虛擬線上地圖,而獵人則拿著手持裝置與無線電中傳來的線索尋找蹤影,若不幸在虛擬地圖上被靠近逮到,就輸了遊戲。
2009年12月10日 星期四
2009年12月3日 星期四
【作業六】 Mouse-paint ─自畫像&自由創作
2009年11月12日 星期四
【作業五】Time -霓虹燈
2009年11月6日 星期五
【期中:數位康丁斯基】
Load dbngraphics.dbn
size 500 375
paper 60 100 80
fast
//黃長條
pen 100 100 20
repeat a 0 12
{
line 410 (345-a) 475 (345-a)
}
//顛倒三角形
Repeat A 375 425
{
pen 40 10 0
line A 20 400 150
}
Repeat A 350 460
{
pen 40 10 0
line A 250 400 150
}
//同心圓
Repeat A 0 20
{
circle 400 150 A 100
}
repeat A 0 30
{
circle 400 150 (A+25) A
}
Repeat A 60 55
{
circle 400 150 A 100
}
//3三角形
repeat a 0 50
{
pen 100
triangle 290 35 305 (35+a) 320 35
}
repeat a 0 50
{
pen 100
triangle 285 80 305 (80+a) 325 80
}
repeat a 0 50
{
pen 100
triangle 275 115 305 (115+a) 330 115
}
//白長條
pen 0
repeat a 0 9
{
line 30 (150+a) 115 (150+a)
}
//大紅三角
repeat a 200 0
{
pen 80 20 20
triangle 115 115 115 (115+a) 225 115
}
//綠紅三角
Repeat A 170 195
{
pen 30 60 20
line 65 170 115 A
}
Repeat A 170 195
{
pen 90 20 10
line 65 A 115 195
}
//黃紅三角
Repeat A 115 125
{
pen 100 20 20
line 95 125 115 A
}
Repeat A 125 146
{
pen 100 100 20
line 85 146 115 A
}
//黑三角
repeat a 0 28
{
pen 100
triangle 45 138 63 (138-a) 81 138
}
//橘三角
repeat a 70 0
{
pen 100 30 0
triangle 25 109 91 (109-a) 157 109
}
//菱形
repeat a 0 20
{
pen 100 20 20
triangle 180 265 200 (265-a) 220 265
}
repeat a 0 20
{
pen 100 20 20
triangle 180 265 200 (265+a) 220 265
}
//下半圓
Repeat A 70 65
{
circle 91 1 A (100-A+50)
}
//上2圓
Repeat A 78 73
{
circle 95 330 A (100-A+30)
}
Repeat A 70 65
{
circle 95 350 A (100-A+10)
}
2009年10月29日 星期四
【作業四】command square 結構綜合設計-編織

size 200 200
paper 50
command square x y s c
{
pen (5*c)(c+12)(2*c-20)
line x y x (y+c)
line x (y+s) (x+y) (y+s)
line (x+s) (y+s) (x+s) y
line (x+s) y x y
}
repeat A 0 18
{
repeat B 0 18
{
square (a*12) (b*15) -20 (100-(A*B))
}
}
repeat A 0 9
{
repeat B 0 9
{
square (a*20) (b*20) 5 (100-(A*B))
}
}
repeat A -1 9
{
repeat B -1 9
{
square (a*40) (b*40) 40 ((a-10)*b*30+20)
}
}
其他顏色




2009年10月21日 星期三
【作業三】使用三原型綜合設計創作 -波動

load dbngraphics.dbn
paper 100
size 200 450
fast
circle 200 225 50 0
circle 200 225 100 20
circle 200 225 150 40
circle 200 225 200 60
circle 200 225 250 80
circle 0 225 50 0
circle 0 225 100 20
circle 0 225 150 40
circle 0 225 200 60
circle 0 225 250 80
circle 100 450 50 0
circle 100 450 100 20
circle 100 450 150 40
circle 100 450 200 60
circle 100 450 250 80
circle 200 225 50 0
circle 200 225 100 20
circle 200 225 150 40
circle 200 225 200 60
circle 200 225 250 80
circle 0 225 50 0
circle 0 225 100 20
circle 0 225 150 40
circle 0 225 200 60
circle 0 225 250 80
circle 100 450 50 0
circle 100 450 100 20
circle 100 450 150 40
circle 100 450 200 60
circle 100 450 250 80
circle 100 0 50 0
circle 100 0 100 20
circle 100 0 150 40
circle 100 0 200 60
circle 100 0 250 80
circle 200 225 50 0
circle 200 225 100 20
circle 200 225 150 40
circle 200 225 200 60
circle 200 225 250 80
circle 0 225 50 0
circle 0 225 100 20
circle 0 225 150 40
circle 0 225 200 60
circle 0 225 250 80
circle 100 450 50 0
circle 100 450 100 20
circle 100 450 150 40
circle 100 450 200 60
circle 100 450 250 80
circle 100 0 50 0
circle 100 0 100 20
circle 100 0 150 40
circle 100 0 200 60
circle 100 0 250 80
Repeat A 80 10
{
circle 100 225 (A/2+20) A
}
2009年10月15日 星期四
【作業二】pattern設計應用-思緒
size 550 120
paper 100 60 80
Repeat A 0 200
{
pen 10 (a+70) (a+100)
Line (-80+A*11) 0 (8+A*5) 120
pen (a-70) 80 50
Line (4+A*5) 0 (10+A*3) 120
pen 90 (a-40) 50
Line (15+A*4) 0 (15+A*4) 120
pen 0
Line 0 (A*4) (A*4) 100
pen 0
Line 550 (A*4) (A*4) 0
}
Repeat A 0 200
{
pen 100
Line (A*4) 0 (A*4) 550
}
2009年10月1日 星期四
【作業一】個人中文名字設計-嚴子涵


// enter program
size 500 500paper 50 10 0
pen 100 100 100
line 80 465 150 465
line 80 465 80 395
line 80 395 150 395
line 80 395 150 395
line 150 395 150 465
line 270 465 435 465
line 270 465 270 270
line 435 370 435 465
line 45 370 435 370
line 45 370 435 370
line 45 370 45 65
line 80 330 435 330
line 45 285 160 285
line 120 330 120 285
line 80 250 160 250
line 80 190 160 190
line 45 160 160 160
line 80 285 80 160
line 160 285 160 65
line 270 270 465 270
line 160 65 420 65
line 420 65 420 330
line 230 235 330 235
line 290 235 290 95
line 275 95 290 95
line 160 250 420 65
line 160 65 420 250
訂閱:
文章 (Atom)