Feedback on v1.6.0 Release #282
Replies: 4 comments 8 replies
-
Looks good! Thanks for all your work in getting this release together! There were a few compatibility issues that were crashers for me on upgrade, not sure if they are changes in imgui or in the binding wrappers:
Screencast.From.2024-11-22.09-35-03.mp4 |
Beta Was this translation helpful? Give feedback.
-
Thank you!
=> This is a change in the wrapper, I removed an annoying prefix
=> those are changes in the ImGui API.
I'm not sure this is related to this update. Can you please try it on the previous version, and tell me if this is a new issue. |
Beta Was this translation helpful? Give feedback.
-
Another new behavior: calling I am using the SDL2 backend and I notice this ChangeLog entry that indicates something changed in Imgui regarding this functionality. |
Beta Was this translation helpful? Give feedback.
-
@bgribble : Thanks for letting me know! I could not reproduce the bad_cast error. However, I saw a related issue which happens when the clipboard actually does not contain a string, but an image (or something else which is not text): in this case, we had a segfault. I solved this in this commit in the imgui fork. You can download wheels with the correction from here (they should be ready in 1 hour). Can you test them and tell me if that solves the issue? BTW, on which platform are you running? |
Beta Was this translation helpful? Give feedback.
-
The v1.6.0 release includes significant updates like the update to ImGui 1.91.5, the transition to Nanobind for Python bindings, Python 3.13 support, improved node editor features, and several quality-of-life enhancements across the library.
To ensure this update meets your expectations and continues to improve your experience, we’d love to hear your feedback!
Here are some subject for which your feedback would be appreciated:
Feel free to share any other thoughts, suggestions, or bug reports as well. Your input is very valuable!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions