David Maas

Results 237 comments of David Maas

There's currently no straightforward way to accomplish this. Proper support is covered by https://github.com/ocornut/imgui/issues/3680 and https://github.com/ocornut/imgui/issues/3350 [ImHex](https://github.com/WerWolv/ImHex) appears to do what you're wanting. I've never dug into how they're doing...

Please check Visual Studio's output window, there should be a message there with more details.

@JC3 The method is pretty simple, you could pretty easily reimplement it in Python: https://github.com/ocornut/imgui/blob/1ab63d925f21e03be7735661500e5b914dd93c19/imgui.cpp#L1226-L1254 You can replace `ImTrunc` with `math.trunc`.

> To make this future proven, at some point I ll either make a python script or use some clang feature to automate this process. [Dear Bindings](https://github.com/dearimgui/dear_bindings) (the automatically generated...

See also https://github.com/ocornut/imgui/issues/3680, https://github.com/ocornut/imgui/issues/3350, and https://github.com/ocornut/imgui/issues/8268 Of particular interest is https://github.com/ocornut/imgui/issues/8268#issuecomment-2566742743, where Nik detailed how ImHex accomplishes what you're describing.

> kde6 already try to drop the support of x11 While proper Wayland support is definitely valuable, this is not true. See [this article](https://pointieststick.com/2025/06/21/about-plasmas-x11-session/): > Plasma’s X11 session continues to...

> Alternatively I could make a whole separate ImGUI context with just the plot item, render that to texture, then load that texture in my main context. > [...] >...

FWIW, I cannot reproduce this on Windows. Do they see this issue with your specific repro?

> Was this thread created? @xdevapps It wasn't but now it has been: https://github.com/ocornut/imgui/issues/4722

We're also affected by the removal of Mono. The [official Mono repo](https://www.mono-project.com/download/stable/#download-lin-ubuntu) only lists 20.04, but the package seem to work fine in newer versions–which is how the 22.04 image...