andunslg
andunslg

Reputation: 791

What is the best JQuery library for drawing shapes in HTML5?

I am trying to implement a drawing Web UI(Which is like MS Paint) in HTML5. I have started to work with the HTML5 canvas and with some libraries. I have tried to use http://kineticjs.com/ and http://raphaeljs.com/ to do the task. Is there a other good library like that to do the task? Or using canvas to implement this is correct?

Upvotes: 0

Views: 3560

Answers (1)

rab
rab

Reputation: 4144

check this site, it's from John Resig.

http://processingjs.org/

Upvotes: 1

Related Questions