leetmouse icon indicating copy to clipboard operation
leetmouse copied to clipboard

anglesnapping

Open bwivy opened this issue 3 years ago • 1 comments

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

bwivy avatar Jan 13 '22 02:01 bwivy

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 avatar May 20 '22 20:05 systemofapwne