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?
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?
Seems just removing the :update
option is enough.