I'm wanting to create various shapes in HTML pages and am looking for a decent javascript library to simplify the task. What type of js libraries exist for drawing shapes on the web?

I am familiar with Raphaƫl for SVG - but don't really know what else is out there for SVG or non-SVG drawing.

link|improve this question

78% accept rate
feedback

3 Answers

try processing.js - http://processingjs.org

link|improve this answer
I'm familiar with processing - speculatively how is it performance wise for a lot of shapes? – Gavin Miller Jul 7 '10 at 4:18
feedback

Canvas isn't to hard to use for basic shapes without a library. But it only isn't supported in IE yet. Though, I think IE9 is supposed to.

https://developer.mozilla.org/en/Canvas_tutorial

link|improve this answer
feedback

there are also following JS libraries:

jQuery SVG: http://keith-wood.name/svgRef.html

SVGKit: http://svgkit.sourceforge.net/index.html

Dojo GFX: http://docs.dojocampus.org/dojox/gfx/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.