jquery - Create a simple drawing tool in HTML5? -
i'm working on project i'd give user possibility draw simple floor plan rooms, , stock maybe metadata (like room names).
i see that: - click on "add new room" - draw rectangle on screen (or maybe simple shape) - give name
i'd new what's best (and simplest) language use create kind of tool. html5+jquery? flash? there existing tool/plugin trick?
thanks help!
the simplest way in html5 canvas tag. use jquery mouse events.
if have access , experience flash though, best bet users more have flash html5.
if use html5, heres great documents
https://developer.mozilla.org/en/drawing_graphics_with_canvas
Comments
Post a Comment