Filter
Exclude
Time range
-
Near
Ty Huffman retweeted
//#つぶやきProcessing #p5js t=0,d=6 draw=_=>{ createCanvas(W=(w=200)*2,W) colorMode(HSB) strokeWeight(d) for(R=0;R<w;R =d) for(T=0;T<TAU;T =.1) stroke(X=(R^t*cos(T)) w,Y=(R^t*sin(T)) w,w), point(X,Y) t= t%W}
1
2
3
144
Ty Huffman retweeted
//#minacoding Day 16 Glitch #つぶやきProcessing #p5js t=0,d=6 draw=_=>{ r=random createCanvas(W=(w=200)*2,W) colorMode(HSB) strokeWeight(d) for(R=1;R<(r()<.01?r(W):w);R =d) for(T=0;T<TAU;T =(r()<3e-5?r(3):8/R)) stroke(X=R*cos(T) w,Y=R*sin(T) w,w), point(X,Y) t}
3
6
99
鷹見 retweeted
#つぶやきProcessing #minacoding 「Glitch」 f=0 draw=_=>{ f ||createCanvas(W=500,W) background(0) noStroke() colorMode(HSB,1) for(x=0;x<W;x =15){ for(y=0;y<W;y =15){ fill((x y)/277%1,.5,1,.5 .5*sin((f 9e3)*noise(x,y)/30)) rect(x,y,50*noise(x,y,9)) } } }
5
23
378
t=0 w=360 draw=_=>{t||(createCanvas(W=720,W),colorMode(HSB),noStroke(),B=blendMode,S=sin) t =.01 B(BLEND) background(0,.1) B(ADD) translate(x=7.2*S(PI*t),x) rotate(t) for(r=0;r<48;r =.1){fill(((t*90) 0) (R=r*2),R,R,.2) ellipse(tan(R t)*w w,S(t r/noise(3,9))*S(r*5 t)*w w,24,8)}}
12
448
Processing Community Japan retweeted
//#つぶやきProcessing #p5js t=0,h=.03 draw=_=>{ t||createCanvas(W=(w=200)*2,W) noStroke() colorMode(HSB) background(1,.1) for(u=-4;u<4;u =h) for(i=0,x=u,y=u;i<t;i ) [x,y]=[(x-y-x*(S=x*x y*y))*h x,(x-y y*S)*h y], rect(X=x*w w,Y=y*w w,(fill(w*cos(X-Y t/17),w,w,.3),8)) t= t%W}
3
14
395
gaudiramone retweeted
//#つぶやきProcessing #p5js t=0 draw=_=>{ t||createCanvas(W=(w=200)*2,W) colorMode(HSB) p=point B=(a,b,c)=>a*(X=1-x)*X b*X*x c*x*x for(x=0,T=t%W;x<1;x =.01) stroke(B(T,x,U=W-T)%t%5,w,w), p(B(T,w,W),B(0,w,T)), p(B(W,w,U),B(T,w,W)), p(B(U,w,0),B(W,w,U)), p(B(0,w,T),B(U,w,0)) t}
6
15
412
Ty Huffman retweeted
Replying to @deconbatch
//🙃#つぶやきProcessing #p5js t=0,d=4 draw=_=>{ createCanvas(W=(w=200)*2,W) colorMode(HSB) strokeWeight(d) N=.01*sin(t/w) for(x=0;x<W;x =d) for(y=0;y<W;y =d) T=atan2(Y=y-w,X=x-w), D=mag(X,Y), P=(sin(noise(x*N,y*N)*50 D*.05 T) 1)/2, stroke(lerp(0,255,P),w,w), point(x,y) t}
4
7
277