CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 10:36:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100328211339
location: https://web.archive.org/web/20100328211339/https://github.com/jeresig/processing-js
server-timing: captures_list;dur=0.512523, exclusion.robots;dur=0.035998, exclusion.robots.policy;dur=0.006640, esindex;dur=0.008136, cdx.remote;dur=5.596681, LoadShardBlock;dur=221.897903, PetaboxLoader3.datanode;dur=94.776589, PetaboxLoader3.resolve;dur=32.888268
x-app-server: wwwb-app239
x-ts: 302
x-tr: 342
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 10:36:49 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 28 Mar 2010 21:13:39 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "a1775e63959dbfe8e470589002927846"
x-archive-orig-x-runtime: 191ms
x-archive-orig-content-length: 29921
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 28 Mar 2010 21:13:39 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 25 Dec 2008 16:38:11 GMT", ; rel="prev memento"; datetime="Fri, 26 Mar 2010 04:25:22 GMT", ; rel="memento"; datetime="Sun, 28 Mar 2010 21:13:39 GMT", ; rel="next memento"; datetime="Fri, 28 May 2010 17:16:08 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 14:41:40 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_15_20100328204616_crawl103_IndexOnly-c/51_15_20100328211041_crawl101.arc.gz
server-timing: captures_list;dur=0.553427, exclusion.robots;dur=0.018403, exclusion.robots.policy;dur=0.006804, esindex;dur=0.010119, cdx.remote;dur=13.323964, LoadShardBlock;dur=83.405067, PetaboxLoader3.datanode;dur=103.090029, load_resource;dur=98.151297, PetaboxLoader3.resolve;dur=60.303437
x-app-server: wwwb-app239
x-ts: 200
x-tr: 282
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
jeresig's processing-js at master - GitHub
jeresig / processing-js
- Source
- Commits
- Network (77)
- Downloads (5)
- Wiki (7)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
README
P R O C E S S I N G . J S - 0 . 7 . 1 a port of the Processing visualization language ////////////////////////////////////////////////////////////////////////////// License MIT (see included LICENSE) Original Author John Resig: https://ejohn.org see included AUTHORS file for contributer list Web Site https://processingjs.org Java Version https://processing.org Github Repo. https://github.com/jeresig/processing-js Bug Tracking https://processing-js.lighthouseapp.com Mozilla POW! https://wiki.Mozilla.org/Education/Projects/ProcessingForTheWeb Maintained by Seneca https://zenit.senecac.on.ca/wiki/index.php/Processing.js Hyper-Metrix https://hyper-metrix.com/#Processing BuildingSky https://weare.buildingsky.net/pages/processing-js IMPORTANT! - NOTE FOR DEVELOPERS Please read the guidelines before pushing your code to the repository. The function(s) you are working on may already be finished and queued for push. GUIDELINES https://processing-js.lighthouseapp.com/projects/41284/project-workflow IRC CHANNEL Join the development team at irc://irc.mozilla.org/processing.js for more info Processing.js is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Processing.js uses Javascript to draw shapes and manipulate images on the HTML5 Canvas element. The code is light-weight, simple to learn and makes an ideal tool for visualizing data, creating user-interfaces and developing web-based games. The Processing language was created by Ben Fry and Casey Reas. It evolved from ideas explored in the Aesthetics and Computation Group at the MIT Media Lab and was originally intended to be used in a Java run-time environment. In the Summer of 2008, John Resig ( inventor of jQuery ), ported the 2D context of Processing to Javascript for use in web pages. Much like the native language, Processing.js is a community driven project, and continues to grow as browser technology advances. ////////////////////////////////////////////////////////////////////////////// PLATFORM AND BROWSER COMPATIBILITY Processing.js is explicitly developed for and actively tested on browsers that support the HTML5 <Canvas> element. Processing.js runs in FireFox, Safari, Chrome and Opera but is not currently supported in Internet Explorer. Processing.js aims for 100 percent compatibility across all supported browsers; however, differences between individual canvas implementations may give slightly different results in your sketches. Implementing Processing.js in Flash or Silverlight is not recommended, as Java already occupies the browser plug-in space for this library. For users wishing to run Processing.js in Silverlight, see Paul Irish's Silverlight implementation. Using Internet Explorer Canvas with Processing.js typically results in unusable frame-rates for moderately complex visualizations. //////////////////////////////////////////////////////////////////////////////