StrideCommunity.ImGuiDebug
StrideCommunity.ImGuiDebug copied to clipboard
Bare-bone implementation of ImGui and a couple of debug tools for Stride
Updated to latest ImGui.NET package. This should also work with code first now... that is still super specific though so whatever. Worst case it will work as it did before....
AFAIK there is currently no central way to change the font of the ImGui text. https://github.com/Eideren/StrideCommunity.ImGuiDebug/blob/effa2943ac583573cba5ceebce630151090db817/ImGuiSystem.cs#L214 I want to look into adding a public method that can take a Stride...
https://github.com/HexaEngine/Hexa.NET.ImGui/releases/tag/2.1.2 I can take a look at this when I have some time but the ImGui library had some updates that I would like to test out. Based on the...