Bookmark and Share
Showing posts with label processing. Show all posts
Showing posts with label processing. Show all posts

Wednesday, June 29, 2011

Processing.js is emerging….

Processing.js is the porting of processing language on the HTML5 world.

You can use it in two ways: using the original processing code, a dialect of the java language translated on the fly by the processing JavaScript code or using the processing.api.js file, writing only JavaScript.

The Processing language was born based on a great idea: enable programmers with only one line of code to see something on the video.

Processing language is like a Lego game, you have bricks and you can create great works using only a few of them.

Here is a great site using processing: http://numberpicture.com/picture/search

image

And here is the official processing site: http://processingjs.org/

image

Note that the header in the web site is “interactive” !