views:

199

answers:

4

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 very less effects.

+1  A: 

Here you may find what you're looking for.

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

StudiousJoseph
I have already googled @studiosjoseph, I want to know from the users who have actually used canvas libraries
Starx
Have you used a canvas library before, if you have which do you think is more powerful among them
Starx
+1  A: 

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.

Moses
As far as I can tell, Starx asked first! Good catch on tracking down a well answered SO though!
Ryley
Heh, didn't actually notice how old this thread was.
Moses
+1  A: 

Fabric.js looks pretty sweet.

CD Sanchez
A: 

Google Web Toolkit (GWT) is pretty useful. You write your programs in JAVA and it converts your code into javascript and html. Easy to deploy and use. It can be found here.

Can you describe how this relates to the Canvas tag?
Ryley