summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-09-22 21:06:23 -0400
committera1xd <[email protected]>2021-09-23 22:37:03 -0400
commit9175f0a172285321f740e62f80494ddfba303fcf (patch)
tree0e44d4f601bb3ca19a55912511ce0eda4f616486
parentfix converter (diff)
downloadrawaccel-9175f0a172285321f740e62f80494ddfba303fcf.tar.xz
rawaccel-9175f0a172285321f740e62f80494ddfba303fcf.zip
docs - add win10 as prereq
-rw-r--r--doc/Guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Guide.md b/doc/Guide.md
index 9b2af44..1bed260 100644
--- a/doc/Guide.md
+++ b/doc/Guide.md
@@ -5,9 +5,9 @@ Visit the [Releases page](https://github.com/a1xd/rawaccel/releases) and navigat
## Installation
- **Prerequisites**
+ * Windows 10
* Visual C++ 2019 runtime, [download here](https://aka.ms/vs/16/release/vc_redist.x64.exe)
* .NET Framework 4.7.2+ runtime, [download here](https://dotnet.microsoft.com/download/dotnet-framework/net48)
- * **For Windows 7 users only** — SHA-2 code signing support (download through Windows Update)
- Run `installer.exe` in the release directory to install the Raw Accel driver. Restart your computer for the installation to take effect.
@@ -69,7 +69,7 @@ With all anisotropic settings considered, the full formula looks like:
This can be more easily understood as
- (out_x, out_y) = (in_x\*sens_x, in_y\*sens_y) \* ((f( domain-weighted lp-space speed) - 1) \* (directional weight) + 1), where f(v) is our sensitivity function
-This formula gaurantees the smooth transition from the horizontal to vertical curve and vice versa as the user moves their hand diagonally.
+This formula guarantees the smooth transition from the horizontal to vertical curve and vice versa as the user moves their hand diagonally.
#### ***By Component***
In this case, the horizontal components are separated and each is given as input to the sensitivity calculation to multiplied by itself before being recombined at output.