15

As a simple javascript library, we have jquery which is very powerful. But I want to know which are some of the powerful canvas library in terms of usability, flexibility and versatility.

I found Raphael to be pretty interesting, but I found it has less effects. So I am looking for a canvas library with has a lot animation effects and flexibility working with SVG and canvas elements.

James Z
  • 12,209
  • 10
  • 24
  • 44
Starx
  • 77,474
  • 47
  • 185
  • 261
  • This closure seems to be misunderstood. Editing and voting to reopen. – Starx Oct 18 '12 at 19:26
  • 5
    My vote to reopen too. Good answers to these questions mean finding the correct libraries, which can save days if not months of someone's time. – Curious2learn Nov 30 '12 at 01:07

3 Answers3

10

Fabric.js looks pretty sweet.

Cristian Sanchez
  • 31,171
  • 11
  • 57
  • 63
8

You are essentially asking the same question asked here. That will give you a good idea of what stackoverflow users use.

You can also refer to this link to see the top 10 best open javascript libraries.

I take into consideration both links and weigh them against the performance needs of your application.

Community
  • 1
  • 1
Moses
  • 9,033
  • 5
  • 44
  • 67
2

Here you may find what you're looking for.

The list presents a good selection of JavaScript Drawing and Canvas Libraries.

Jose Diaz
  • 5,353
  • 1
  • 31
  • 29
  • I have already googled @studiosjoseph, I want to know from the users who have actually used canvas libraries – Starx Aug 04 '10 at 03:18
  • Have you used a canvas library before, if you have which do you think is more powerful among them – Starx Aug 04 '10 at 03:20