Generative Grayscale Study
https://www.dwitter.net/d/24446
Generating random noise squares with a small chance of rotation. It takes about 10 seconds to draw here. Javascript code... r=(r=4e3)=>Math.random()*r X=r()-2e3 Y=r()-2e3 w=r()/9 x.rotate(r()<29?X:0) for(i=r()/9;i-->0;)for(j=w;j-->0;)x.fillRect(X+i,Y+j,1,r(1)/t/t)
More by Frank Force View profile
Like