by cino

20 lines of code

IPFS
20 lines of code

4 September 2022TEZOSIPFS

function setup() {
colorMode(HSL);
randomSeed(fxrand()*9999999999999);
noStroke();
createCanvas(min(windowWidth, windowHeight), min(windowWidth, windowHeight));
let u=width/(random(50,300));
let h = random(0,360);
let n = random(0.62,0.98);
let a = random();
for (let y=-height*1.2;y<height;y+=u*random()) {
for (let x=-width*1.2;x<width;x+=u*random()) {
let s = random()<n ? abs(abs((map(x,0,width,-100,100)))-100) : random(0,100);
let l = random()<n ? map(y,0,height,90,10) : map(y,0,height,20,90);
fill(color(h,s,l,random(a,1)));
let newy = random()<n ? y : y-u*random(1,5);
rect(x,newy,u*random(1,5),height);
}
}
fxpreview();
}

50 EDITIONS

0 RESERVES

minted

50 / 50

fixed price

0 TEZ
feedback

stay ahead with our newsletter

receive news on exclusive drops, releases, product updates, and more