raster.art
SEARCH
Create Account
No wallets connected. Please connect a wallet first.
Interplanar Messages via Screensaver
aebrer, alexthescott, P1x3lboy and 1 more, 2023on fxhash
Platforms
fxhash
Description

Inspiration:

Alex's bad fuzz is a really awesome piece, with a lot of features that I love: the dithering, the pseudo-rorschach shapes in the mirror, the slow movement of cosine waves.

I wanted to move away from the mirror a bit, but lean into the screensaver vibes a lot. In the process, I ended up with this tweetcart that preserves much of Alex's, but renders it in a very different context.

Then, add a little entropy locking and boom, we have asemic text-like patterns showing up nicely.

The Tweetcart Relay is a series of tweetcarts minted and passed between artists who take the prior work, and modify it to their liking.

Relay information: -> inspiration tweetcart: bad fuzz; https://www.fxhash.xyz/generative/slug/bad-fuzz -> inspiration tweetcart author: alexthescott; tz1St3n29AbYXZXV8W1BG41qYzz86J2CFAW7

Pico-8 Source Code: -> 155 Tokens, 274 Characters

r=rnd
s=r(-1)srand(s)z=r(.0001)+.0002p=.5+r(2)+5e=r(9)+1g=8f=128n=cos
for i=0,16do pal(i,r(32)-17,1)end::_::g+=z
for i=0,768do
srand(s)x=r(f)y=r(f)pset(x-n(x),y-n(y),max(pget(x,y)-1,0))end
for i=0,32do
m=(p+n(g))*64line(n(n(g/p-i/32))*m+64,n(n(g/7-i/7))*m+64,i/8)end
goto _