Haiku Gallery
: bar * 0.5 * sin + ; : barx x bar * 2 ; : bary y bar * 2 ; : foo 5 * t sin 50 barx 0 bary 5 * t sin 7 bary 11 barx 13 bary * atan2 1 * cos ; 1 foo 2 foo 10 foo
no title
林宏歷
'25 May 08
: r x 0.5 - 6 ** y 0.5 - 4 ** + ; : a push push y t pop * sin 0.5 ** - y t pop * sin 0.5 * - atan2 ; : sine r 10 * - 0.5 ** 1 swap - ; 1 1.1 a sine sine 2.8 1.7 a sine sine 2.8 1.6 a sine sine
壞掉的電視
陳奕亨
'25 May 08
: ripple push dup * swap dup * + sqrt t pop / - 32 * sin ; x y 10 ripple 1 x - y 10 ripple x 1 y - 10 ripple
Untitled
Anonymous
'25 May 08
t x + 9 * sin y / tan t y + 11 * sin x / cos t x y - + 5 * sin x y + / cos
哦哦哦
余柏翰
'25 May 08
: wave t 1 * x + + sin y 2 * 1 - - abs 1 swap - ; \ 設一個時間變數wave讓他恆為正數且到1時與0互換 t cos x y + 1 1 1 and x 1 and + wave t sin + wave
波光
410227226 資傳3A 陳侃胤
'25 May 08
x 256 * 128 - dup * y 256 * 128 - dup * + t 1 / - 2 * dup 2 * dup 2 * sin rot sin rot sin
萬花筒
陳睿穎
'25 May 08
: r x 0.5 - 0.25 ** y 0.5 - 1 ** + sqrt ; : a x 0.5 - y 0.5 - atan2 ; : sine push t sin a 0.5 ** r 0.5 ** / 8 * + sin r r@ / sin 200 * r sqrt * sin * pop * + sin r 0.5 - 2 * - 0.5 ** 1 swap - ; 1.71 t * 8.11 sine 1.83 t * 2.34 sine 1.91 t * 1.17 sine
arachne Redux
Anonymous
'25 May 08
x 20 * tan y 20 * tan t 9 * tan * * dup t 10 * tan * dup t 12 * tan *
刷刷刷
余柏翰
'25 May 08
: p t 1.3 / sin 10 / y + .7 ; : m x t 5.5 / + * sin 2 over dup * - sqrt atan2 pi / 5 / y .2 - > + ; p - abs x .15 - abs + .03 < x .15 > * p < p .03 - > * x .15 > * + p - x .2 - + .1 > - 0 9.7 m 5.3 m 7.7 m .5 min .5 over -
飛機
陳冠安
'25 May 08
: x x .5 - ; : y 0 y .3 - - ; 1 .143 x x * y y * + sqrt 22 * t .7 * + sin x y atan2 4 ** t .33 * + sin - abs / - dup dup
Test
RenZong
'25 May 08
: c 0.5 - ; : s dup * ; : d x c s y c s + ; : cir d > swap d < and ; : draw dup 0.09 + cir ; t 30 mod 50 / draw x 90 * tan y 90 * tan t 5 * sin * * dup t 1 * tan * dup t 1 * tan *
擴散
李明儒
'25 May 08
: x x 0.5 - ; : y y 0.5 - ; : 中心x t sin tan 3 / ; : 中心y t sin cos 3 / .25 - ; \大圓 : r x 中心x - 2 ** y 中心y - 2 ** + sqrt ; \小圓 : r2 x 中心x .25 - .25 + - 2 ** y 中心y - 2 ** + sqrt ; r .5 < r2 .5 < r .5 < r .25 > and
翻滾的荷包蛋 Redux
Anonymous
'25 May 08
: x x 0.5 - ; : y y 0.5 - ; : 中心x t sin tan 3 / ; : 中心y t sin cos 3 / .25 - ; : r x 中心x - 2 ** y 中心y - 2 ** + sqrt ; : r2 x 中心x .25 - .25 + - 2 ** y 中心y - 2 ** + sqrt ; r .5 < r2 .5 < r .5 < r .25 > and
翻滾的荷包蛋
楊仁宗
'25 May 08
x t 50 mod * sin x * y 2 cos y * * + dup t y * tan * dup t sin mod
Untitled
陳詠舜
'25 May 08
: c t 0.01398413 + sin t -0.9132423 + tan ; : iterate 2dup z* c z+ ; : norm dup * swap dup * + ; : j 2dup >r >r norm 4 > + r> r> iterate ; : scale 0.5 - 8 pi * * 0.2 * ; : sclxy scale swap scale swap ; : julia 0 x y sclxy j j j j j j j j jjjjjjjk drop drop ; julia 2 / dup dup
細胞分裂
沈光祈
'25 May 08
: d ( x n - d ) 2 swap ** / floor 2 mod ; : rotate dup sin swap cos z* ; x y t 3 / rotate 4 * 1 mod 8 * floor negate d
Untitled
410227470余奐均
'25 May 08
x y t sin 5 / 0.3 +
顏色
王建寰
'25 May 08
: d ( x n - d ) 2 swap ** / floor 2 mod ; : rotate dup sin swap cos z* ; x y t 3 / rotate 4 * 1 mod 8 * floor negate d
123
Anonymous
'25 May 08
: d ( x n - d ) 2 swap ** / floor 2 mod ; : rotate dup sin swap cos z* ; x y t 5 / rotate 6 * 1 mod 8 * floor negate d
Binary Carpet 2 Redux
Anonymous
'25 May 08
( f = sin[x/|y| — y/|x|] ) : k 20 ; : x' x .7 - k / ; : y' y .7 - k / ; : part ( x y - f ) abs / 2 pow ; : f ( k - q ) x' y' part y' x' part - t cos * * tan ; q 9 dup f t 8 mod f
Ummmmm Redux
陳申瑞
'25 May 08
\ 參考Eye - DarkstarAG \ 參考Up and to the Right haiku - adg \ 參考Audio 6 - Anonymous : sq t * cos 0 > ; 8 sq .8 * 4 sq .5 * + 2 sq .3 * + 1 sq .2 * + .1 + : ' .5 - 1 * ; : ^2 dup * ; : r^2 x ' ^2 y ' ^2 + ^2 ; r^2 dup y .5 - * 65 * cos swap 2< * : f 80 * floor 1 / ; x f y f max t cos abs mod
我呼嚨你
吳采霖33
'25 May 08
: :) t 4 * sin 4 pow 2 / + 12 / + ; : z- ( a ib c id - a-c i[b-d] ) -1 0 z* z+ ; : r ( x y - r ) over over negate z* + sqrt ; : c ( x y r - k ) >r x y z- r r> < ; 0.4 0.6 0.025 c 0.6 0.6 0.025 c or 0.5 0.5 0.25 c < 0.5 0.51 0.2 c 0.48 x 3 * cos :) 0.58 y 4 * sin :) y 4 * sin 35 / + 0.23 y :) c > : :) x t sin 3 / .5 + ; : :) y t cos 3 / .5 + ;
笑臉
黃芷涵
'25 May 08
: :) t 5 * sin 3 pow 10 / + 6 / + ; : z- ( a ib c id - a-c i[b-d] ) -1 0 z* z+ ; : r ( x y - r ) over over negate z* + sqrt ; : c ( x y r - k ) >r x y z- r r> < ; 0.4 0.6 0.02 c 0.6 0.65 0.02 c or 0.5 0.5 0.25 c < 0.5 0.51 0.2 c 0.48 x 3 * cos :) 0.58 y 4 * sin :) y 4 * sin 35 / + 0.23 y :) c >
Untitled
Anonymous
'25 May 08
: square dup * ; : dist square swap square + sqrt ; : center 0.5 - swap 0.5 - ; x y center 2dup dist push atan2 pop swap dup 5 * t - sin 2 + 4.5 / swap 50 * t 10 * + sin 30 / + - abs 1 + 1 swap / square square
旋轉的花
羅詣凱
'25 May 08
: px x 5 * ; : py y 5 * t - ; : z dup floor - ; : mix dup push * swap 1 pop - * + ; : a z dup dup 5 * 5 swap - * * ; : r -1 exp * sin 5 exp * z ; : v px floor py floor 4 exp * + ; : c y * y pop mix ; v r v 1 + r px f mix v 3 exp + dup push r pop 2 + r px a mix py a mix y 0.5 * 0.2 + > dup dup push push push 0.3 c 0.5 c 0.9 c
液化的格子
沈振德
'25 May 08
: px x 5 * ; : py y 5 * t - ; : z dup floor - ; : mix dup push * swap 1 pop - * + ; : a z dup dup 5 * 5 swap - * * ; : r -1 exp * sin 5 exp * z ; : v px floor py floor 4 exp * + ; : c y * y pop mix ; v r v 1 + r px f mix v 3 exp + dup push r pop 2 + r px a mix py a mix y 0.5 * 0.2 + > dup dup push push push 0.3 c 0.5 c 0.9 c
LavaLamp Redux
沈振德
'25 May 08
\ 參考自彩虹雨 part 2 - 黃綺萱 \ 及星際透視鐘 - 陳爽 : 繁星 x y ** 90 * sin t sqrt 100 / * 31 swap * dup swap floor - 1000 * 999 - 0 max ; : r y dup * x x * + 1 ** ; \ 彩虹半徑 r 0.6 繁星 + < r 0.5 繁星 - > r 0.35 繁星 + < r 0.3 繁星 + > and or and r 0.55 繁星 t * + < r 0.4 繁星 + > and r 0.45 繁星 + < r 0.3 繁星 + > 繁星 + and
彩虹她懂得夜的黑
蘇約寧
'25 May 08
//參考自彩虹雨 part 2 - 黃綺萱 //及星際透視鐘 - 陳爽 : 繁星 x y ** 90 * sin t sqrt 100 / * 31 swap * dup swap floor - 1000 * 999 - 0 max ; : r y dup * x x * + 1 ** ; //彩虹半徑 r 0.6 繁星 + < r 0.5 繁星 - > r 0.35 繁星 + < r 0.3 繁星 + > and or and r 0.55 繁星 t * + < r 0.4 繁星 + > and r 0.45 繁星 + < r 0.3 繁星 + > 繁星 + and
彩虹她懂得夜的黑
蘇約寧
'25 May 08
x 6 * cos y 6 * tan t 5 * cos * * dup t 2 * sin * dup t 3 * sin *
糖果紙
關睿
'25 May 08
: 直線 x mx .01 - > x mx .01 + < and ; : 橫線 y my .01 - > y my .01 + < and ; : 頭x t sin 3 / .5 + ; : 頭y t cos 3 / .5 + ; : 頭 x 頭x - 2 ** y 頭y - 2 ** + sqrt ; : 眼x 頭x .04 - ; : 眼x2 頭x .04 + ; : 眼y 頭y .02 + ; : 眼 x 眼x - 2 ** y 眼y - 2 ** + sqrt ; : 眼2 x 眼x2 - 2 ** y 眼y - 2 ** + sqrt ; : 鏡 x mx - 2 ** y my - 2 ** + sqrt ; 直線 橫線 + 頭 .1 < or 鏡 .6 < 鏡 .55 > and or 直線 橫線 + 眼 .02 < or 眼2 .02 < or 鏡 .6 < 鏡 .55 > and or 直線 橫線 + 眼 .02 < or 眼2 .02 < or 鏡 .6 < 鏡 .55 > and or
狙擊手
黃承皓
'25 May 08
: q dup * ; : dst q swap q + sqrt ; : acos dup q 1 - negate sqrt swap 1 + atan2 2 * ; : r 0.5 ; : ' 0.5 - ; : l x ' y ' dst ; : in? l r < ; : z r q l q - sqrt ; : th y ' acos 2 * pi / ; : ph z x ' atan2 pi / t 10 / + ; ( : txtr 25 25 z* cos >r cos r> < 0.3 max ; ) : r@ r> dup >r ; : j r> r> dup >r swap >r ; : v * floor 3 mod 1 = ; : l dup dup r@ v swap j v and swap 3 * ; : txtr >r >r 0 3 l l l l l drop + + + + + r> drop r> drop ; ph th txtr z * in? * : rainbow ( .f - r g b ) dup 3 * 1 + sin swap dup 3 * 0 + sin swap dup 3 * 4 + sin swap dup 3 * 5 + sin swap drop ; t 15 / sin 6 * + rainbow
設計數學max
張家佶
'25 May 08
: x x mx .005 - - ; : y y my .04 - - ; : p 30 * 0.1 - ; : r x p x * y y * p + sqrt ; : i r 10 * floor ; 2 y p x p atan2 128 i 10 / ** floor * 123.34 i * t 2 / sin r i * 10 / * 10 * - t 2 / sin 20 * + + cos 2 / 0.1 + 50 / r + 10 * floor 12 / - dup 2 / 2dup ** -rot
黃昏太陽
徐錞瀚
'25 May 08
: d dup ; : m 0.5 * 0.4 + - ; : r t swap / d floor - 1.96 * 0.98 - d 0 > 2 * 1 - * 0.01 + ; : e 4.9 r 0.94 * 0.03 + ; : f 3.7 r ; : p f 0.9 * 0.05 + d t ; e x - d * f y - d * + sqrt .15 < p 3 * sin m e * - a 0.03 < * p 2 * cos m 1 e - * - a 0.97 > *
DVD待機畫面
410254370
'25 May 08
x 0.3 * y 0.3 * x y ** 50 t + * sin 5 * dup floor - 1000 * 990 - 0 max 4 x .6 - y .6 - atan2 t 2 / 1 mod pi * - * pi / floor 2 / dup floor -
閃爍旋轉
盧品含
'25 May 08
1 y t * y 10 + mod - 0 1 x t * x 10 + mod -
random lines
吳修齊
'25 May 08
x 50 * cos y 50 * tan t 5 * sin * * dup t 3 * tan * dup t 2 * sin *
舞動畫布2
410227111
'25 May 08
90 : s * tan * ; 1 y 6000 s x 6000 s t 2000 s dup t 2 s dup t 2 s
舞動畫布
410227111賴瑩珊
'25 May 08
x .8 - 2.5 * t * cos y .5 * > dup 2 /
愉悅的音律
陳婕妤
'25 May 08
x 100 * sin y 50 * sin t 4 * sin * * dup t 10 * sin * dup t 2 * sin *
Untitled
葉柏巖
'25 May 08
x 20 * sin y 20 * sin t 4 * sin * * dup t 5 * sin * dup t 5 * sin *
Untitled
周律慈
'25 May 08
Next