Processing.js: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
m fix incorrect link to art form using AWB |
||
Line 24: | Line 24: | ||
'''Processing.js''' is a Javascript port of [[Processing_(programming_language)|Processing]], a programming language used to write visualizations, images, and interactive content. <br />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 a Javascript port of [[Processing_(programming_language)|Processing]], a programming language used to write visualizations, images, and interactive content. <br />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|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]]). |
Processing.js is used as a Javascript library, it can render 2D and 3D content on the HTML [[Canvas_element|canvas element]], and is supported by the major browsers that have implemented this element (Currently the latest versions of Mozilla [[Firefox]], [[Opera (web browser)|Opera]], [[Safari (web browser)|Safari]] and Google [[Chrome]]). |
||
===External Links=== |
===External Links=== |
Revision as of 00:08, 27 August 2010
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).