Looks nice. Also, it might need to be pointed out that we already have Processing without Java: processing.js. http://processingjs.org/
Which is uselessly slow on anything other than webkit.
Pyprocessing: Processing without Java.
11–20 of 22 posts
Re: Pyprocessing: Processing without Java.
#12What about NodeBox? http://nodebox.net
Not cross platform.
Re: Pyprocessing: Processing without Java.
#13So I like this idea, the project looks pretty cool, but the name... Wasn't it already taken by a project that jnoller forked into multiprocessing? I mean, seriously, does no one google project names anymore?
Re: Pyprocessing: Processing without Java.
#14What about NodeBox? http://nodebox.net
Re: Pyprocessing: Processing without Java.
#15Why is without "Java" a feature. It makes it not run in a browser and I doubt I could speed-wise make something like this with it. It's made in ordinary processing (and it runs in a browser). http://www.youtube.com/watch?v=aACBSRG5ywM
I don't object the creation of processing in yet another language. I just slightly object this title.
Re: Pyprocessing: Processing without Java.
#16You could call it without JVM. You are not programming ordinary Processing in Java but ~in~ Processing. Why is without "Java" a feature. It makes it not run in a browser and I doubt I could speed-wise make something like this with it. It's made in ordinary processing (and it runs in a browser). http://www.youtube.com/watch?v=aACBSRG5ywM I don't object the creation of processing in yet another language. I just slightl…
For starters, Java and thus by extension processing doesn't allow funargs and is constrained by it's verbosity. For anything other than basic Sketches, this is a huge disadvantage for something that claims to be an educational tool.
Re: Pyprocessing: Processing without Java.
#17You could call it without JVM. You are not programming ordinary Processing in Java but ~in~ Processing. Why is without "Java" a feature. It makes it not run in a browser and I doubt I could speed-wise make something like this with it. It's made in ordinary processing (and it runs in a browser). http://www.youtube.com/watch?v=aACBSRG5ywM I don't object the creation of processing in yet another language. I just slightl…
Processing is a subset of Java. For starters, Java and thus by extension processing doesn't allow funargs and is constrained by it's verbosity. For anything other than basic Sketches, this is a huge disadvantage for something that claims to be an educational tool.
With that out of the way: it's worth noting that someone put together a Scala version of Processing, which addresses the lack of functional goodness in Java while still using the "normal" Processing library (maybe even the environment?): http://technically.us/spde/About
As an educational tool, you could do a lot worse than introducing people to Java, though, since if they ever plan to work, it's probably what they'll be stuck coding.
And for all its limitations power-wise, I've seen far better (and far more) data visualizations come out of Processing than anywhere else (data viz is probably the #1 use case, since graphic/animation work is made very painless), so they're clearly doing something right...
Re: Pyprocessing: Processing without Java.
#18You could call it without JVM. You are not programming ordinary Processing in Java but ~in~ Processing. Why is without "Java" a feature. It makes it not run in a browser and I doubt I could speed-wise make something like this with it. It's made in ordinary processing (and it runs in a browser). http://www.youtube.com/watch?v=aACBSRG5ywM I don't object the creation of processing in yet another language. I just slightl…
Processing is a subset of Java. For starters, Java and thus by extension processing doesn't allow funargs and is constrained by it's verbosity. For anything other than basic Sketches, this is a huge disadvantage for something that claims to be an educational tool.
In practice, Processing is by far the best thing going for creating interactive ad hoc visualizations. Fluency in processing imparts enormous viz power. It is really liberating. I pretty much only write Java when I do Processing (and some Pig stuff), and I don't mind it at all - despite not loving Java.
Using a JVM is a huge advantage because you can embed your applets in web pages and interact with the rest of the page via JS. Jython would be cool.
Processing : Viz as Perl : CSV
Re: Pyprocessing: Processing without Java.
#19Earlier quoted context omitted.
Processing is a subset of Java. For starters, Java and thus by extension processing doesn't allow funargs and is constrained by it's verbosity. For anything other than basic Sketches, this is a huge disadvantage for something that claims to be an educational tool.
First, the nitpick: Processing isn't quite a subset of Java, it actually both supports full Java syntax (if a tab is named .java, it's processed as a plain old Java file) and adds a few syntax preprocessings of its own apart from wrapping everything into a Java class (one example: numbers don't have to have f at the end to be interpreted as floats). With that out of the way: it's worth noting that someone put togethe…
Re: Pyprocessing: Processing without Java.
#20So I like this idea, the project looks pretty cool, but the name... Wasn't it already taken by a project that jnoller forked into multiprocessing? I mean, seriously, does no one google project names anymore?
Given the API they are mirroring, they couldn't have named it anything else.