-
Notifications
You must be signed in to change notification settings - Fork 186
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
The road from docking to PyPI #259
Comments
Thanks! I reverted the Since in the future we will try to catch up again with the current DearImGui release, here are the corresponding commits by release to match: 1.82 1.83 1.84 1.85 1.86 1.87 |
I did get through the entire I also updated the corresponding flags. Here are the new struct/prop/function that could be mapped for the
I also updated the If someone wants to tackle some of these, please consider using the I hope I did not forget anything. |
Hi! I am working on some of these, everything's tracked in #261 |
Will some functionalities of the docking branch need to consider the new |
Docking |
This ticket serves to track the progress towards getting the docking features in a PyPI release.
TODO:
(1): Most of the docking features are not yet mapped to python, so this should be done first.
@KinoxKlark suggests to use the
docking
branch for that.Currently pyimgui tracks 1.82 of DearImGui, so the docking branch should be matching the commit ocornut/imgui@2565945
(2): There are a few options here:
pyimgui-docking[glfw,...]
just like the main package.pyimgui[glfw,docking]
(unsure if this is possible)The text was updated successfully, but these errors were encountered: