-
-
Notifications
You must be signed in to change notification settings - Fork 50
Update imgui to v1.92 #725
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
Conversation
How hard would it be to (temporarily) support both imgui < 1.92 and imgui >= 1.92? Some upstream libs have now pinned imgui to |
Or we can decide to pin |
Maintaining compatibility with both versions at the same time shouldn’t be too complicated — I’ll take a look. |
Since some logic of What do you think? @almarklein @kushalkolar |
That was fast, @panxinmiao you are awesome 🎉 |
It seems like imgui-bundle v1.92 has wheels for python 3.11-313 on all major platforms, the same as imgui-bundle v1.6.4. BTW there is pypodide support too now which will be great for the future 😄 |
@kushalkolar I've updated the |
If the differences are this significant, I think we should just bit the bullet and require the latest imgui version. Can you update pyproject to set |
On second thought, let's assume the following few versions are compatible, and use |
Thanks Pan! |
is this worth a new release? |
Close #723
Note: imgui 1.92 introduced some changes to font-related functionality, and downstream projects, as well as some examples in pygfx, may need to be adapted accordingly by following the official guidelines.