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

anglesnapping #10

Open
bwivy opened this issue Jan 13, 2022 · 1 comment
Open

anglesnapping #10

bwivy opened this issue Jan 13, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bwivy
Copy link

bwivy commented Jan 13, 2022

I would really like to see anglesnapping as a feature, I used it a lot on my VM but would like to use it on linux aswell

@systemofapwne
Copy link
Owner

Sorry for the late reply.

For this, sinusoidal functions are required, which I have not yet implemented in the current codebase. The reason is, that kernel-code is very limited and has no access to the c standard library and hence, math related functions.
But here comes the rescue: Due to ongoing troubles with floating-point arithmetic in this kernel module (see #14), there is a plan to move to fixed-point arithmetic and the suggested library for this purpose has sinusoidal functions implemented.
Once this migration is done, one can think about adding angle-snapping.

@systemofapwne systemofapwne self-assigned this May 20, 2022
@systemofapwne systemofapwne added the enhancement New feature or request label May 20, 2022
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