About 50 results
Open links in new tab
  1. c++ - How to correctly Install ImGui? - Stack Overflow

    Sep 17, 2020 · The problem seem to be a missing linking step, you need to tell your compilation/linking process to link to imgui library. When you include a header in C/C++ you are just letting the compiler …

  2. How to right align text in ImGui Columns? - Stack Overflow

    Sep 22, 2019 · How to right align text in ImGui Columns? Asked 6 years, 4 months ago Modified 2 years, 11 months ago Viewed 20k times

  3. c++ - How to use ImGui, GLFW and OpenGL with vcpkg, Clion and …

    Dec 13, 2022 · How to use ImGui, GLFW and OpenGL with vcpkg, Clion and CMake on Windows 11 Asked 3 years, 1 month ago Modified 1 year, 9 months ago Viewed 3k times

  4. Installing Dear ImGui with vcpkg on Windows 10 - Stack Overflow

    Dec 7, 2021 · I installed Dear ImGui on Windows 10 with this command: vcpkg install imgui:x64-windows which installs only: imgui[core]:x64-windows -> 1.85 I suspect that I need to add one or …

  5. ImGUI Popup not showing up but executing the code

    Sep 14, 2022 · I am making a program using ImGui and I want to display a PopUp if the input on one window is bad after clicking the button "OK". It enter the IF statement and execute the code but the …

  6. Zoom in and out centered about the mouse cursor in 2D using ImGUI

    Jan 2, 2025 · I have a 2D canvas used in a ImGUI context, that requires Zoom and Pan functionality. Currently the Pan functionality works fine. However the zoom functionality does scale but the result is …

  7. c++ - ImGui custom shader using vulkan - Stack Overflow

    Sep 9, 2024 · Im making gui in imgui, using example from official repository (example_glfw_vulkan), and i encountered a problem, that i cant apply shader to my popup`s background. expected result in this …

  8. How do I properly draw an ImPlots plot into a imgui-node-editor node?

    Feb 19, 2025 · How do I properly draw an ImPlots plot into a imgui-node-editor node? Asked 11 months ago Modified 11 months ago Viewed 440 times

  9. How to create ImGui window and render to it at any time you want?

    May 18, 2021 · I don't know much about ImGui, and it's also poorly documented. I'd like to know if there is a way to create an ImGui window, and then render to it anytime you want.

  10. How to compile imgui source files using gcc - Stack Overflow

    Mar 19, 2022 · How do you compile imgui source files with gcc According to build_win32 in one of the examples in the repo @REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or …