Simple DEMO of rendering GLFW window inside imgui window #4695
Replies: 1 comment
-
You cannot render a "GLFW window" inside another thing, it's not a meaningful question or statement as GLFW deals with native/platform windows (e.g. MS-Windows windows). What you maybe mean is trying to render the output of your OpenGL rendering in a Dear ImGui window. Once you have an OpenGL texture with your scene you can render it in an Dear ImGui window with |
Beta Was this translation helpful? Give feedback.
-
Hello! I am a new learner on the Dear ImGUI. Recently I am working on a simple application with GLFW. Trying to see if there is a simple DEMO of how to render the GLFW window inside the ImGUI window. I want to have a scene window to present the model while a control window for detailed properties for GLFW functions. Any thoughts are welcome!
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions