Skip to content

MangoHud Version 0.1.0

Compare
Choose a tag to compare
@telans telans released this 04 Feb 21:52
· 1912 commits to master since this release
bf45bd9

This is the first release of MangoHud!

MangoHud is a Vulkan overlay layer intending to be an alternative to the Mesa Vulkan overlay layer, and the DXVK hud. MangoHud works with any GPU capable of running Vulkan.

layer_gif


Features

  • FPS and Frametime display.
  • GPU and CPU utilization - per core or just the average.
  • GPU and CPU temperature reporting.
  • Vulkan engine reporting (DXVK, Feral, etc)
  • Logging capabilities
    • Records FPS, CPU & GPU utilization.
    • Outputs to a log file of your choosing with the environment variable MANGOHUD_OUTPUT (required)
    • Use F2 to start and stop logging.
  • Ability to change the font to your liking with MANGOHUD_FONT. Must point to a TTF or OTF file.
  • Moveable & resizeable hud - see MANGOHUD_CONFIG in the README.
  • Ability to disable/enable the hud with the F12 key.
  • Now standalone from Mesa! Read below for details.

Recently Changed

As of a few days ago, MangoHud was a fork from Mesa with the overlay files modified to produce the hud. We have managed to serperate the hud from Mesa to give it it's own repository here.

This cuts compile times significantly, which is great if you wish to compile the hud yourself.

Installation

You can download the attached release and simply run the included ./install.sh.

Run MangoHud by using the environment variable MANGOHUD=1.

Alternatively, you can build this yourself to stay on top of all changes by cloning the repository and running ./build.sh install. Instructions are in the README here.

Suggestions / Contributions

Any suggestions or changes for features you might have are greatly appreciated, we will try our best to incorporate them. If anyone runs into any issues, please file a bug report.

Credits

Special thanks to @telans and @jackun . Without their help this release would not have been possible.