raster.art
SEARCH
Create Account
No wallets connected. Please connect a wallet first.
Fiddleheads
carson, 2022on fxhash
Platforms
fxhash
Description

A <280 character PICO-8 cartridge that generates a canvas of colourful fiddlehead-like spirals.

20% of royalties goes to original minter. Reserve will only be available until 5/27/2022.

--fxhash snippet w=stat(6)s=1 for i=1,#w do ch=ord(sub(w,i,i))s+=s31+ch end srand(s) --tweetcart g=128t={}r=rnd?"^!5f100🐱2☉8웃9:⌂;⬅️⬇️1😐<7" a=r(12)b=r(16)c=r(9)+9cls(b)for j=1,500do for i=1,c do if(#t<i)add(t,{x=r(g),y=r(g),d=r(),s=r(4),r=r(),c=a+r(4),z=r(2)}) z=t[i]z.x+=z.scos(z.d)z.y+=z.ssin(z.d)circ(z.x,z.y,z.z,z.c)z.r+=r()/g2-g z.d+=z.r end flip()end::_::goto _