nsreed / ouronote

Real-time collaborative whiteboard web app built with Angular, GUN, and paper.js.
17 stars 1 forks source link

pen lines 'jitter', occasionally losing segments #6

Closed nsreed closed 3 years ago

nsreed commented 3 years ago

If you draw too fast, the most recent portions of your line will jitter and occasionally replace your line with a straight line between the last "stable" line end and your cursor position. Likely due to faulty locking logic.

nsreed commented 3 years ago

Live path updates are disabled for now, opting to save paths at the end of each stroke. This should improve performance, and reliability, though I would like to introduce live strokes as an option.