imgui stands for "Immediate GUI", which is a GUI where the event processing is directly controlled by the user.
157 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
I Get a Windows Application Error When I Inject a DLL and Try to Run an ImGui How Can I Fix It?
I'm injecting my DLL, and when I try to open ImGui I get an error: MessageBoxA() works, but when I try to open ImGui, the error in the picture appears, and the 0x codes can differ each time. My code: ... c++ dll imgui
NoName.txt
- 1
Dependency issues linking ImGui, SDL2 to project using CMake
Im having trouble changing my project from Sfml to SDL2+opengl3 rendering. The error im getting with my current CMake setup is ImGui not linking to a subfolder of mine in which i create a SHARED ... cmake dependencies imgui
bonkt
- 9
OpenGL loading 2D Texture from byte array renders black rectangle in ImGUI window
I am trying to load a 2D Texture from an (currently) hardcoded byte array using OpenGL and display it in an ImGui window. I was using DirectX before and loaded the texture using ... c++ opengl imgui
Sxlver
- 21
Storing an injectable dll file a .exe file
i have a quick question. To start off i have a c++ imgui application that could be injected to another process and shows the imgui window inside that process. And i want to store that c++ .dll imgui ... c# c++ dll inject imgui
Stelkom
- 1
How can I download ImGUI on Visual Studio Code without operating on a project folder?
I am planning on using ImGUI for a side-project on visual studio code. I have C++ properly installed such that I can run simple programs on a terminal/command prompt. Thus, I have the correct compiler ... file visual-studio-code glfw imgui
Leonardo
- 272
ImGui visual glitch
So, I implemented ImGUi with docking in GLFW window and all was perfect while was only the Demo Window. When I put one more, that happened:enter image description here Any idea? I don't know if I ... c++ glfw imgui
Gabriel
- 9
Display image in Imgui vulkan
I'm new to Imgui and Vulkan and I'm trying to display an image captured from a webcam using OpenCV. Imgui documentation states that I should: Load the raw decompressed RGBA image from RAM into a GPU ... c++ opencv vulkan imgui
davdsb
- 39
Can't dock in ImGui v1.88 WIP
I wanted to try out the different branch that enables docking but I can't get it to work. I've enabled everything that I needed to: I Rebuild my solution ImGui::CreateContext(); auto io = ImGui::... c++ visual-studio-2022 imgui
Oskar Kierakowicz
- 119
How can I synchronize two threads, one for functions and one for directx, and run ImGui functions in one of them?
I am trying to extend the functionality of a program, adding an analytics menu made with ImGUI. The program has two threads: the main thread where all the program logic is executed, and the drawing ... c++ multithreading directx hook imgui
secdef
- 1
java awt per pixel renderer porting to imgui
I've recently been working on a java awt application, it started out as a very simple render testing demo but has sort of cascaded and so to make my life easier I have decided to switch to imgui (with ... java awt lwjgl imgui
slit bodmod
- 51
Why is my OpenGL texture black (in Dear ImGUI)?
In OpenGL 4.6, I (attempt to) create and initialize a solid color texture as follows: glCreateTextures(GL_TEXTURE_2D, 1, &_textureHandle); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, ... c++ opengl textures imgui
EmielBoss
- 273
How do I prevent clicking background when I click the IMGUI button
How do I prevent clicking background when I click the IMGUI button (e.g. I click the translate button and also click the background) webgl imgui
薛潇宇
- 21
Compiler Error c2398 narrowing conversion
So I have seen this quest a few times and I have tried wrapping it with static_cast(WIDTH) and static_cast(HEIGHT) however it just produces the same error and I am not too sure why it seem to me int ... c++ compiler-errors imgui
Exiled Pho
- 3
ImGuizmo, rendered widget but it won;t respond
I am trying to integrate imguizmo into a project. I am able to render the guizmo like this: However when I hover over the arrows, they don;t get highlighted and I don't get any type of response, I ... c++ graphics vulkan imgui imguizmo
Makogan
- 6,708
How do I reset the GLFW Fragment / Load a different shader during runtime?
I'm writing a shadertoy-like tool for the desktop. It uses GLFW (OpenGL), Glad, and ImGui to render out images. I've gotten to a point now where I fixed all my previous issues, but I'm now stuck on ... c++ opengl rendering glfw imgui
Mister SirCode
- 13
153050per page