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:

   - New looping? function. Contributed by @NightMachinary
   <https://github.com/NightMachinary> in #244
   <https://github.com/quil/quil/pull/244>.
   - Improved fullscreen support. #240
   <https://github.com/quil/quil/issues/240>.
   - Improved with-sketch and with-stroke macros. Contributed by @zck
   <https://github.com/zck>. Not it works both in Clojure and ClojureScript
   versions.
   - Removed the following functions: 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.
   - Documentation improvements by @Alex-Keyes
   <https://github.com/Alex-Keyes>.
   - Refactoring of snippets to use them in API docs. See #246
   <https://github.com/quil/quil/issues/246>.

Another change is improvements in API documentation on http://quil.info.
For each API function you can now see one or more examples of how to use
it. Examples are taken from the Quil tests and guaranteed to work. You can
also try and play with them online using "try example" button.

Example: http://quil.info/api/color/creating-and-reading#alpha

If you find confusing or puzzling examples - please report them using
"report example" button or file a bug on Quil repo or just send email to
clj-process...@googlegroups.com.

Happy hacking!

Mikita

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.

Reply via email to