Changes

Jump to: navigation, search

Processingjs paper

585 bytes added, 19:05, 4 January 2011
SIGGRAPH 2011
=SIGGRAPH 2011=
 
==Introduction==
Data visualization in a webpage beyond images typically required some sort of plug-in. However due to security concerns and general wariness to plugins, they are not the most effective means to deliver content. Furthermore there are often some platform where a plugin does not exist or cannot exist. Even Flash which is one of the most ubiquitous visual environments are not available on every platform. The only real solution to web delivery of rich graphics is to integrate it into native browser technology.
The processing language introduced by Ben Fry and Casey Reas is simple and elegent language for data visualization that is used by artists, educators as well as commercial media to delivery rich graphical content. There is a large body of work around the world which had been previously developed using processing however, this is largely not something that is consistently delivered through a web page. This is due to the fact that processing was originally developed with Java and thus delivering Processing sketches required that the user install a java plugin. Furthermore the sketches themselves were self contained items as opposed to being part of a web page. That is, the elements of the Document Object Model (DOM) of a webpage could not interact with it or vice versa.
The processing language introduced by Ben Fry and Casey Reas is simple and elegent language for data visualization. Traditionally, to display works made in processing on a webpage required a java applet and plugin.
Processing.js seamlessly integrates web technologies with the processing language to provide an accessible framework for multimedia web applications.

Navigation menu