Pascal Thomet
Pascal Thomet
v1.5.2 is out! * [pypi](https://pypi.org/project/imgui-bundle/1.5.2/) * [GitHub](https://github.com/pthom/imgui_bundle/releases/tag/v1.5.2) I will close this issue if you have more remarks about it please open another issue concerning this particular release. Thanks!
After a bit of pondering, I'll leave this issue open for a while.
I would need more explanation. I'm not proficient with EDR. You rewrote the whole float32_to_float16 function, but apart from that I cannot see any change as far as gamma is...
Please provide more details and format appearance of your question. Did vcpkg install work, what commands did you run, etc
I just tried this: Save main.cpp ``` #include "hello_imgui/hello_imgui.h" int main(int, char* []) { HelloImGui::Run( [] { ImGui::Text("Hello, world!"); }, // Gui code "Hello!", true); // Window title + Window...
Hello, I will leave this open so it is not forgotten. It is not on my urgent task List at the moment , as I do have to work on...
The node editor has some limitations: it cannot support child window (i.e. any widget that includes a scrollbar). For this reason, it is impossible to display the nice code look...
>imgui_md wants to (unconfigurably) use the entire width of the window. You can modify this by putting the markdown render inside a table with a fixed column width. You may...
Hi, I cannot reproduce this on my side, under linux, with: ``` glxinfo | grep "OpenGL version" OpenGL version string: 4.6.0 NVIDIA 565.57.01 ``` (it does work for me) In...
> I can confirm it works ok installed with conda. Thanks for the info. > What I was talking about when I said it looked like it tried to use...