ImPlot Issues
After much effort I've managed to get ImPlot running without AccessViolationExceptions I cannot debug, but I am now getting assertion failed, g.withinFrameScope whilst using ImPlot.ShowDemoWindow().
I have cloned the project and referenced ImPlot.NET. I am using the NuGet for ImGui.NET (which works when calling ImGui.ShowDemoWindow()).
I have added the context initialization to ImGuiRenderer (creating a new ImPlot context and setting it, and also setting the ImGui context). The binaries were generated using TillAlex's nativegen fork.
The most likely issue is a cimplot version mis-match. Any ideas on how to fix this?
same issue
if caught AccessViolationExceptions and you could use vs debugger in mix mode, and you get actual problem:
if we add ImPlot.SetImGuiContext(ImGui.GetCurrentContext()); before window looping, and get assertion failed with g.withinFrameScope:
there is dll I build by https://github.com/MikiraSora/ImGui.NET-nativebuild