Pascal Thomet

Results 197 comments of Pascal Thomet
trafficstars

Make any widget resizable (InputTextMultiLine, ImPlot, etc.). _Example of a resizable plot_ _Example of a resizable InputTextMultiline widget_ ![image](https://github.com/ocornut/imgui/assets/7694091/8377676b-cf8a-4461-a48d-a5d996c06ca7) https://gist.github.com/pthom/0a532a1d487ded4744f113a7b100511c (Note: this gist might be out of date. The actual...

[Dear ImGui Bundle](https://pthom.github.io/imgui_bundle/index.html) ([v1.0.0-beta1](https://github.com/pthom/imgui_bundle/releases/tag/v1.0.0-beta1)) now includes support for [ImGui Test Engine](https://github.com/ocornut/imgui_test_engine). As before, ImGui Bundle provides [an extensive set of widgets and components](https://pthom.github.io/imgui_bundle/introduction.html#_batteries_included), which can be used in C++ and...

_(First of all, sorry for unintentionally flooding the gallery with links when I first informed third party libraries authors, as you can see on top of this message)_ I'd like...

Hello, I agree that this fork is better maintained. It does include most of the changes I had done in my own fork. Are you in contact with the author?...

Hi, HelloImGui comes with FontAwesome 4 (i.e. an old version of FontAwesome). I cannot update the default font awesome provided in HelloImGui, since this would break too much user code....

> Sorry, forgot to reply when I tested. Your example was great, and I've been able to get FA6 working based off of it. Thanks a lot. This issue can...

Hello, The shell.emscripten.html in the source folder was not configured, which is an error. I modified this and added the possibilty to embed additional js files. See https://github.com/pthom/hello_imgui#app-customization As you...

Thanks! We now use png as favicons: see 57487d2bc9b8007127c79b438588390ee2b58234 (where I also added doc for apple Web Clips)

PS: would you mind sharing a screenshot of what you are developing? I'm always interested to see what others develop with my libraries