You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 3D bezier curves instead of lines would allow for:
Simplification of lines (less space complexity)
Smoothing lines and pressure
"Perfect" collision detection for eraser
... potentially more
This is probably not gonna happen for a while (maybe for 1.0), since the current approach works well enough for our use-case, but we're always happy about PRs
The text was updated successfully, but these errors were encountered:
or maybe integrate https://github.com/steveruizok/perfect-freehand-dart ?
that would allow to keep current points list approach and still give this more manual feel from curves. Just an idea but that would make Scribble fantastic ;)
Using 3D bezier curves instead of lines would allow for:
This is probably not gonna happen for a while (maybe for 1.0), since the current approach works well enough for our use-case, but we're always happy about PRs
The text was updated successfully, but these errors were encountered: