Experiments with P5.JS

p5.js is the most recent JavaScript implementation of the famous desktop creative coding environment Processing. It takes much of the power and ease of use of Processing and puts it into your browser. It helps you draw in canvas but also integrates with your web page, allowing your ‘sketch’ to respond to and manipulate the DOM.

p5.js takes away a lot of the headaches of animation and data visualization on the web and makes it super-simple to get up and running with animation using two simple functions: setup() and draw().