Open main menu

CDOT Wiki β

Changes

Processingjs paper

878 bytes added, 14:31, 5 January 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 called sketches. 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. Thus, while it was possible to deliver visual content it would be difficult for to create Processing sketches to take full advantage of modern web api's.
The processing language introduced by Ben Fry and Casey Reas Processing.js is simple and elegent an open source, cross browser Javascript port of the Processing 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 It uses the world which had been previously developed using processing however, this is largely canvas element for rendering and does not something that is consistently delivered through a web pagerequire any plug-ins. This is due With the soon to be released IE 9, canvas will be available on the fact that processing was originally developed with Java IE platform and thus delivering Processing sketches required that delivered with processing.js will work on all the user install major browsers without any plugins. However, Processing.js is more than just a java pluginJavascript implementation of the Processing language. Furthermore It also enables the sketches themselves were self contained items as opposed to being part embedding of a other web pagetechnologies into processing sketches. That is, the elements This allows for rich web based applications that can interact not only with other parts of the Document Object Model (DOM) of a webpage could not interact with web page that it or vice versaresides on but also integrate data from existing web api's easily.
/*still need to talk about our key points in introduction*/