Technologies for writing a web program Paint

I would like to make a Paint program. Basically, I would like to emulate the Windows Paint program in a web application.

Functions that I really don't know how to implement:

  • drawing 2D shapes (line, circle, etc.) in a web browser
  • drag and drop
  • dynamically resize (preview preview when moving the mouse to resize)

I assume there will be HTML5, CSS3 and Javascript. I'm mostly wondering if there are any Javascript libraries that I could use to make my life easier.

Regards

+5
source share

All Articles