cyclegtx
10/7/2019 - 5:22 PM

旋转圆环

--url:https://twitter.com/lucatron_/status/1179029716608487424
function _draw()
for i=0,666 do
x=rnd(128)
y=rnd(128)
line(x,y,x+20,y+10,7)
end
for i=0,2 do
if t()*2/3%3>=i then
l=53-i*22
for a=0,63 do
b=a/64
circfill(64+cos(b)*l*sin(-t()/3),64+sin(b)*l,(7.5-i)/(1+cos(b)*cos(t()/3)*l/170),0)
end end end end