3 ms·
I think I sussed out the secret sauce from that Benq website. They're using the experimental getCoalescedEvents [1] function to uncollapse the mouse events! [
by itsajoke 6y ago
I think I sussed out the secret sauce from that Benq website. They're using the experimental getCoalescedEvents [1] function to uncollapse the mouse events!
[1] https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/getCoalescedEvents https://developer.mozilla.org/en-US/docs/Web/API/PointerEven...
- codezero 6y agoI’ve seen some systems use a Bézier curve to a make a realistic stroke with limited data points.