flightlessmango / MangoHud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
MIT License
6.39k stars 282 forks source link

Add an option to disable ImPlot #1350

Open TheComputerGuy96 opened 3 months ago

TheComputerGuy96 commented 3 months ago

The ImPlot dependency causes significant library size and build time increases (at least for debug builds) so add an option to disable it

This change also adds more mentions of the ImPlot dependency in the documentation (and adds a warning about missing ImPlot)

flightlessmango commented 3 months ago

I don't know if we want to maintain a non-implot version of every graph forever

TheComputerGuy96 commented 3 months ago

I don't know if we want to maintain a non-implot version of every graph forever

Right now it's only one (or two) graphs (so the situation is relatively manageable) :frog: