c=circfill::_::cls(7)
w=sin(t()/4)
for j=0,1,.33 do
for i=0,1,.1 do
a=j+i/8-t()
c(64,64+i*50,4+i*i*8,5)
c(64+3*w+cos(a)*23*i,64+sin(a)*23*i,5+i*8,5)
end
end
for i=.05,1,.2 do
circ(64+(i*5+2)*w,64,38-i*i*30,6)
line(64+7*w,64,64+w*2+cos(i)*38,64+sin(i)*38)
end
flip()goto _

22 212

NIGHT TRAIN
A quick

x=0::_::cls(13)srand()for i=0,44 do
z=64+3*sin(i/45)y=z+cos(i/2)*(9+z*z%61)x-=3
?"ˇ",x,rnd(128),6
u=x+2*sin(x/31)
for j=-9,rnd(4)+7 do line(u,y-9,x+j,y+4+i%9,1+flr(y%2)*5)end
?"=",x,z,1
if(sin(x/84)>.8)print("😐",x,z-2)
x%=134end
flip()goto _

213 1074

n=noise
def a(i,x,y,z):return sin((n(i)*x+n(i+1)*y+n(i+2)*z)*6)+1
def f(t):return a(0,*t),a(3,*t),a(6,*t)
size(400,400)
colorMode(RGB,2,2,2)
for i in range(width):
for j in range(height):
stroke(*f(f(f((i*.01,j*.01,1)))))
point(i,j)

2 26

【コスプレ】
TALES OF THE ABYSS
     ー生まれた意味を知るRPGー

Photo(1・2)*ふぉっちさん( )
Photo(3・4)*hiroshiさん( )

3 11

Odilon Redon's illustrations created for Charles Baudelaire's French translations of Edgar Allan Poe's tales, (1882)*

54 57