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

    Sep 17, 2020 · 1 ImGui is a bizarre minimalist C++ windows library system that requires more than just a linker or compiler flag to sort out. Here is the github repository: I can't tell if you are using OpenGL, or …

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

    Sep 22, 2019 · How can I get the text in the second row (1, 2, and 3) to be right aligned in the column? I've seen CalcItemWidth and CalcTextSize, but I can't figure out how they work within a multi-column …

  3. C++ DearImGUI Drag and Drop with personalized data type

    Jun 28, 2024 · I'm currently struggling with dragging and dropping textures from one ImGui window to another and rendering them there. I'm storing all necessary data to render my texture in a struct …

  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. 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, 4 months ago Modified 2 years ago Viewed 4k times

  6. c++ - How to get mouse events to work properly with multiple ImGui ...

    Oct 2, 2022 · How to get mouse events to work properly with multiple ImGui frames? Asked 3 years, 6 months ago Modified 2 years ago Viewed 3k times

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

  8. Using std::string in ImGui::InputText (...) - Stack Overflow

    Sep 3, 2021 · The call to ImGui::InputText() takes a char array which I need to initialise from a std::string and then transfer the contents back to the std::string. In it's simplest form:

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

  10. Strange rendering issues with manual DrawList modification in ImGUI

    Nov 11, 2024 · Strange rendering issues with manual DrawList modification in ImGUI Asked 1 year, 5 months ago Modified 1 year, 5 months ago Viewed 411 times