ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.85k stars 300 forks source link

New packages with additional dlls #279

Open nockawa opened 2 years ago

nockawa commented 2 years ago

@mellinoe it would be awesome if a new package could be published along with all the DLL to make ImPlot/Gizmo and others embedded with their respected cimgui dlls.

I've followed the instructions to build the cimgui dll locally, but ImPlot is crashing when I create a Plot (the context was created correctly, no crash). :(

mbwilding commented 2 years ago

Yeah same issue, they changed the params that the BeginPlot takes in, so the binary you're using is mismatched to what the C# is calling. Would be nice if they were included per release as you said.