Russell Cameron Thomas
PhD Candidate
George Mason University
  1. Proof of Concept  80%
    Just some code proving that ps.js works on this workbench, along side WebPPL.

  2. Interactive p5.js Codebox  40%
    Demonstrates an interactive codebox for p5.js – a Javascript version of Processing.

Other Resources

A. p5.js – a JavaScript library that starts with the original goals of Processing, and including the metaphor of a software sketchbook. p5.js has a full set of drawing functionality extending to the whole browser page. p5.js has addon libraries that make it easy to interact with other HTML5 objects, including text, input, video, webcam, and sound.

B. ProcessingProcessing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. It implemented as a domain-specific language built on Java.