Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 933 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 933 Bytes

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.