Processing.js
processing.js is an open programming language, port of the processing visualization language, for people who want to program images, animation, and interactions for the web without using flash or java applets. processing.
Open source vector graphics scripting framework that runs on top of the HTML5 Canvas.
paper.js is an open source vector graphics scripting framework that runs on top of the html5 canvas. it offers a clean scene graph / document object model and a lot of powerful functionality to create and work with vector graphics and bezier curves, all neatly wrapped up in a well designed, consistent and clean programming interface.
features
document object modelpaper.js provides a document object model (also called a scene graph) that is very easy to work with. create a project and populate it with layers, groups, paths, rasters etc.
paths & segmentspaper.js makes is very easy to create paths and add segments to them. after adding, the segments can be easily inspected, manipulated, moved around, removed etc.
mouse interactionpaper.js offers mouse handlers for the different actions you can perform with a mouse (or touch screen). you can use these handlers to produce different types of tools that have different ways of reacting to mouse interaction and movement.
keyboard interactionpaper.js allows you to interact with the keyboard in two ways: you can either intercept key events and respond to these, or you can check the state of a given key at any moment, to see if it is pressed or not.
Official Website
GitHub
Twitter
svg vector-graphics visualization javascript-development animation art interactive