Pascal Thomet

Results 173 comments of Pascal Thomet

The advantage of this PR is that you can take cmake/FindSphinx and doc/ as they are and plug them into a new project that uses the standard "src/" and "include/"...

> I have however now confirmed that it breaks with io.ConfigWindowsMoveFromTitleBarOnly = true in the same way as your repeated capture. Seems fixable. Good catch! I if set io.ConfigWindowsMoveFromTitleBarOnly =...

Under windows, I have found the issue: I'm using the docking branch, and this code inside app_minimal_main.cpp is the reason it fails: ```cpp #ifdef IMGUI_HAS_VIEWPORT io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable; #endif ```...

> I fixed the issue with io.ConfigWindowsMoveFromTitleBarOnly and stitching I confirm that your fix works

It happens to all of us :-) May be adding simple structs to store a capture and its coords such as below could help to make the API a bit...

... and there are probably lots of other reasons for which this would not work ;-) Sorry if my suggestion was inappropriate, esp given that `ImGuiCaptureImageBuf` already exists.

FYI, I started to work on integrating imgui_test_engine into hello_imgui (which is a preliminary, before integrating into Dear ImGui Bundle). If you are interested, I made a quick demo on...

Hello Jorg, Thanks for the nice suggestion ! I need to review that a bit more thoroughly in the next days. Normally, there is almost no API for Hello ImGui:...

Hello, Hello ImGui will try to find glfw and freetype via `find_package`. If it cannot find them, it will try to download them. I would advise you to install them...

Hello Abinash, Thanks for contacting me! > When i compile with emscripten it generates perfect code except that it is too big to fit on space constrained embedded devices and...