Jump to content

Processing.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Adarvem (talk | contribs)
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
Processing.js logo
LanguageJavascript
Original CreatorJohn Resig
LicenseMIT
Current Release0.9.7 / August 16 2010
Websitehttp://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).