
GraphicsJS
Free open-source JavaScript library for easily drawing HTML5 graphics and animation. It is lightweight and more powerful in terms of out-of-the-box features than the...
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