-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImGui Docking Support #34
Comments
Only PRs to Yggdrasil and this repo are needed. If you submit a PR to Yggdrasil, XXX_jll will be automatically published or updated.
In a different subfolder. I considered adding docking support a while ago, the main problem is versioning. If we maintain two branches, what version should be used for the docking branch? |
I think docking and table branches are considered WIP to be eventually added to mainline imgui anyhow? |
It looks like the table branch will be merged in the near future, but the docking/viewport branch is still relatively unstable and blocked by a few issues. |
What would need to be done to support ImGui docking?
Upstream,
cimgui
appears to have a docking branch, so I imagine it's just a matter of updating theYggdrasil
build script to target the appropriate commits of ImGui and cimgui. However, where I get a bit lost is on how to connect everything together.Should someone hoping to add this support create PRs in Yggdrasil, CimGui_jll, and this repo? Should those PRs all target a separate branch, or should Yggdrasil's PR target master but in a different subfolder?
The text was updated successfully, but these errors were encountered: