Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixola authored Feb 17, 2019
1 parent 1e4b514 commit ae7689d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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)

0 comments on commit ae7689d

Please sign in to comment.