ChivenZhang
ChivenZhang
> 1.86 The newest version of imgui is 1.89, and there's bug when integrating node-editor. It occurs when zooming and scrolling.  https://user-images.githubusercontent.com/48938612/208335911-f4ba9144-5408-4982-a0da-0c32b1ba00be.mp4
It does works, Thanks. But I wonder why I can not use physx in ordinary way, just install the library and link it. I remember it worked in version 3.8,...
> Try to Load Symbols in the callstack to provide a full callstack, and seeif you don't have software such as Nahimic interfering? > > Nahimic (and rebranded versions of...
You need to add chinese glyph font into imgui. io.Fonts->AddFontFromFileTTF("chinese font.ttf", font_size, nullptr, io.Fonts->GetGlyphRangesChineseFull()); io.Fonts->Build();
> If you are using SDL 2.0.22+ Can you verify if your copy of imgui_impl_sdl.cpp has this fix ? > > ``` > // 2022-09-26: Inputs: Disable SDL 2.0.22 new...
> Please append error logs. Do you mean failure logs ? If not I don't know where the error logs file locates.
 [install-x64-windows-dbg-out.log](https://github.com/user-attachments/files/17052528/install-x64-windows-dbg-out.log)
I have met the bug today using the method from the offical website : https://docs.lvgl.io/master/details/integration/building/cmake.html 
Does it support SDL3 ? 
By the way, I would like to wonder whether it is possible to display gpu texture directly. For example, show OpenGL fbo in a widget. I want to use lvgl...