ocornut a9cd0f5e42 Merge branch 'master' into docking hace 7 meses
..
example_allegro5 7e246a7bb9 Merge branch 'master' into docking hace 1 año
example_android_opengl3 f77d22837c Examples: Android+OpenGL: Using ALooper_pollOnce() instead of ALooper_pollAll(). (#8013) hace 9 meses
example_apple_metal 7e246a7bb9 Merge branch 'master' into docking hace 1 año
example_apple_opengl2 7e246a7bb9 Merge branch 'master' into docking hace 1 año
example_glfw_metal d79514c407 Merge branch 'master' into docking hace 1 año
example_glfw_opengl2 d8c98c8c14 Merge branch 'master' into docking hace 1 año
example_glfw_opengl3 a9cd0f5e42 Merge branch 'master' into docking hace 7 meses
example_glfw_vulkan 942b64abfc Merge branch 'master' into docking hace 9 meses
example_glfw_wgpu ff2d6815ef Merge branch 'master' into docking hace 8 meses
example_glut_opengl2 7e246a7bb9 Merge branch 'master' into docking hace 1 año
example_null e3cb016328 CI: upgrade Ubuntu version to get newer Clang. Add C++26 build test. (#7954) hace 11 meses
example_sdl2_directx11 d8c98c8c14 Merge branch 'master' into docking hace 1 año
example_sdl2_metal 7e246a7bb9 Merge branch 'master' into docking hace 1 año
example_sdl2_opengl2 d8c98c8c14 Merge branch 'master' into docking hace 1 año
example_sdl2_opengl3 a9cd0f5e42 Merge branch 'master' into docking hace 7 meses
example_sdl2_sdlrenderer2 24b077c7f8 Merge branch 'master' into docking (multi-viewport broken until next commit) hace 11 meses
example_sdl2_vulkan 942b64abfc Merge branch 'master' into docking hace 9 meses
example_sdl3_opengl3 a9cd0f5e42 Merge branch 'master' into docking hace 7 meses
example_sdl3_sdlrenderer3 10fe2b674a Merge branch 'master' into docking hace 10 meses
example_sdl3_vulkan 646df39003 Examples: added SDL3+Vulkan example - enable multi-viewports. (#8084, #8085) hace 9 meses
example_win32_directx10 5ecef2f321 Merge branch 'master' into docking hace 1 año
example_win32_directx11 5ecef2f321 Merge branch 'master' into docking hace 1 año
example_win32_directx12 a9cd0f5e42 Merge branch 'master' into docking hace 7 meses
example_win32_directx9 5ecef2f321 Merge branch 'master' into docking hace 1 año
example_win32_opengl3 4fc187dc60 Merge branch 'master' into docking hace 11 meses
libs fd57b252ac Examples: Fix for Emscripten. GLFW+WGPU: rework examples main loop to handle minimization. (#7844) hace 1 año
README.txt 7fc144edde Examples: update all VS project files to VS2015. Update DX12 project Windows SDK to latest. hace 4 años
imgui_examples.sln ccb6646bae Examples: added SDL3+Vulkan example. (#8084, #8085) hace 9 meses

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.