MangoHud icon indicating copy to clipboard operation
MangoHud copied to clipboard

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb

Results 294 MangoHud issues
Sort by recently updated
recently updated
newest added

Hi, I want to ask if it would be possible to implement some way of detection of OBS recording? I often do some recording and having the option to see...

enhancement

Currently this is a static array: https://github.com/flightlessmango/MangoHud/blob/425b98ae9a21b672d2e50338b52ef7efbe384b91/src/overlay.h#L59 Graphs are then drawn using `ARRAY_SIZE` of that array. Would be nice if this limit was configurable instead of hard-coded to 200. Use...

![2022-03-31_16-09](https://user-images.githubusercontent.com/9983630/161164303-06a8b138-eecb-472a-afa2-ea48170a562b.png) I have a log_duration of 90s. I open the CSV, sort from worst to best, average the first 9 values, I get 42 fps. MangoHud's displays 60. The other...

![2022-03-29_19-19](https://user-images.githubusercontent.com/9983630/160737735-01577d81-b914-4a06-86a9-7b261749e897.png) Trying with Satisfactory from the Epic Store version, adding it as a non steam game and the HUD is displayed twice. I use the toggle 3 times to get...

This makes the histogram option behave like a histogram instead of simply rendering the same data as frame_timing without the histogram option. This is mostly for reference and personal use...

Just a simple workflow to check that MangoHud builds properly with new PRs. I rebased this against #151 and #627 as these change build options / dependencies. You can view...

Update imgui to version 1.85. Note: imgui 1.85 changes the way how OpenGL loaders are used. They now use a bundled gl3w header (https://github.com/ocornut/imgui/blob/55d35d8387c15bf0cfd71861df67af8cfbda7456/backends/imgui_impl_opengl3_loader.h#L4-L7) This requires to update the mangoapp,...

Acts like exec=cat /something.txt ...and I cloned as much as possible the existing exec implementation.

This PR, based on https://github.com/flightlessmango/MangoHud/commit/e42002c57bd41235e14f155a45453223861e26d6 (master), adds the rpm value of the GPU as reported by the amdgpu driver. What remains to be done: - Add a check for whether...

Is there a way to completely disable Framerate counter and Frame-time? No matter what settings I use in the Conf file, these two are always there. And how do I...