mangohud

mangohud 0.8.4

Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more

https://github.com/flightlessmango/MangoHud
MIT License
main program: mangohudprograms: mangoplot, mangohud, mangohudctl, mangoapp
Platforms (24)
aarch64-linuxarmv7a-linuxmipsel-linuxpowerpc64-linuxx86_64-linuxmips64el-linuxmips-linuxarmv7l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  mangohud
];
Ad-hoc shell
nix-shell -p mangohud
Flake (nix run)
nix run nixpkgs#mangohud