强大的 JavaScript 画布库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3402316/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
powerful javascript canvas libraries
提问by Starx
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.
作为一个简单的javascript库,我们有非常强大的jquery。但是我想知道在可用性、灵活性和多功能性方面有哪些强大的画布库。
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.
我发现拉斐尔很有趣,但我发现它的影响较小。所以我正在寻找一个具有很多动画效果和灵活性的画布库,可以使用 SVG 和画布元素。
回答by Moses
You are essentially asking the same question asked here. That will give you a good idea of what stackoverflow users use.
您实际上是在问这里提出的相同问题。这将使您对 stackoverflow 用户使用的内容有一个很好的了解。
You can also refer to thislink to see the top 10 best open javascript libraries.
您还可以参考此链接查看 10 个最佳开放 javascript 库。
I take into consideration both links and weigh them against the performance needs of your application.
我会考虑这两个链接,并将它们与您的应用程序的性能需求进行权衡。

