Skip to main content

Search

Items tagged with: pico8


by Andy Wallace
@andymakes@mastodon.art
u=circfill::_::cls()e=t()s=sin
for i=1,4do
h=i*25v=145-(e*(17+i*3))%170g=6+s(e)u(h,v,9,i)u(h,v,5,i-1)rectfill(h-9,v,h+9,v+9,0)for b=-5,5,2do
x=h-b
y=v
for k=0,2do
a=s(s(e/9+b/15)+s(y/220+k/13))/g-.25c,r=x,y
x+=9*cos(a)y+=9*s(a)line(c,r,x,y,i)end
end
end--#tweetcart 
flip()goto _

#pico8 #gif #andywallace


by Andy Wallace

#tweetcart #pico8 #pixelart #Hitomezashi #gif

via @andymakes@mastodon.art


this was created by Andy Wallace

Party Pyramids
#pico8 #tweetcart #loop

::_::cls()for d=0,6do
e=sin(t()/16+d/5)c=32+(d%2)*64r=12+flr(d/2)*64if(d>5)c,r=64,24
s=30+flr(d/6)*30for k=1,s do
for i=0,.75,.25do
a=c+k*sin(e+i)b=c+k*sin(e+i+.25)y=r+k
if a>b then
line(a,y,b,y,4)for p=0,1,(k%9)/(9+k)do
pset(p*a+(1-p)*b,y,8+d)end
end
end
end
end
flip()goto _

https://mastodon.art/@andymakes/106434020113072476