John Resig has ported the Processing visualization language to JavaScript, using the Canvas element called The Processing Language. The first portion of the project was writing a parser to dynamically convert code written in the Processing language, to JavaScript. This involves a lot of gnarly regular expressions chewing up the code, spitting it out in a format that the browser understands. The language includes a number of interesting aspects as follow.
The second portion of the project is the full 2d Processing API. This includes all sorts of different methods:
The full source code of The Processing Language is contained within a single file. It comes in at about 5000 lines, compresses down to less than 10kb. It is licensed under MIT license.
Requirements: -
Demo: http://dev.jquery.com/~john/processing.js/examples/basic/
License: MIT License




Great tool im gonna try it…. by the way “The full source code of The Processing Lanugage is… ” err “*Language”
@ Santiago
It has been fixed. Thanks for reporting.
Seems interesting. Thanks!
RSS feed for comments on this post · TrackBack URI