Just had a quick play with the example you provide, good fun. Almost
impossible to believe, but I think you're on the way to making working
with processing even more interactive!
On Sep 8, 10:43 pm, fyuryu <[EMAIL PROTECTED]> wrote:
> Hi all, I've written a wrapper for Processing.org. It covers m
Thanks, fixed.
-- Roland
On Nov 2, 4:49 am, cranebird <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Thank you for your good wrapper for processing. I think it makes
> simplify to use PApplet class in clojure.
> I found 'stroke-weight in processing.clj may be wrong - I think it
> should call strokeWeight
Hi,
Thank you for your good wrapper for processing. I think it makes
simplify to use PApplet class in clojure.
I found 'stroke-weight in processing.clj may be wrong - I think it
should call strokeWeight instead of strokeJoin.
Best regards,
On Sep 9, 8:28 am, fyuryu <[EMAIL PROTECTED]> wrote:
>
Wow, cool, thanks!
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For mo
Well, let me be the first to say, this looks awesome. Hopefully I can
find some time to dig into it soon.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to clojure@g
It's on github now (worked from linux...)
http://github.com/rosado/clj-processing
Roland
--~--~-~--~~~---~--~~
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
Sorry, forgot the link: http://bit.ly/3ZT3ZG
I wanted to put it on github, but windows/ssh/git don't want to
cooperate.
Roland
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group
Hi all, I've written a wrapper for Processing.org. It covers most of
the functions, some have slightly changed name. You need to have
processing's core.jar in the CLASSPATH to use it.
There's an example script with an amazing graphics demo. It works as a
standalone script but it's more fun via ed