Re: Processing wrapper

2008-11-03 Thread Joel L
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

Re: Processing wrapper

2008-11-03 Thread fyuryu
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

Re: Processing wrapper

2008-11-02 Thread cranebird
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: >

Re: Processing wrapper

2008-09-11 Thread hoeck
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

Re: Processing wrapper

2008-09-09 Thread Ozzi Lee
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

Re: Processing wrapper

2008-09-08 Thread fyuryu
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

Re: Processing wrapper

2008-09-08 Thread fyuryu
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

Processing wrapper

2008-09-08 Thread fyuryu
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