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

Caddie Mode #3

Open
6 tasks
dorianherle opened this issue Jul 6, 2022 · 0 comments
Open
6 tasks

Caddie Mode #3

dorianherle opened this issue Jul 6, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dorianherle
Copy link
Collaborator

dorianherle commented Jul 6, 2022

  • Dot follows the pen position with a certain z distance and certain damping (x,y,z).
  • When pen is in pointerdown state, the dot becomes very faint (sigma curve for transparency from alpha=0.4 to alpha=0.1)

Very faint, and not completely gone, because if you are writing and want to change tools quickly, you don't want to have to wait x ms before the transparency is low again.

  • When click+release on dot radial menu appears very very quickly.
  • When click+hold on dot, the dot position can be changed
  • When the new pen position and old bottom position are greater than normal following distance + a little bit, the dot disappears from the old position and smoothly reappears at the new position (standard offset from pen position)

Why? This way we avoid the dot "runs" all across the screen if one greatly changes pen position or has moved the dot far away.

  • Edge case when the standard offset is outside the screen/covers Fullscreen button
@dorianherle dorianherle created this issue from a note in Task Management (To do) Jul 6, 2022
@dorianherle dorianherle added the enhancement New feature or request label Jul 6, 2022
@dorianherle dorianherle added this to the Caddie - Mode milestone Jul 6, 2022
@dorianherle dorianherle changed the title Caddie - Mode Caddie Mode Jul 6, 2022
@dorianherle dorianherle moved this from To do to In progress in Task Management Jul 25, 2022
jdeschena added a commit that referenced this issue Aug 13, 2022
# This is the 1st commit message:

Merge

# This is the commit message #2:

Update readme

# This is the commit message #3:

Only writting users' pointer are displayed

# This is the commit message #4:

Automatically collects notes older than 2 weeks

# This is the commit message #5:

typo
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
Task Management
  
In progress
Development

No branches or pull requests

2 participants