Happy to announce Quil 2.2.5 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. This is a minor
release with only 2 changes:

   - Support "global-key-events" option for cljs sketch. It allows sketches
   to listen to all key events even if sketch doesn't have focus.
   - Use latest cljs capabilites to simplify setting up cljs project: no
   more externs, preamble and easy-to-use :none optimization level.

More about second change:

You no longer need to specify externs or preamble files in project.clj and
no need to include processing.js file on a page if you did. Everything will
be wired up automatically by clojurescript so advanced compilation is a
piece of cake now: just change optimizations to :advanced and that's all.

Using :none optimization level became easier: you no longer need to change
html page to switch between none and other level. quil-cljs template has
been updated to use :none so you can try it out to see how it works. Just
run "lein quil-cljs my-sketch".

Note that Quil 2.2.5 supports only clojurescript 0.0-2727 and above.

Documentation on http://quil.info has been updated as well.

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 clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to