quil

Zac Bir 2019-10-07T18:27:57.004400Z

Question about using q/update-state: if I want to produce exactly 30 frames, what’s the best way to establish an end state to the q/defsketch runner?

Zac Bir 2019-10-07T18:31:49.005700Z

Alternately, I suppose I could leave out the :middleware [m/fun-mode] and :update update-state options and do all my drawing in my :draw function in a loop?

Zac Bir 2019-10-07T20:08:37.006100Z

Seems just removing the :update option is enough.