h

Loading...

 
Showing posts with label processing. Show all posts
Showing posts with label processing. Show all posts

Sunday, March 28, 2010

Processing.js with Random lines

To dive a bit more into Pjs, I've just modified some existing example-scripts there a bit. A good starting point, I think. Watch the lab »

Sunday, March 21, 2010

processing.js? What?

The short description from the processing.js-site »: Processing.js (Oh man, I'll name that Pjs to simplify) is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Pjs uses Javascript to draw shapes and manipulate images on the HTML5 Canvas element.
The Processing language was created by Ben Fry and Casey Reas. In 2008, John Resig ported the 2D context of Processing to Javascript for use in web pages.

I'm planning to setup some Pjs-examples in here regularly. For some deeper information have a look on their site. It's worth it.