I'v been searching the Web for this one without any luck so far. Is it actually possible to make a movie from you custom drawings on a web page?
For example, using a jquery plugin to draw on canvas, after finishing with the drawing the user can click a button "make movie" and would have an animated movie from the drawing.
Is this even possible?
If it's not possible on client side, or there any options on server side: for example i would request an API on the server and i would send the info of all the vectors drawed (ordered in time) to my server which generates the movie and sends back a link?