Happy to announce Quil 2.2.6 release. Quil is a Clojure/ClojureScript library for creating interactive drawings and animations. Github repo <https://github.com/quil/quil>.
The release available on clojars: https://clojars.org/quil. Changes: - Fix bug with hex colours. Issue #71 <https://github.com/quil/quil/issues/71>. - Make with-translation and with-rotation macros handle exceptions properly. Issue #154 <https://github.com/quil/quil/issues/154>. (thanks to rbuchmann <https://github.com/rbuchmann>) - Fix blend-color function in cljs. Issue #156 <https://github.com/quil/quil/issues/156>. - Add Navigation 2D middleware. See docs <https://github.com/quil/quil/blob/master/src/cljx/quil/middleware.cljx#L93> . - Pass draw/update/other functions by name, not by value in cljs to make live-reloading easier (for example with figwheel). Happy hacking! Nikita -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
