Other articles


  1. Week 15: Animation in Processing

    Class notes: week 15

    This week, we'll cover how animation works in Processing. The basic idea is that you define a function that is called every time a frame is drawn. Processing automatically manages the loop that repeatedly draws frames, and at the same time processes any events that ...

    read more