raster.art
SEARCH
Create Account
No wallets connected. Please connect a wallet first.
pico_tessellations [TTC S01T07]
aebrer, 2022on fxhash
Platforms
fxhash
Description

The seventh tweetcart for the Tweetcart Token Club (TTC)!

Snapshot taken on May 1st 2022 of the holders of the Tweetcart Token Club token: hicetnunc objkt #414400

For this piece, a reserve is used so that each club member can mint 24 editions, with 50% of the royalties.

10% of the royalties goes to my tezos Breadfond

Tweetcart Source Code (266): r=rnd for i=0,15do pal(i,r(32)-16,1)end s=r(-1)cls()poke(24364,7)x=r(64)y=r(64)for i=0,2^9/2do x%=96y%=96u=r(8)+8if r()>.3then circ(x,y,u,r(8))else rect(x-u,y-u,x+u,y+u,r(8))end x+=r(9)-5y+=r(9)-5circfill(x,y,u-1,(pget(x,y)-1))if(r()>.8)srand(s)flip()end ::_::goto _

fx(hash) version source code: w=stat(6) s=1 for i=1,#w do ch=ord(sub(w,i,i))s+=s*31+ch end if(#w==0)s=rnd(-1) srand(s) r=rnd for i=0,15do pal(i,r(32)-16,1)end cls()poke(24364,7)x=r(64)y=r(64)for i=0,2^9/2do x%=96y%=96u=r(8)+8if r()>.3then circ(x,y,u,r(8))else rect(x-u,y-u,x+u,y+u,r(8))end x+=r(9)-5y+=r(9)-5circfill(x,y,u-1,(pget(x,y)-1))if(r()>.8)srand(s)flip()end ::_::goto _

CRT Filter effect can be toggled with shift key. credits: // PUBLIC DOMAIN CRT STYLED SCAN-LINE SHADER // by Timothy Lottes // https://www.shadertoy.com/view/XsjSzR // modified (borked) by ultrabrite