README 508 B

12345678910111213
  1. MangoHud is a Vulkan and OpenGL overlay for monitoring FPS,
  2. temperatures, CPU/GPU load and more.
  3. MangoHud may be built with access to Nvidia's NV_Control X
  4. extension. This introduces a dependency on libxnvctrl and
  5. may be included by passing XNVCTRL=enabled.
  6. By default, MangoHud reaches out to the internet to pull
  7. Vulkan-Headers. Since Slackware ships with vulkan-sdk, we
  8. enable system headers by default. To disable this feature
  9. and restore default behavior, pass SYSVULKAN=disabled to
  10. the build script.