Interactive drawings in webapp
Have you taken a look at the <canvas>
element? You'll have to do some abstraction for interaction and such, but it'll let you draw whatever you want.
https://developer.mozilla.org/en/canvas_tutorial
there are free apps that can do this for you. Here is one on the chrome store
https://chrome.google.com/webstore/detail/pcflmbddgcmomcfngehfhlajjapabojh
EDIT -- I have nothing to do with that app, but it seems particularly suited to what you are asking for...
精彩评论