I came across this excellent HTML5 vector drawing scripting library called paper.js.
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.
See some wonderful examples here:
http://paperjs.org/examples/
Download source from here at github
https://github.com/paperjs/paper.js
0 comments:
Post a Comment