Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
155
rated 0 times [  162] [ 7]  / answers: 1 / hits: 30910  / 13 Years ago, sat, august 20, 2011, 12:00:00

Is there a Javascript library which has built-in features for quickly creating a Paint-like web application using the canvas element?



EDIT: So, far, I have found Javascript libraries that allow easy animation of canvas elements -- such as Raphael JS -- and Javascript tutorials for creating simple Paint apps, but no robust libraries for Paint-like applications.



EDIT 2: I found a Javascript tutorial on a pretty nice looking Paint app using the canvas element. I'd still like to see what others have found.


More From » canvas

 Answers
6

There is processingJS, but as it is port of the JAVA bassed processing you write your code in javaish processing language. But after all you could create what an paint like app. Another framework is fabricJS which is also really great to work with canvas.


[#90510] Friday, August 19, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
claudiofredye

Total Points: 583
Total Questions: 101
Total Answers: 115

Location: Sao Tome and Principe
Member since Wed, Dec 29, 2021
2 Years ago
;