ChivenZhang

Results 12 comments of 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. ![image](https://user-images.githubusercontent.com/48938612/208335756-42dbcb10-3504-4e28-ac1b-138dcabb2402.png) 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.

![image](https://github.com/user-attachments/assets/ba799814-bd97-4e81-a279-12e909019280) [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 ![image](https://github.com/user-attachments/assets/87d9596a-6367-46cf-97e3-5b8b91f3b4e5)

Does it support SDL3 ? ![image](https://github.com/user-attachments/assets/2a4c1353-3624-4128-94d3-ac0c97e4a07b)

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...