Pascal Thomet

Results 331 comments of Pascal Thomet

Side note: I did add a related patch for the [StackLayout](https://github.com/ocornut/imgui/pull/846) feature (ImGui::Begin_Horizontal + ImGui::Begin_Vertical), because reusing the same ID would lead to an infinite loop (and Python users would...

Hello again Omar, Many thanks for your quick answer! This answer is only related to the CPU cost part : the question whether this is a good idea, or whether...

> It’s indeed a small amount of widgets. Calling 1-10k/frame would be a good base but i don’t need to see benchmarks to know it’s going to be too expensive....

> My strategy for this would be to perform a compare based on a shared field that's normally set once a frame, e.g. g.HoveredId, so it would become a lightweight...

Additional info (if using the current version of the patch): there is an additional related commit that is needed https://github.com/pthom/imgui/commit/97622b0eb46eded650133be311a1261fce3b1672 After running for quite a while with this patch, the...

Hi, @Tremeschin Thanks a lot for taking the time to test this and report your results! Building free-threaded wheels is not in my immediate todo, as it adds quite a...

Just to add some more info: I could confirm that is **seems** to work when enabling freethreading. I could compile and test wheels where it is enabled and they seem...

(This is probably a bit out of the main ImGui scope) I worked on an [image analyse tool in python](https://github.com/pthom/imgui_datascience), which is not actually based on ImGui, but on [pyimgui](https://github.com/swistakm/pyimgui)....

Sorry I do not maintain the gitpod example anymore. I should remove it from the repository.

But you can comment out the lines that fail, it should work. This is due to the fact that the SDL version shipped with emscripten is out of date.