-
Hey, is there a way to make Implot work with this? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
pkdawson
Dec 1, 2023
Replies: 1 comment
-
In principle anything that works with ImGui should be compatible. But using ImPlot from C# would require bindings, which are not really available in a convenient form. There's some recent work and discussion about it here: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ryu-esque
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In principle anything that works with ImGui should be compatible. But using ImPlot from C# would require bindings, which are not really available in a convenient form.
There's some recent work and discussion about it here:
ImGuiNET/ImGui.NET#435