Stella Poochyena 🔜 FWA, AC · @stella
13 followers · 18 posts · Server gulp.cafe

@Pico8TweetCarts aaaaa perhaps we could continue them as instead! ..... well, uh, any from @ KupferudelWolf or @ FoxyBreath are mine, I def made a few a few years ago

#tootcart

Last updated 1 year ago

aebrer - Andrew E. Brereton · @aebrer
441 followers · 1045 posts · Server genart.social

@2DArray

1. this is amazing, I really love it!!
2. why as opposed to ?

#tootjam #tootcart

Last updated 1 year ago

Alistair Hutton · @twitonatrain
80 followers · 73 posts · Server mastodon.scot

Classic ripple effect

s=54
function create()
r={}for x=0,s do
c={}for y=0,s do
c[y]=0end
r[x]=c
end
return r
end
n=create()p=create()?"\^!5f100▒▒11==66😐😐<<<<"
::_::
if rnd()<0.02 then
p[rnd(s-2)\1+1][rnd(s-2)\1+1]=64
end
cls()
for x=1,s-2 do
for y=1,s-2 do
n[x][y]=(p[x-1][y]+
p[x+1][y]+
p[x][y-1]+
p[x][y+1])/2-n[x][y]
n[x][y]*=0.999
n[x][y]=max(0,n[x][y])
rectfill(x*2,y*2,x*2+1,y*2+1,n[x][y])
end
end
r=n
n=p
p=r
flip()goto _

#tootcart #pico8

Last updated 1 year ago

luchak · @luchak
126 followers · 78 posts · Server 6t.vc
zep.p8 · @zep
2931 followers · 163 posts · Server mastodon.social

explosive growth


(499 chars -- src in reply)

gif: lexaloffle.com/media/1/explosi

#pico8 #tootcart

Last updated 1 year ago

Roberto · @altavox
6 followers · 32 posts · Server mastodon.social
Juniper Skunktaur · @Juniper
130 followers · 15622 posts · Server social.furry.nz

RT @lexaloffle
Hardcore Pang

src (413 chars):
mastodon.social/@zep/109794877

#pico8 #tootcart

Last updated 2 years ago

Carson Kompon · @carson
85 followers · 49 posts · Server mastodon.gamedev.place

- "My kid could have made that"
x=rnd(128)
y=rnd(128)
d=rnd()
cls(7)
::_::
for i=1,100 do
pset(rnd(128),rnd(128),7)
end
s=3+sin(t()/8)*(2+cos(t()/16))
d+=(rnd()-.5)/10
x+=cos(d)*s
y+=sin(d)*s
circfill(x%128,y%128,2,0)
flip()
goto _

#genuary26 #tootcart #tweetcart #pico8

Last updated 2 years ago

aebrer - Andrew E. Brereton · @aebrer
403 followers · 696 posts · Server genart.social

Tweetcart Source code:
```
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 _
```

#generativeart #creativecoding #tootcart

Last updated 2 years ago

aebrer - Andrew E. Brereton · @aebrer
403 followers · 695 posts · Server genart.social

is a collaborative project between myself, @carson, @p1xelboy, and @alexthescott@twitter.com.

In it, we make a , and take turns riffing off the previous person's tweetcart, like a relay.

The tweetcart I have made today is a generative piece, called "Interplanar Messages via Screensaver", because it involves a lot of "fake" plane slicing, and seems to generate patterns that look like asemic text.

live link: fxhash.xyz/generative/24132

source code in the replies:

#tweetcartrelay #pico8 #tweetcart #tootcart

Last updated 2 years ago

Claus · @wrench
44 followers · 188 posts · Server wandering.shop

apropos of nothing, some , code in reply.

#pico8 #tootcart

Last updated 2 years ago

JamesMcDaniel · @JamesMD
4 followers · 9 posts · Server mastodon.gamedev.place

A few fun attemps to create tootcards inside picotron on lunch-break (source on the comments)


#tweetcart #tootcart #pico8 #picotron

Last updated 2 years ago

Jess Telford · @jesstelford
247 followers · 215 posts · Server aus.social

🎆 Fireworks time! 🎆

Just 260 characters (incl. a lot of sine waves) to create this never ending celebration!

It's now open sourced and fully annotated 🧑‍💻

👉 github.com/jesstelford/pico8-t

#pico8 #opensource #codegolf #tweetcart #tootcart #mathforthewin

Last updated 2 years ago

Carson Kompon · @carson
72 followers · 35 posts · Server mastodon.gamedev.place

Today's is a / since it's been a few weeks 🤓
- Tessellation

#genuary12 #pico8 #tootcart #tweetcart #GENUARY

Last updated 2 years ago

Juni 🏳️‍⚧️🐇🐈 · @juni
27 followers · 139 posts · Server vt.social

Saw a cool tootcart and wanted to make something similar and went looking at the origin of the optical illusion. Made something along those lines and tried to keep it under 256 chars. Inspiration: wandering.shop/@wrench/1096421 @wrench

and

vis.social/@codingcrafter/1096
@codingcrafter

237 chars code in reply

#sizecoding #pico8 #tootcart

Last updated 2 years ago

Claus · @wrench
35 followers · 155 posts · Server wandering.shop

Time for "Steal like an artist". This time, I took this really cool animation from @codingcrafter (original here: vis.social/@codingcrafter/1096) and tried to replicate it using pico-8. Also tried to keep the code down to 500 characters. It was really fun to make, although there are some bugs left in the quarter circles (any help appreciated!) and the sizecoding was painful...

(code in reply, as usual)

#genuary6 #pico8 #sizecoding #tootcart #GENUARY

Last updated 2 years ago

aebrer - Andrew E. Brereton · @aebrer
381 followers · 569 posts · Server genart.social

Emergence V

more interactive ?!

yes

uses left click & right click

poke(14-😐,1)_set_fps(60)r=rnd
s=r(-1)srand(s)cls()b=0y=0pal({-8,8,9,10,11,12,2,-8,8,9,10,11,12,2},1)
function pc()for i=0,16do pal(i,r(32)-16,1)end end
u=r(32)\1+1::_::srand(s)b-=.7for z=0,u do for x=0,128do
y=(y+r({1,2,3,4,5}))%128pset(x,y,pget(x,(y+1)%128)-1)end
flip()
if(stat(34)==1 and 0>b)pc()b=9
if(stat(34)==2 and 0>b)extcmd("reset")end
goto _

live link: objkt.com/asset/KT1AAzqp5WhRgk

#pico8 #tootcart

Last updated 2 years ago

Jess Telford · @jesstelford
245 followers · 205 posts · Server aus.social

Added a nice fadeout, and reduced it to 260 chars!

```
l=circfill
r=rnd::_::cls()srand()for i=1,20 do
m=8+8*r()q=(t()/m)%1
x=64+q*256*(r()-.5)y=128+sin(q)*64*(r()+.8)s=sgn(sin(q+.8))l(x,y,s-1,7)j=2*(q-.2)k=m*(1-(1-j)^9)for u=0,1,.1 do
l(x+sin(u)*k,y+cos(u)*k,sin(q-.9)\1*s,q>.45 and 1 or 8+i%8)
end
end
flip()goto _
```

#tweetcart #tootcart #pico8 #codegolf #lua

Last updated 2 years ago

--first ? 🌌
g={}p={[0]=1,5,6,7,28}
for i=1,100 do
add(g,{x=rnd(480),y=rnd(270),z=rnd(5)})
end
function _draw()
cls()
for s in all(g)do
s.x-=s.z
s.x%=480
pset(s.x,s.y,p[s.z\1])
end
end

#tootcart #picotron

Last updated 2 years ago

Jess Telford · @jesstelford
236 followers · 191 posts · Server aus.social

Happy New Year!

My first ever in just 279 chars (including hashtags!):

```
::_::cls()srand()r=rnd
for i=1,20 do
m=8+8*r()q=(t()/m)%1
x=64+q*256*(r()-.5)y=128-sin(q)*-64*(r()+.8)s=q>.2 and q<.7 and 1 or 0
circ(x,y,-s,7)j=2*(q-.2)k=m*(1-(1-j)^9)for u=0,1,.1 do
circfill(x+sin(u)*k,y+cos(u)*k,(s*2)-1,8+(i/4)%8)
end
end
flip()goto _
--
```

Demo: pico-8-edu.com/?c=AHB4YQEXAPan

Annotated code: github.com/jesstelford/pico8-t

#tweetcart #tootcart #pico8 #lua

Last updated 2 years ago