Which JavaScript graphics library has the best performance?
Posted
by DNS
on Stack Overflow
See other posts from Stack Overflow
or by DNS
Published on 2009-03-23T23:22:10Z
Indexed on
2010/04/26
4:33 UTC
Read the original article
Hit count: 245
I'm doing some research for a JavaScript project where the performance of drawing simple primitives (i.e. lines) is by far the top priority.
The answers to this question provide a great list of JS graphics libraries. While I realize that the choice of browser has a greater impact than the library, I'd like to know whether there are any differences between them, before choosing one.
Has anyone done a performance comparison between any of these?
© Stack Overflow or respective owner