vote up 4 vote down star

When it comes to online or desktop presentation we've options like actionscript, java, picolo, flare, prefuse. Now choosing a perfect language for needs is subjective and depends on project. But if you've to choose Processing (language), then on what basis you'll choose? what are the pro's and con's of processing in your opinion?

flag

This question is not very well worded. What do you mean by 'processing' ? – Mark P Neyer Sep 21 at 14:25
Do you mean processing the programming language (processing.org) ? – Ed Harper Sep 21 at 14:50
@Ed, yes i mean that. I failed to give URL in my question. – Stark Sep 21 at 14:54

2 Answers

vote up 4 vote down check

Processing makes it (relatively) easy to visualize data. The website gives some hints about where / who is using it:

Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is an alternative to proprietary software tools in the same domain.

Look around on the website for demos, case studies and more information.

In my opinion, it is good if you want to draw graphics or even animations in a simple way, but it is not very well suited for programming GUIs.

link|flag
Yeah, i've gone through the presentations on site. But was unsure of selection on when to choose it. Cause sometimes i find flash faster than processing if you've less time for doing things. – Stark Sep 22 at 17:12
vote up 1 vote down

In my opinion, Processing is a great tool for data visualization applications (things like this: http://www.visualcomplexity.com/vc/). I've used in the past for such purpose, to display the difference between graph drawing algorithms.

It's definitely not a general purpose language, but I think it might be able to integrate it with Java.

link|flag
Indeed. From processing.org/faq#java : Processing code is converted to straight Java code (using the "preprocessor") when you hit the Run button. This also makes it possible to embed other Java code in your sketches, or use the core.jar file from the Processing distribution to develop your own sketches with other environments. – MatrixFrog Oct 14 at 18:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.