/fpscount

X11/Wayland utility to show new frame/fps count on each frame

Primary LanguageRustApache License 2.0Apache-2.0

fpscount

FPS count is a simple X11/Wayland utility which shows frame count, FPS and draw time for each frame.

image

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:

  1. Download binary (under construction)
  2. Build from source

Donwloading binary

(not yet)

Building from source

(instruction for Linux)

  1. Install fonts-noto-core package. Build process expects to find /usr/share/fonts/truetype/noto/NotoSans-Regular.ttf font file.

  2. Clone this repo:

    git clone https://github.com/amarao/fpscount
  3. Compile

cargo build --release
  1. Run:

    ./target/release/fpscount
  2. Press Alt-F4 to exit.