CollabSketch Add-on - Vaadin Add-on Directory
Collaborative Sketch Add-on for VaadinThe widget allows drawing into same collaborative sketching canvas for multiple users and each of them will be assigned with their own color. When anyone of the users edit the sketch its automaticly pushed for all the other users.
When you use this component you should handle CollabSketchLineContainer-class and share it between each instance of the server-side component. If you want to share the canvas for all the users you should make the CollabSketchLineContainer-instance as singleton.
Source CodeIssue Tracker
CollabSketch Add-on version 0.0.1
This widget is in alpha state. Main features:
- Concurrent and collaborative use of HTML Canvas for Chrome
- Automatic push without need of client side activity
- Selecting the size of the canvas
- Touch handling for mobile devices
- Clearing the whole canvas
- Feature to save image as file