Skip to content

Commit

Permalink
slow everything down just a little
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Sep 3, 2023
1 parent 959faad commit 2b94747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/eliptics.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
:rate-base rate-base}))

(defn update-state [state]
(assoc state :t (* 0.001 (q/millis))))
(assoc state :t (* 0.001 (q/millis) (/ 5 7))))

;; invert/overlay a black circle underneath to sketch against?
(defn draw [{:keys [t rate-base]}]
Expand Down

0 comments on commit 2b94747

Please sign in to comment.