ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.87k stars 304 forks source link

ImPlot Issues #391

Open uwusharp opened 1 year ago

uwusharp commented 1 year ago

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?