ra’s avatarra’s Twitter Archive—№ 28,323

  1. continuing to experiment with functional graphics, this time: brownian motion
    oh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @ra
      start defines the start state of the sketch, update defines how to change the state each frame, draw defines how to render the state
      1. …in reply to @ra
        sketch state is advanced by functions returning values, not by mutating global state