ImGui (Cog) setup
Most of my plugins come with debugging tools built with ImGui.
The most popular ImGui solution seems to be Cog, which I believe is the most mature solution (as of writing). That's why I have standardized all my ImGui debugging tools with this plugin.
This documentation will cover how to use it and how my code is automatically enabled or disabled depending on this plugins presence.
Last updated