Happy to announce Quil 2.8.0 release.
Quil is a Clojure/ClojureScript library for creating interactive drawings and animations.
The release available on clojars: https://clojars.org/quil. List of changes:
looping? function. Contributed by @NightMachinary in #244.with-sketch and with-stroke macros. Contributed by @zck. Not it works both in Clojure and ClojureScript versions.abs-int, abs-float, ambient-float, ambient-int, background-float, baackground-int, constrain-float, constrain-int, emissive-float, emissive-int, fill-float, fill-int, stroke-float, stroke-int, tint-float, tint-int. Only their counterpart without int/float left and work both in Clojure and ClojureScript.Happy hacking!
Mikita