Looking for a 2D Drawing Library for Web Development

0
8
Asked By User1234 On

I'm looking for recommendations on a 2D drawing library for web development. I'm interested in building something akin to a whiteboard app where I can zoom into various shapes, text, and graphics. Is it okay to use three.js just for 2D elements, or would that be overkill? I've also tried using pixi.js, but I've noticed that it has some issues with blurry edges and unclear text. I've heard about SVG as well—what do you think?

1 Answer

Answered By ArtfulCoder88 On

Have you thought about using the Canvas API? It's a straightforward option for 2D rendering and might suit your needs without the overhead of a larger library.

WhiteboardMaster -

But isn't Canvas API not WebGL? I worry about performance when rendering multiple 2D elements.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.