-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 26bc1e9
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# MouseVelViz - Mouse Velocity Visualizer | ||
|
||
# Usage | ||
|
||
1. Download the executable [here](). | ||
2. start your game | ||
3. start MouseVelViz | ||
4. In OBS/StreamlabsOBS add a new `window capture source` | ||
5. Add a `Chroma Key` filter with the following settings: | ||
|
||
![]() | ||
|
||
6. Add a `Color Correction` filter to change the line color. Here's an example configuration to make the lines appear white | ||
|
||
![]() | ||
|
||
# Pricing | ||
|
||
Free of charge. MouseVelViz is a passion project of mine with no commercial intent whatsoever. | ||
|
||
# Additional Notes | ||
|
||
- MouseVelViz can only be run in `Administrator` mode. This is because of the API it's using under the hood (native Windows System API for `Raw Device Input`). | ||
- Minimizing MouseVelViz will pause the mouse input processing. This means you won't see anything. | ||
- MouseVelViz should work in fullscreened games as well as windowed ones. |