Hi,
I've cloned the current master to use ImPlot functionality (which is great news!). There is no Implot demo in Program.cs so I added ImPlot.ShowDemoWindow accordingly. But It complains about missing cimplot.dll. I couldn't find them online. There are some binaries but They have built against an older version of imgui(1.79).
Can you add appropriate dlls (cimplot.dll, .dylib, .so, ...) which is built against current (1.82) version to deps folder?
Great Work BTW.