Changes

Jump to: navigation, search

Processingjs paper

143 bytes removed, 18:24, 5 January 2011
DOM Integration
*/
==DOM Integration==
What is this?Merging technologiesProcessing.js helps merge multiple new and emerging HTML5 technologies together to make design and production for the web easier. Processing.js It connects the processing language with web technologies such as WebGL, JavaScript, and the HTML5 canvas element, JQuery, and various web services such as the flickr api. More importantly the library Processing.js is built in such a way as to allow easy integration of new technologies to be added in at a later date and for the scope of the library to change as new technologies evolvethey emerge. In the future, other technologies During our development process we created many sketches that integrated experimental technology such as 3D audio, controller inputs, and HTML5 video integration could be added to the library to allow Processing sketches to integrate with themFirefox Audio API.-WebGL integration example paragraph- ==Demos== 
Image manipulation
Processing.js includes full support for pixel and color manipulation of images on the canvas element. Images can be resized, tinted, blended, copied, resized, or have filters and masks applied to them. Images can also be manipulated at the pixel level allowing for any level of image manipulation required. Images can also be created and filled from pieces of other images, the current canvas content, or have their pixels filled dynamically. This functionality allows for images to be created from external data that is passed into the processing sketch and visualized through code.

Navigation menu