ImWindow
ImWindow copied to clipboard
can't build with latest ImGUI
Hi, ImWindow only work with ImGui 1.50 and 1.52 on the titlebar branch
Hi, thennequin.
Congrats. on this cool project!
I'm also attaching to the topic... May we know some more details about what are the technical difficulties with using this project with the latest ImGUI ?
Hi and thanks.
The reasons why I don't update ImGui are:
- In the next version of ImGui, the context system is changing dramatically, I could make massive changes for support it but...
- ... but I use ImWindow principally at my work (it's our primary GUI framework for our tools) and each time we update ImGui it's a non negligible cost of time (and so money) and we still found bugs from our last update because it's used in our massive code projects.
- And before Updating to the next version of ImGui I want to merge the 2 others branches (titlebar & JsonStthm) on master
So maybe one day I will make the update, but it' not my priority, I can work with this ImGui version without big issue.