Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 3D bezier curves instead of point lists and vertices #16

Open
timcreatedit opened this issue May 13, 2022 · 2 comments
Open

Use 3D bezier curves instead of point lists and vertices #16

timcreatedit opened this issue May 13, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@timcreatedit
Copy link
Owner

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

@timcreatedit timcreatedit added the enhancement New feature or request label May 13, 2022
@berteh
Copy link

berteh commented Sep 29, 2022

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 ;)

@timcreatedit
Copy link
Owner Author

It's been integrated since 0.9.0 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants