Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 857 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 857 Bytes

Fps-tester

Description

At some point I was wondering what the fuzz was about regarding the 30 fps vs. 60 fps debate in Gaming. So I wrote a small C programme which shows an animation and allows the user to change the frame-rate on the fly. It allows switching between 15, 24, 30, 60, 75, and 120 fps. Just note that frame-rates higher than the refresh rate of your monitor have no effect.

Usage

The programme uses the following keybindings:

  • +: Increase frame-rate
  • -: Decrease frame-rate
  • Q or ESC: Quit programme

Dependencies

  • libsdl2
  • libsdl2_image
  • libsdl2_ttf
  • imagemagick

License

The programme uses the MIT license which can be found in the accompanying LICENSE file.

This excludes the Vera Sans font, the license of which can be found in fonts/vera/COPYRIGHT.TXT.