FPS count is a simple X11/Wayland utility which shows frame count, FPS and draw time for each frame.
It has two primary objectives:
- To allow speedcam screen recording to check if monitor is skip frames or delay output.
- To practice with speedy2d library (which is doing most heavylifting here).
How to use:
- Download binary (under construction)
- Build from source
(not yet)
(instruction for Linux)
-
Install
fonts-noto-core
package. Build process expects to find/usr/share/fonts/truetype/noto/NotoSans-Regular.ttf
font file. -
Clone this repo:
git clone https://github.com/amarao/fpscount
-
Compile
cargo build --release
-
Run:
./target/release/fpscount
-
Press Alt-F4 to exit.