Jump to content

Processing.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
merge proposal to Processing
Citation bot (talk | contribs)
Alter: isbn. Upgrade ISBN10 to ISBN13. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | Linked from User:BrownHairedGirl/Articles_with_bare_links | #UCB_webform_linked 1461/2191
Line 47: Line 47:
|publisher = A K Peters/CRC Press
|publisher = A K Peters/CRC Press
|pages = 955
|pages = 955
|isbn = 1-56881-716-9
|isbn = 978-1-56881-716-3
|url = http://www.crcpress.com/ecommerce_product/product_detail.jsf?isbn=9781568817163
|url = http://www.crcpress.com/ecommerce_product/product_detail.jsf?isbn=9781568817163
|url-status = dead
|url-status = dead
Line 63: Line 63:
| publisher = Make
| publisher = Make
| pages = 208
| pages = 208
| isbn = 1-4493-7980-X
| isbn = 978-1-4493-7980-3
| url =
| url =
}}
}}
Line 74: Line 74:
| publisher = [[O'Reilly Media]]
| publisher = [[O'Reilly Media]]
| pages = 736
| pages = 736
| isbn = 0-596-15414-3
| isbn = 978-0-596-15414-1
| url = http://oreilly.com/catalog/9780596154141/
| url = http://oreilly.com/catalog/9780596154141/
}}
}}
Line 85: Line 85:
| publisher = [[John Wiley & Sons|Wiley]]
| publisher = [[John Wiley & Sons|Wiley]]
| pages = 384
| pages = 384
| isbn = 0-470-37548-5
| isbn = 978-0-470-37548-8
| url = http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470375485.html
| url = http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470375485.html
}}
}}
Line 100: Line 100:
|publisher = The MIT Press
|publisher = The MIT Press
|pages = 736
|pages = 736
|isbn = 0-262-18262-9
|isbn = 978-0-262-18262-1
|url = http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=11251
|url = http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=11251
|url-status = dead
|url-status = dead
Line 114: Line 114:
| publisher = [[O'Reilly Media]]
| publisher = [[O'Reilly Media]]
| pages = 382
| pages = 382
| isbn = 0-596-51455-7
| isbn = 978-0-596-51455-6
| url = http://oreilly.com/catalog/9780596514556/
| url = http://oreilly.com/catalog/9780596514556/
}}
}}
Line 125: Line 125:
|publisher = friends of ED
|publisher = friends of ED
|pages = 840
|pages = 840
|isbn = 1-59059-617-X
|isbn = 978-1-59059-617-3
|url = http://friendsofed.com/book.html?isbn=159059617X
|url = http://friendsofed.com/book.html?isbn=159059617X
|url-status = dead
|url-status = dead
Line 139: Line 139:
| publisher = Morgan Kaufmann
| publisher = Morgan Kaufmann
| pages = 450
| pages = 450
| isbn = 0-12-373602-1
| isbn = 978-0-12-373602-4
| url = http://www.learningprocessing.com/
| url = http://www.learningprocessing.com/
}}
}}

Revision as of 06:30, 22 November 2021

Processing.js
Original author(s)John Resig
Developer(s) Seneca CDOT
Initial release2008; 17 years ago (2008)
Final release
1.6.6 / March 5, 2017; 8 years ago (2017-03-05)
Repository
Written inJavaScript
Successorp5.js
Size61 KB (gzipped) / 209 KB (production) / 754 KB (development)
TypeWeb application framework
LicenseMIT
Websiteprocessingjs.org

Processing.js is a discontinued JavaScript port of Processing, a framework designed to write visualisations, 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 plugin.

Processing.js was originally created to allow existing Processing developers and existing code to work unmodified on web. Processing.js used JavaScript to render 2D and 3D content on the HTML canvas element, and was supported by browsers that have implemented this element (the latest versions of Mozilla Firefox, Opera, Internet Explorer, Safari and Google Chrome).

The development of Processing.js was started by John Resig and then picked up by the CDOT group at Seneca College after its initial release in 2008. A team of students and professors finished the porting work to get Processing.js to parity with the Processing v1.0 API, fixing more than 900 bugs, shipping 12 releases, and creating a vibrant community in the process. The project was run through a partnership between the Mozilla Foundation and Seneca College, led by David Humphrey, Al MacDonald, and Corban Brook.

Processing.js development was moved to GitHub in February of 2010, receiving contributions from 58 individuals, and was kept at parity with Processing up to its API version 2.1 release. The project was discontinued in December of 2018, two years after active development on it had stopped.

Lauren McCarthy created p5.js,[1] a native JavaScript alternative and successor to Processing.js that has the official support of the Processing Foundation. McCarthy also teaches an introductory course to p5.js on Kadenze.

See also

References