vote up 2 vote down star
1

I'm looking to hear others experiences with SVG + Javascript Frameworks.

Things that I'd like the framework to handle - DOM creation, event handling and minimal size.

Jquery SVG plugin - http://keith-wood.name/svg.html seems to be the only one I can find.

flag

4 Answers

vote up 3 vote down

Raphael is a javascript framework for manipulating vector graphics, either with SVG or VML, depending on what the browser supports.

link|flag
vote up 1 vote down

A lot of useful information in the "Scripting SVG" question.

-Adam

link|flag
vote up 0 vote down

Do you need SVG or just vector-like graphics manipulation? John Resig ported the "Processing" visualization language to JavaScript. I never used it, but from the creator of jQuery it may help you out if you don't actually require SVG.

http://ejohn.org/blog/processingjs/

link|flag
vote up 0 vote down

I haven't used it yet, but i bookmarked PlotKit some time ago because it's a javascript framework that generates svg

link|flag

Your Answer

Get an OpenID
or

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