101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

563
active users

#genuary13

0 posts0 participants0 posts today

"Triangles and nothing else."

Getting a bit lazy and going back in time here to tweak an old sketch to make it fit the prompt. In my defense I will say that I rather enjoy sometimes trying to take a shape and make it look nothing like that shape. I kind of doubt anybody who didn't know the prompt would look at these and think, "oooh, triangles!"

"Curse"
The Seer knelt by the flowers, withered echoes of life lost. Struggling against the cold wind, just like the Warrior before. The Old Gods do not forgive easily.

#genuary13 #genuary #generative #pico8 #tweetcart

r,o,s=rnd,line,sin::_::?"\^1\^c7"
f=t()srand()for i=0,20do
x=r(24)+48y=r(16)+86a=r()d=.3+s(a+f+s(a*.7-f/6)^2/3)/19o(x,y,x,y,0)l=r{0,0,15}for j=0,l do
u=cos(d)v=s(d)x+=u*3y+=v*3d*=.94o(x,y)end
for j=7-l\2,7do
u*=.9v*=.9x+=u*2y+=v*2e=j%2*2-1o(x+(u-v*e)*2,y+(v+u*e)*2)end
end
goto _

Replied in thread

#genuary13 "wobbly functions" are so beautiful. they don't need much doing to them. i could look at them running on the tic80 for a long time. This is (constants picked pretty arbitrarily)

t=time()/678
for i=1,240 do
for a=0,2*m.pi,.1 do
x=i
y=5*m.sin(i/3+t+m.sin(i/5))+3*m.sin(t/i)+m.sin(t)^3
x1=x*m.sin(a)*6
y1=y*m.cos(a)*6
pix(120+x1,68+y1,5+a%4)
end end