user2132190
user2132190

Reputation: 465

Pixi.js vs Konva.js vs D3.js

I'm a graphics noobie and need help understanding the capabilities of the various javascript 2D libraries. . .

All I understand at this point is that Pixi is a WebGL library, and so you get faster rendering via GPU. But, I don't know how to describe what Konva does / how it works.

Any help with lingo etc would be immensely appreciated!

Upvotes: 12

Views: 15726

Answers (1)

lavrton
lavrton

Reputation: 20373

It all depends on your use case. What exactly do you want to draw?

There are many other similar libraries for every use case. If you are not sure - just make a small prototype with each framework. You will see what works better for you.

Upvotes: 34

Related Questions