Cloud Retainer’s Supreme Cuisine Machine (and the freeloaders COUGH)

850 7817



f=0
draw=_=>{
f++?background(0):createCanvas(W=500,W)
noFill()
stroke(W)
for(r=-f%50;r<W;r+=50){
beginShape()
for(i=0;i<TAU;i+=PI/30){
R=max(0,r+50*cos(f*noise(r+f,9)/30+i*int(5*noise(r+f)+1)))
vertex(250+R*cos(i),250+R*sin(i))
}
endShape(CLOSE)
}
}

5 36

t=0
draw=_=>{t||createCanvas(W=720,W)
t+=.04
background(0,9)
noFill()
for(H=i=360;i--;){stroke(W,i/2)
X=cos(I=i/99-t)*(L=250*sin(noise(I/2)*9))+H
Y=sin(I)*L+H
beginShape()
for(d=40;d--;)vertex(X+=cos(R=noise(I,d)*99)*(D=(9-i/40)**4/H),Y+=sin(R)*D)
endShape()}}

7 30

f=0
draw=_=>{f++||createCanvas(W=360,W)
colorMode(HSB)
background`#つぶやきProcessing`
fill(0),B(15),B(-15)
fill(f%W,70,W),B(11),B(-11)}
B=a=>{beginShape(),[7,7,51,128,145,131,136,40,24,105,123,93,95,79,61,28,9,9].map(p=>curveVertex((p>>4)*a+180,(p%16-7)*abs(a)+180)),endShape()}

3 22

Vive la France ! Et son drapeau 🇫🇷✨💖

✨Shop --> https://t.co/DpzFLwYQq4
✨Perles ici --> https://t.co/6dgY9rowtX

0 0

setup=_=>{noStroke(createCanvas(W=800,W,WEBGL))
background`#つぶやきProcessing`
rotateY(.8)
for(j=99;j--;){beginShape(5)
i=0
for(c of`,f55,fd5,ff5,5d5,5ff,55f,b5b,`.split`,`)r=640-i*20,fill(`#${c}`),V=I=>vertex(300+cos(a=I*.032+PI)*r,230+sin(a)*r),V(j),V(j-1),i++
endShape()}}

4 6

t=0
draw=_=>{t||createCanvas(W=720,W)
t+=.02
background(F=0)
for(y=0;y<W;y+=239)for(x=0;x<W;x+=239){
fill(W)
beginShape()
for(r=0;r<6.28;r+=PI/32)vertex(cos(R=2+r+t*((x+y)%2?1:-1))*(D=F++%8>3?130:99)+x,sin(R)*D+y)
endShape()+fill(0)+circle(x,y,180)}}

8 37

[PRE-ORDER]
ドイツ出身のサイケデリック/サーフ・バンド、Marcocaの2タイトルがLPで発売!

70年代を彷彿とさせるグルーヴ感とシンフォニックなギターは、クルアンビン、Skinshape、Holy Hiveリスナーは必聴です!

https://t.co/SgMmsZmj5j

1 1

size(720,720)
background(20)
noFill()
stroke(245,215,9,20)
translate(360,360)
ps=[(320*sin(i),150*sin(i**3))for i in range(12)]
for _ in range(6):
rotate(PI/3)
for j in range(99):
curveTightness(-1+.01*j)
with beginShape():
for p in ps:curveVertex(*p)

4 31

Day 8 Single Curve
void setup(){size(800,800);noFill();background(255,255,200);stroke(150,50,50);float a=0,inc=.3,r,p,e=8;beginShape();while(a<900){r=a*.35;p=r/5;curveVertex(400+r*cos(a)-p*sin(a*e),400+r*sin(a)+p*cos(a*e));e+=.000004*cos(a/200);a+=inc;}endShape();}

10 109

模様
int s,t,a=360;void setup(){size(720,480,P2D);colorMode(HSB);noFill();}void draw(){background(0);for(s=0;s<7;s++){beginShape();for(t=0;t<a;t++){stroke((s*80+t)%a,180,a);strokeWeight(20);vertex(t*3,95*s+50*sin(t/10));}endShape();}}

4 13

t=0
draw=_=>{t||createCanvas(720,720)
t+=.01
colorMode(HSB)
F=0
noStroke()
beginShape(QUAD_STRIP)
for(r=0;r<TAU*5;r+=.05)fill((r*20+t*99)%360,75,99)+vertex(acos(cos(A=r*2+t))*(R=(++F%8>3?r:r*.85)*16)+(229-R)*PI/2,acos(sin(A))*R+(229-R)*PI/2)
endShape()}

8 17

t=0
draw=_=>{t||createCanvas(W=720,W)
t++
background(F=C=1,4)
noFill()
for(d=360;d;d-=9){stroke((C=++C%9)*36)+beginShape()
for(r=d;r<TAU+d;r+=PI/32)curveVertex(cos(R=r+t*(C-8)/d/9)*(D=d-abs(++F%8-3)*sin(d+t/W)*cos(F+d-t/49)*d/30)+360,sin(R)*D+360)
endShape()}}

5 21

t=0
draw=_=>{t||createCanvas(W=720,W)
t+=.01
F=S=1
drawingContext.filter="drop-shadow(0 0 9Q#888)"
for(d=300;d;d-=30){S=-S
fill(S*W)
beginShape()
for(r=0;r<TAU;r+=PI/48)vertex(cos(R=r+t*S*d/W)*(D=abs(++F%8/2-2)*60*noise(t,d)+d)+360,sin(R)*D+360)
endShape()}}

6 23

F=t=0
draw=_=>{t||createCanvas(W=720,W)
t+=.01
colorMode(HSB)
noStroke()
S=W
for(d=360;d;d-=9){(F=0)+fill((d+t*99)%360,50,S=-S)+beginShape()
for(r=0;r<TAU;r+=PI/64)vertex(cos(R=r+t*S*d/1e5)*(D=(F++%8)>5?d:d*(sin(d/99-t)**2/2+.5))+360,sin(R)*D+360)
endShape()}}

2 19

draw=_=>{createCanvas(720,720)
fill(0)
for(d=300;d;d-=2){beginShape()
drawingContext.filter="drop-shadow(0 0 15Q#"+d+"C)"
for(r=0;r<6;r+=.05)vertex(cos(r)*(D=(d+sin(r*9)*sq(d/20))*1.5)+360+sin(R=(d<99?8:r*9/d)*d+d/9)*D/5,sin(r)*D+360+cos(R)*D/5)
endShape()}}

5 16

t=0
draw=_=>{t||createCanvas(720,720)
t+=.01
fill(0);
(B=blendMode)(BLEND)
background(0,99)
B(ADD)
for(d=406;d;d-=29){drawingContext.filter="drop-shadow(0 0 30Q#"+d*2+")"
beginShape()
for(r=0;r<6;r+=.1)vertex(cos(r*3+t-d/9)*d+360,sin(r*5+t)*d+360)
endShape()}}

4 18