Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

powerful javascript canvas libraries [closed]

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.

like image 783
Starx Avatar asked Aug 04 '10 03:08

Starx


People also ask

Is Fabricjs open-source?

js is a Javascript HTML5 canvas library. It is a fully open-source project with many contributions over the years.

Does canvas integrate with JavaScript?

<canvas> is an HTML element which can be used to draw graphics via scripting (usually JavaScript).

Which js is used for animation?

Three. js is the go-to library for creating 3D animated effects that you use in creative website development. Three. js removes the need for developers to learn about WebGL, and can instead focus on building interactive 3D effects without the complexity.

How many JavaScript libraries are there?

As we've said, JavaScript libraries are used to perform specific functions. There are around 83 of them, each created to serve some purpose, and we are going to cover some of their usability in this section.


2 Answers

Fabric.js looks pretty sweet.

like image 117
Cristian Sanchez Avatar answered Oct 24 '22 15:10

Cristian Sanchez


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.

like image 42
Moses Avatar answered Oct 24 '22 15:10

Moses