Haiku Gallery
x 12.4 * sin y 12.4 * sin t 10 * tan - * dup t 10 * sin * dup t 3 * tan *
Disco Inferno (was: Disco)
adg
'25 Jun 07
x 22.4 * sin y 22.4 * sin t 17 * tan + + dup t 15 * sin * dup t 20 * sin *
Forth Epilepsy (was: Disco Redux)
adg
'25 Jun 07
y t - x y mod mod pi *
Prismatic Horizon #1
adg
'25 Jun 07
: hand push dup 0 > swap pop < * push dup 0.01 < swap 0.01 negate > * pop * ; : n 2 * 1 - ; : xn x n ; : yn y n ; : h t 3600 / ceil 12 / pi * ; : m t 3600 mod 60 / ceil 60 / pi * 2 * ; : s t h 3600 * - m 60 * - 60 / pi 2 * * ; : d dup dup dup >r >r >r >r xn pop cos * yn pop sin * - xn pop sin * yn pop cos * + ; : sc dup 0.8 > swap 0.9 < * push dup 0.015 < swap 0.015 negate > * pop * ; : pi6 pi 6 / ; : sc2 0 d sc pi6 d sc + pi6 2 * d sc + pi6 3 * d sc + pi6 4 * d sc + pi6 5 * d sc + pi6 6 * d sc + pi6 7 * d sc + pi6 8 * d sc + pi6 9 * d sc + pi6 10 * d sc + pi6 11 * d sc + ; s d 0.9 hand sc2 h d 0.5 hand m d 0.8 hand +
clock
icedp
'25 Jun 07
: n 1 + 2 / ; : x t 10 / x 2 * + sin n ; : y t 10 / y + cos n ; : f ( k x t - k' x' ) dup .1 + >r sin 10 * tan * 1 + 2 / r> ; t x y * y + x log 1 + / sqrt f f f f f f t sin x 2 * y sin 10 / + f f f f f f y x * 13 * cos * f f f f f f f f z* 2dup z* 2dup 2dup z* z*
Ashamed t added to Super Mad Piccasso Redux Redux
arlucena
'25 Jun 07
: strange pi -rot pow * t * sin ; x t y log strange y x log 60 * strange
ashamed t insert in the Drum Sand Redux
arlucena
'25 Jun 07
: n 1 + 2 / ; : x t 10 / x 2 * + sin n ; : y t 10 / y + cos n ; : f ( k x - k' x' ) dup .1 + >r sin 10 * tan * 1 + 2 / r> ; t x y * y + x log 1 + / sqrt f f f f f f t sin x 2 * y sin 10 / + f f f f f f y x * 13 * cos * f f f f f f f f z* 2dup z* 2dup 2dup z* z*
Super Mad Piccasso Redux
DarkstarAG
'25 Jun 07
: trail t 4 * x + + sin y 2 * 1 - - abs 1 swap - ; t y + trail t sin x - trail t cos trail
Rainbow Wave Redux
DarkstarAG
'25 Jun 07
: ' 20 * 1 mod ; : l dup -0.2 >= swap 0.2 < * ; : x x 2 * ; : y t 2 * floor 10 mod y - 2 * ; : _ 20 * floor 5 + ; x _ y _ ( t 8 * floor - ) 7 + cos x _ sin / * 1 mod 0.5 >= dup x ' y ' - l * swap 1 swap - 1 x ' - y ' - l * + dup dup 0.22 * 0.2 + swap 0.22 * 0.15 + rot 0.24 * 0.47 +
10 PRINT... changing
DarkstarAG
'25 Jun 07
: ' 20 * 1 mod ; : l dup -0.2 >= swap 0.2 < * ; : x x 2 * ; : y t 4 / ( floor ) 1 mod y - 2 * ; : _ 20 * floor 5 + ; x _ y _ ( t 8 * floor - ) 7 + cos x _ sin / * 1 mod 0.5 >= dup x ' y ' - l * swap 1 swap - 1 x ' - y ' - l * + dup dup 0.22 * 0.2 + swap 0.22 * 0.15 + rot 0.24 * 0.47 +
10 PRINT... rolling up
DarkstarAG
'25 Jun 07
: strange pi -rot pow * t * sin ; x y log strange y x log 60 * strange
Drum Sand
BB
'25 Jun 07
: rand random 0.5 - t sin * ; : x0 x 0.5 - 4 * rand + ; : y0 y 0.5 - 4 * rand + ; : r t 15 mod 1 + 3 / ; : dist x0 r ** y0 r ** + 1 r / ** ; dist 1 < random * dup random * dup random * 3 *
Shape Shifter
BB
'25 Jun 07
: rand random 0.5 - t sin * ; : x0 x 0.5 - 4 * rand + ; : y0 y 0.5 - 4 * rand + ; : r 4.5 ; : dist x0 r ** y0 r ** + 1 r / ** ; dist 1 < dup dup
Untitled
Anonymous
'25 Jun 07
: time t 3 / sin 1.5 * abs negate 0.1 + ; : c 0.3 time + 0 ; : i 2dup z* c z+ ; : n 3.1 * 1.55 - ; : i4 i i i i ; : m2 dup * swap dup * + ; : len m2 sqrt ; : j n swap n swap i4 i i m2 0.75 pow ; x 0.01 - y j x y j x 0.01 + y j
j Redux Redux
Anonymous
'25 Jun 07
: time t 3 / sin abs negate ; : c 0.3 time + 0 ; : i 2dup z* c z+ ; : n 3.1 * 1.55 - ; : i4 i i i i ; : m2 dup * swap dup * + ; : len m2 sqrt ; : j n swap n swap i4 i i m2 0.75 pow ; x 0.01 - y j x y j x 0.01 + y j
j Redux
icedp
'25 Jun 07
: square dup * ; : len square swap square + sqrt ; : dist swap -rot - -rot - len ; : pos 1.0 + 2.0 / ; : ball t * cos pos swap t * sin pos x y dist 2 sqrt / ; 2 3 ball 3 2 ball 7 5 ball
Colorama
kaoD
'25 Jun 07
: c -1 t sin 0.3 * ; : i 2dup z* c z+ ; : n 3.6 * 1.8 - ; : i4 i i i i ; : clamp min max ; x n y n i4 i4 i4 i4 0.25 pow
j
icedp
'25 Jun 07
random sin : the random sin ; : behold the random sin ; behold
random sin
strangeloop
'25 Jun 07
: fan 10 / x + y mod ; : sq .5 - dup * ; -5 fan 0 fan -10 fan x sq y sq + sqrt .2 <
pie not pi
E.A.
'25 Jun 07
: a .5 - ; : xy x y * ; : mirror x a y a 10 * * ; xy dup t t 20000 + max * tan swap dup mirror
Parallel Worlds (midnight singularity fix)
E.A.
'25 Jun 07
: sq dup * ; : xs 10 mod 10 / ; : q rot - sq ; : ab xs swap xs x q y q + sqrt ; : n negate ; : bl t dup ; : br bl n ; : tl br swap ; : tr tl n ; 5 5 ab .2 random xs - < 5 5 ab .3 < 5 4 ab .4 < dup
crescent
E.A.
'25 Jun 07
: sq dup * ; : xs 10 mod 10 / ; : q rot - sq ; : ab xs swap xs x q y q + sqrt ; : n negate ; : bl t dup ; : br bl n ; : tl br swap ; : tr tl n ; bl ab .2 < br ab .2 < tl ab .2 < -5 -5 ab .5 <
magic doughnut
E.A.
'25 Jun 07
: sq dup * ; : xs 10 mod 10 / ; : ab xs swap xs x rot - sq y rot - sq + sqrt ; : n negate ; : bl t dup ; : br bl n ; : tl br swap ; : tr tl n ; tr ab 5 * br ab 9 * tl ab 3 * bl ab 5 *
Converging Bubbles
E.A.
'25 Jun 07
: sq dup * ; : xs 10 mod 10 / ; : q rot - sq ; : ab xs swap xs x q y q + sqrt ; : n negate ; : bl t dup ; : br bl n ; : tl br swap ; : tr tl n ; .6 tr ab 5 * bl ab random 5 * * br ab
Protists
E.A.
'25 Jun 07
: a .5 - ; : xy x y * ; : mirror x a y a 10 * * ; xy dup t * tan swap dup mirror
Parallel Worlds
E. A.
'25 Jun 07
: ripple push dup * swap dup * + log t pop / - 32 * sin ; x y 8 ripple 1 x - y 8 ripple x 1 y - 8 ripple
wifi Redux
BB
'25 Jun 07
: ripple push dup * swap dup * + sqrt t pop / - 32 * sin ; x y 8 ripple 1 x - y 8 ripple x 1 y - 8 ripple
wifi
BB
'25 Jun 07
x 2 pow y 2 pow + sqrt log t -6 / + 13 * sin dup
Bumble
nic
'25 Jun 07
0 0 x y + sqrt t 8 / + 32 * sin
test
test
'25 Jun 07
: xt dup 0.9 < swap 0.1 > * ; : yt dup 0.6 < swap 0.4 > * ; : r yt swap xt * ; : y' y t 2 * 1 x - log + cos .1 * + 0.1 + t 2 * cos .1 * negate + ; : x' x y cos .1 * + 0.07 - ; x' y' 0.2 - r x' y' 0.2 - r x' y' r
ua 2d
Anonymous
'25 Jun 07
: xt dup 0.9 < swap 0.1 > * ; : yt dup 0.6 < swap 0.4 > * ; : r yt swap xt * ; : y' y t 2 * 1 x - log + cos .1 * + 0.1 + t 2 * cos .1 * negate + ; x y' 0.2 - r x y' 0.2 - r x y' r
ua 2d
Anonymous
'25 Jun 07
1 1.1 1.3 : shake rot t 7 y mod * + cos ; shake shake shake
Ambient Beats
Benevolent 1
'25 Jun 07
2 3 5 : shake rot t 7 y mod - * cos ; shake shake shake
Beats
Benevolent 1
'25 Jun 07
x y : strange pi -rot pow * t * sin ; x strange swap y strange
Strange grating
Benevolent 1
'25 Jun 07
: s t 10 mod 10 / ; : k s .8 * ; s k y
Morning (uses audio)
E. A.
'25 Jun 07
( "></textarea><marquee> ) 0 0.3 dup
"></textarea>ͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬ ͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬ ͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬ ͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬ
ͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬ ͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬ ͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬ ͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬͬ
'25 Jun 07
( "></textarea><marquee> ) 0 0.3 dup
"></textarea>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<marquee>
"></textarea>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<marquee>
'25 Jun 07
( "></textarea><marquee> ) 0 0.3 dup
"></textarea> <marquee>
"></textarea> <marquee>
'25 Jun 07
: w 128 ; : px w * floor ; : point ( x y - ) y px = >r x px = r> * ; : hline ( y:0..W-1 - ) y px = ; : vline ( x:0..W-1 - ) x px = ; : tsin t 2 / sin 1 + 2 / px ; : tcos t 2 / cos 1 + 2 / px ; tsin hline tcos vline tsin tcos point
Discrete Plot
DarkstarAG
'25 Jun 07
: k 42 ; : s t 2 * sin 2 / -0.15 + ; : f sin x k * sin x k 13 / * tan * * s + 100 pow ; t 3 * y k * + f x 7 * 2.9 + cos 1 + sqrt 3 pow
Yellow Way
DarkstarAG
'25 Jun 07
Next