cjtype’s avatarcjtype’s Twitter Archive—№ 3,057

    1. #drawbotsnippet ⚠️🎆😵🎇⚠️ def d(): for i in range(90): line((0,0),(50,50)) rotate(4) t = translate for f in range(60): scale(10) t(25,25) x=f&1 y=abs(x-1) stroke(y,0,x) d() stroke(x,0,y) t(50,50) d() newPage() saveImage("~/Desktop/🎆🎇.gif")
  1. …in reply to @cjtype
    ⚠️ this drawbotapp script makes a quickly flashing gif and saves it to your desktop. Use with caution. I like this kind of optical effect, but I realize it can be annoying to others. Sorry for posting the flashing image before, I just got excited that it was even possible ⚠️