Processing.js
Appearance
Processing.js logo | |
Language | Javascript |
---|---|
Original Creator | John Resig |
License | MIT |
Current Release | 0.9.7 / August 16 2010 |
Website | http://processingjs.org |
Processing.js is a Javascript port of Processing, a programming language used to write visualizations, images, and interactive content.
It allows web browsers to display animations, visual applications, games and other graphical rich content without the need for a Java Applet or Flash plug-in.
Processing.js is used as a Javascript library, it can render 2D and 3D content on the HTML canvas element, and is supported by the major browsers that have implemented this element (Currently the latest versions of Mozilla Firefox, Opera, Safari and Google Chrome).