Ask Question

imgui stands for "Immediate GUI", which is a GUI where the event processing is directly controlled by the user.

157 questions

0votes0answers33views

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: ... user avatar NoName.txt

  • 1
0votes0answers28views

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 ... user avatar bonkt

  • 9
0votes0answers34views

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 ... user avatar Sxlver

  • 21
-1votes0answers31views

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 ... user avatar Stelkom

  • 1
1vote1answer80views

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 ... user avatar Leonardo

  • 272
0votes1answer33views

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 ... user avatar Gabriel

  • 9
0votes0answers99views

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 ... user avatar davdsb

  • 39
0votes0answers18views

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::... user avatar Oskar Kierakowicz

  • 119
0votes0answers45views

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 ... user avatar secdef

  • 1
1vote0answers67views

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 ... user avatar slit bodmod

  • 51
1vote2answers100views

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, ... user avatar EmielBoss

  • 273
1vote1answer59views

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) user avatar 薛潇宇

  • 21
0votes0answers60views

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 ... user avatar Exiled Pho

  • 3
0votes0answers41views

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 ... user avatar Makogan

  • 6,708
1vote2answers49views

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 ... user avatar Mister SirCode

  • 13

153050per page

1 2 3 4 511