-
Notifications
You must be signed in to change notification settings - Fork 5
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
Showing
1 changed file
with
13 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,13 @@ | ||
# VRRTest | ||
A very small utility I wrote to test variable refresh rate on Linux. Should work on all major OSes. | ||
|
||
## Usage | ||
Just run the executable. Builds are provided for Windows and Linux (64-bit). You can download the LÖVE [https://love2d.org] runtime to run the .love file on any supported OS on any supported architecture. | ||
* Up and down arrows will change the target FPS of the tool. | ||
* Left and right arrows will change the amount of columns the screen is divided into. | ||
* The f key toggles fullscreen. | ||
* The b key toggles busy waiting. Having it on makes the framerate more precise, at the cost of a ton of battery and CPU utilization. Off by default. | ||
|
||
## Screenshots | ||
I don't know why'd you want any. Still, here's one. | ||
![Main and only screen of the tool](https://static.nixo.la/i/1550422559.png) |