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: mangohudctl, mangohud, mangoplot, mangoapp
Platforms (24)
m68k-linuxs390x-linuxx86_64-linuxaarch64-linuxloongarch64-linuxmicroblaze-linuxpowerpc64-linuxarmv6l-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