RoCanvas.js
This is my latest hobby project – a Javascript library for creating interactive drawing boards. RoCanvas is not new, but initially it was a HTML5 “component” which wasn’t a good idea, because integration is harder and has more constraints. So I decided to follow the approach of apps like CKEDITOR and make it a Javascript class. So you create an instance, call function on the class and this converts existing Canvas element into a RoCanvas board. Various settings are available. Have a look at the docs linked above so I don’t rewrite the same stuff here.
There is a lot to do, plenty of known issues, and lots of ideas for the future. Of course as it’s not a business project at this time I don’t know when I will have time to continue.
Sharing it here so more people can see it and maybe find it useful. If you have any suggestions or forks, they are most welcome.
Filed under: Technology Made Simple