Quil 1.7.0-SNAPSHOT available on clojars

24 views
Skip to first unread message

Nikita Beloglazov

unread,
Feb 1, 2014, 4:54:55 PM2/1/14
to clj-pro...@googlegroups.com
Hi Quillers

I've pushed out Quil 1.7.0-SNAPSHOT to clojars. This snapshot is built from master branch on github (commit). It's been a while since last release and few interesting features/bugs were fixed since 1.6.0.

New features/fixed bugs:
  • Switched to clojure 1.5.1.
  • Added with-graphics macro. Link.
  • Added on-close handler. Link.
  • Added mouse wheel listener. Link.
  • Fixed bezier-vertex function. Link.
  • Bug fix that allows to use no-loop and redraw functions. They simply didn't work. Link.
Feel free to play with it and leave feedback if something breaks when you switched from 1.6.0 to 1.7.0-SNAPSHOT.

Future Quil plans:

1. Clean up issues/pull requests. Make sure that nothing broke since 1.6.0.
2. Release 1.7.0.
3. Work on migration to Processing 2.x. See this issue.

Happy hacking!
Nikita

Nikita Beloglazov

unread,
Feb 1, 2014, 4:59:54 PM2/1/14
to clj-pro...@googlegroups.com
To use latest Quil use:

[quil "1.7.0-SNAPSHOT"]

Example:

(defproject my-quil-project "0.1"
  :dependencies [[org.clojure/clojure "1.5.1"]
                 [quil "1.7.0-SNAPSHOT"]])




--
You received this message because you are subscribed to the Google Groups "clj-processing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clj-processin...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Ricardo Sanchez

unread,
Feb 4, 2014, 4:15:58 PM2/4/14
to clj-pro...@googlegroups.com
Nice!

Looking forward to play with this new version

Thanks a lot
Reply all
Reply to author
Forward
0 new messages