What is the minimum ImGui version required? #212
Unanswered
JamAndCheese
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Quite frankly, I do not know and have not spent the time to find out. ImPlot development began on ImGui 1.75 (almost exactly 1 year ago), but compatibility may potentially go further back than that (but apparently not to 1.67 in your case). It would be worthwhile to to iteratively test past releases of ImGui (at the very least for compilation issues), and stick a warning in our README. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My application uses ImGui 1.67. I am happy with it, so have not upgraded in a while. I am trying to use ImPlot today but my compilation is failing with "error: ‘ImGuiMouseButton’ has not been declared" . Also ImGuiKeyModFlags and others. I think my ImGui version might be too old.
I would like to know the minimum version so I can put some calories in upgrading my app, but I am not ready to do a wholesale revamp (hence the 'minimum' question).
Thanks for any info!
Beta Was this translation helpful? Give feedback.
All reactions