Andy Wallace · @andymakes
431 followers · 562 posts · Server mastodon.art

Stress Spiral!

Stress Spiral!

t=0
draw=_=>{t+=.04
createCanvas(w=500,w)
fill('')
beginShape(s=99)
l=Array(s).fill(0)
for(i=0;i<s*s;i++)l.push(l[i]+60*noise(i/40,sin(t),cos(t))*min(i/s,1))
strokeWeight(12)
stroke('')
for(i=0;i<s*s;i++)vertex(w/2+cos(a=i*(TAU/s)-t)*l[i],w/2+sin(a)*l[i])
endShape()}

#e31 #ff8 #つぶやきProcessing #p5t

Last updated 3 years ago