@codeurdreams 1deg:bg"black":stroke 10:cls 2fori=0to 179step 2 3ly=330-i:w=sqrt(sin(i))*100 4fg"hsl",210,1,0.75-(abs(i-90)/180)*.75 5forj=0to 360step 10 6x=320+w*cos(j):y=ly+5*sin(j)*(w/10) 7ifj=0:movex,y:else:drawx,y:end 8next:next:bg:fg:repeat:loop
1
0
0
0
0
@jthecoder Run and edit live at: atto.devicefuture.org/?code=1deg%3Ab…
@codeurdreams 1deg:bg"black":stroke 10:cls 2fori=0to 179step 5 3ly=330-i:w=sqrt(sin(i))*100 4fg"hsl",210,1,0.75-(abs(i-90)/180)*.75 5forj=0to 360step 20 6x=320+w*cos(j):y=ly+5*sin(j)*(w/10) 7ifj=0:movex,y:else:drawx,y:end 8next:next:bg:fg:repeat:loop
@jthecoder Run and edit live at: atto.devicefuture.org/?code=1deg%3Ab…