Pascal Thomet

Results 170 comments of Pascal Thomet

I pushed a PR which is the first wasm version that can be used on a remote server. The initial downloads sizes are as follows: * `emscripten_static_assets` contains the fonts...

Hi Sam, I hope everything is ok for you. You do not need to answer quickly to this long message, in this christmas period :-) I am going to hit...

> I merged the wam_experiment branch into the master branch and deleted the wam_experiment branch. I made a couple of changes while merging: Nice! You may encounter (perhaps) some new...

Thanks a lot for your answers and suggestions Omar. I will have look at them and come back to you in a few days.

Hello Omar, Many thanks for your suggestions. I added some more commits, and I think we are onto something interesting! If you are in hurry, just look at the demo...

(you can check it at https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html )

I added a param `hovering_zone_only`to the callback, so that the GUI can react to the user only hovering a given zone, like so: ````cpp typedef void (*ImGuiDemoCallback)(const char* file, int...

And then, we could suppress the code button and use the "Ctrl-Shift" modifier to display a tooltip, that would work even outside the manual. See below: (However, note that if...

I did some experiments; and I would like to explore a bit further with you concerning the different possibilities. > Say you have 1 "Help/Code Lookup" button in a window,...

Hello Omar, A quick update on the status. As there are quite some details, I made a video that tries to summarize them : https://traineq.org/imgui_demo_edit.mp4 (ignore the part about SetActiveID(),...