W=540
N=W/3
t=0
def setup():size(W,W);noStroke()
def F(i,j):r=PI/N;C=cos;x=C(r*i);y=C(r*j);r*=3;n=noise(C(r*i)+C(r*j+t))*1.2;d=sqrt(x*x+y*y+n*n);circle(x/d*N+W/2,y/d*N+W/2,n/d*2);
def draw():global t;clear();[F(j,i)for i in range(N)for j in range(N)];t+=.1 #つぶやきProcessingpic.twitter.com/xSEwnwsdYQ
-
-
Show this thread
-
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.

