kernel mode mouse accel
Find a file
a1xd 486d9bf59f
Merge pull request #139 from a1xd/install-setupapi
installer - use setupapi over winreg
2023-10-06 14:31:14 -04:00
common Merge pull request #139 from a1xd/install-setupapi 2023-10-06 14:31:14 -04:00
converter retarget to VS 2022 + settings init bugfix 2023-09-29 01:15:54 -07:00
doc Update Guide.md math to LaTeX 2023-04-20 14:55:11 +02:00
driver Cleanup 2023-10-05 22:29:11 -07:00
grapher Fix grapher bug 2023-10-05 22:18:52 -07:00
installer Merge pull request #139 from a1xd/install-setupapi 2023-10-06 14:31:14 -04:00
signed update signed 2021-09-23 22:36:19 -04:00
uninstaller Merge pull request #139 from a1xd/install-setupapi 2023-10-06 14:31:14 -04:00
wrapper Fix some bugs 2023-10-05 18:32:01 -07:00
wrapper-deps update newtonsoft.json in project configs 2022-07-16 13:16:26 -04:00
wrapper-tests input, scale, output smoothing 2023-10-05 15:13:46 -07:00
writer update newtonsoft.json in project configs 2022-07-16 13:16:26 -04:00
.gitattributes Add .gitignore and .gitattributes. 2020-07-22 19:34:12 -04:00
.gitignore Added Visual Studio Code gitignores 2021-01-14 19:01:39 +09:00
LICENSE add a license 2020-07-22 19:52:55 -04:00
rawaccel.sln Add unit tests for testing changes to core cpp via wrapper 2023-06-20 17:52:38 -07:00
ReadMe.md clarify OS and CPU compat 2022-08-07 16:03:05 -04:00

Raw Accel

Raw Accel is a Windows 10 & Windows 11 x86-64 driver which allows for the acceleration of mouse input in the raw input stream. It started as a replacement for InterAccel and has been extended with more acceleration types, charts, and other features.

Anti-Cheat Friendly

Releases of the Raw Accel driver are signed and run in system space. Raw Accel only modifies mouse input by a constant set of formulas, and adds a one-second delay when changing settings in order to mitigate its abuse.

Getting Help

For an overview of everything Raw Accel has to offer, please see the guide. For questions, see the FAQ first.

Development

Development of Raw Accel is ongoing at https://github.com/a1xd/rawaccel. Bug reports and pull requests are always welcome. Join our Discord server if you want to stay updated with releases or say hello.

Credits

simon - Driver & Acceleration Logic
_m00se_ - GUI, Gain features, Acceleration types
Sidiouth - Primary tester and sounding board
TauntyArmordillo - Originator of the alternate curve ideas (Natural and Motivity types)
Kovaak - Brought us together