Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
ocornut f9bec779e8 Premake: experimental premake5 script. ago%!(EXTRA string=11 months)
..
example_allegro5 Docs: add more links to the top of every examples and backends files. ago%!(EXTRA string=2 years)
example_android_opengl3 Fixed typos. (#7593) ago%!(EXTRA string=12 months)
example_apple_metal Docs: add more links to the top of every examples and backends files. ago%!(EXTRA string=2 years)
example_apple_opengl2 Docs: add more links to the top of every examples and backends files. ago%!(EXTRA string=2 years)
example_glfw_metal Examples: GLFW+Metal: Add -I and -L paths for MacPorts. ago%!(EXTRA string=1 year)
example_glfw_opengl2 Docs: add more links to the top of every examples and backends files. ago%!(EXTRA string=2 years)
example_glfw_opengl3 Backends: GLFW, Emscripten: fixes for canvas resizing, amends. (#6751) ago%!(EXTRA string=1 year)
example_glfw_vulkan Backends: Vulkan: Added convenience support for Volk via IMGUI_IMPL_VULKAN_USE_VOLK define. (#6582, #4854) ago%!(EXTRA string=1 year)
example_glfw_wgpu Examples: GLFW+WebGPU: Rename example_emscripten_wgpu/ to example_glfw_wgpu/ (#7435, #7132) ago%!(EXTRA string=1 year)
example_glut_opengl2 Docs: add more links to the top of every examples and backends files. ago%!(EXTRA string=2 years)
example_null Examples: Updated all Visual Studio project file to use /utf-8 option, so string literals are UTF-8 encoded by default. ago%!(EXTRA string=2 years)
example_sdl2_directx11 Examples; SDL: added missing return values checks from SDL_CreateWindow() calls. (#7147) ago%!(EXTRA string=1 year)
example_sdl2_metal Docs: add more links to the top of every examples and backends files. ago%!(EXTRA string=2 years)
example_sdl2_opengl2 Examples; SDL: added missing return values checks from SDL_CreateWindow() calls. (#7147) ago%!(EXTRA string=1 year)
example_sdl2_opengl3 Examples; SDL: added missing return values checks from SDL_CreateWindow() calls. (#7147) ago%!(EXTRA string=1 year)
example_sdl2_sdlrenderer2 Backends: SDL_Renderer2/SDL_Renderer3: and ImGui_ImplSDLRenderer2_RenderDrawData() and ImGui_ImplSDLRenderer3_RenderDrawData() now takes a SDL_Renderer* parameter. ago%!(EXTRA string=12 months)
example_sdl2_vulkan Backends: Vulkan: Added convenience support for Volk via IMGUI_IMPL_VULKAN_USE_VOLK define. (#6582, #4854) ago%!(EXTRA string=1 year)
example_sdl3_opengl3 Examples: Fixed SDL3 Makefile (#7641) ago%!(EXTRA string=11 months)
example_sdl3_sdlrenderer3 Examples: SDL3+SDLRenderer3: Update SDL_SetRenderDrawColorFloat() call. (#7658) ago%!(EXTRA string=11 months)
example_win32_directx9 Examples: Win32+DX9,DX10,DX11,DX12: rework main loop to handle minimization and screen locking. (#2496, #3907, #6308, #7615) ago%!(EXTRA string=11 months)
example_win32_directx10 Examples: Win32+DX9,DX10,DX11,DX12: rework main loop to handle minimization and screen locking. (#2496, #3907, #6308, #7615) ago%!(EXTRA string=11 months)
example_win32_directx11 Examples: Win32+DX9,DX10,DX11,DX12: rework main loop to handle minimization and screen locking. (#2496, #3907, #6308, #7615) ago%!(EXTRA string=11 months)
example_win32_directx12 Examples: Win32+DX9,DX10,DX11,DX12: rework main loop to handle minimization and screen locking. (#2496, #3907, #6308, #7615) ago%!(EXTRA string=11 months)
example_win32_opengl3 Using nullptr in remaining examples/backends locations. (#6313, #7071, #4537) ago%!(EXTRA string=1 year)
libs Fixed typos. (#7593) ago%!(EXTRA string=12 months)
README.txt Examples: update all VS project files to VS2015. Update DX12 project Windows SDK to latest. ago%!(EXTRA string=4 years)
imgui_examples.sln Backends: SDL_Renderer2: Renamed 'imgui_impl_sdlrenderer.h/cpp' to 'imgui_impl_sdlrenderer2.h/cpp' (#6286) ago%!(EXTRA string=2 years)
premake5-lib.lua Premake: experimental premake5 script. ago%!(EXTRA string=11 months)
premake5.lua Premake: experimental premake5 script. ago%!(EXTRA string=11 months)

README.txt

See BACKENDS and EXAMPLES files in the docs/ folder, or on the web at: https://github.com/ocornut/imgui/tree/master/docs

Backends = Helper code to facilitate integration with platforms/graphics api (used by Examples + should be used by your app).
Examples = Standalone applications showcasing integration with platforms/graphics api.

Some Examples have extra README files in their respective directory, please check them too!

Once Dear ImGui is running (in either examples or your own application/game/engine),
run and refer to ImGui::ShowDemoWindow() in imgui_demo.cpp for the end-user API.