Re: [ANN] Quil 2.3.0 Release

2015-12-03 Thread Boris Kourtoukov
On Tuesday, December 1, 2015 at 3:06:06 AM UTC-5, Nikita Beloglazov wrote:
> Happy to announce Quil 2.3.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:Migrated to Processing 3.0. See relevant Processing page.Switch to 
> Clojure 1.6. Makes it incompatible with Clojure 1.5.1.Optimizations in helper 
> seqs functions. See #160.Fix #161: don't draw text when no-fill is set.Fix 
> #115: bind *out* to REPL to make errors more visible when using emacs.Removed 
> few hints (due to Processing 3.0): :enable-retina-pixels, 
> :disable-retina-pixels, :enable-native-fonts, :disable-native-fonts.
> Documentation on http://quil.info has been updated as well.
> Upgrade to Processing 3.0 didn't introduce major API changes. The most 
> noticeable change is that now smooth and no-smooth functions must be called 
> inside new handler :settings (a cousin of :setup). See settings() 
> documentation for Processing.
> Happy hacking!
> Nikita

Thanks for this update Nikita! Processing 3.0 has had some great bug fixes and 
performance improvements. Can't wait to take advantage of them in Quil. :)

-- 
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.


[ANN] Quil 2.3.0 Release

2015-12-01 Thread Nikita Beloglazov
Happy to announce Quil 2.3.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:

   - Migrated to Processing 3.0. See relevant Processing page
   .
   - Switch to Clojure 1.6. Makes it incompatible with Clojure 1.5.1.
   - Optimizations in helper seqs functions. See #160
   .
   - Fix #161 : don't draw text
   when no-fill is set.
   - Fix #115 : bind *out* to REPL
   to make errors more visible when using emacs.
   - Removed few hints (due to Processing 3.0): :enable-retina-pixels,
   :disable-retina-pixels, :enable-native-fonts, :disable-native-fonts.

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

Upgrade to Processing 3.0 didn't introduce major API changes. The most
noticeable change is that now smooth and no-smooth functions must be called
inside new handler :settings (a cousin of :setup). See settings()
documentation  for
Processing.

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.