-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Here's an idea.
In theory, using javascript and a canvas element one could render the raw data stream in the browser.
This would make the proxy mode redundant and give flexibility: for example one could try to send only updated parts with coordinates and the js would only redraw the interested region of the canvas.
Device events could be used to identify the affected region (i.e. the one around the pen events) and for good measure a whole frame can be sent at regular intervals.
I have no idea if this attacks the real bottlenecks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels