Fork me on GitHub
#quil
<
2019-10-07
>
Zac Bir18:10:57

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 Bir18:10:49

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 Bir20:10:37

Seems just removing the :update option is enough.