ocornut aa97252f60 Merge branch 'master' into docking 4 mesi fa
..
example_allegro5 8679cfa2d8 Merge branch 'master' into docking 5 mesi fa
example_android_opengl3 a6bcbb173b Examples: Android: Update kotlin version (#8409) 5 mesi fa
example_apple_metal 8679cfa2d8 Merge branch 'master' into docking 5 mesi fa
example_apple_opengl2 7e246a7bb9 Merge branch 'master' into docking 1 anno fa
example_glfw_metal d79514c407 Merge branch 'master' into docking 1 anno fa
example_glfw_opengl2 d8c98c8c14 Merge branch 'master' into docking 11 mesi fa
example_glfw_opengl3 a9cd0f5e42 Merge branch 'master' into docking 7 mesi fa
example_glfw_vulkan 773060155f Merge branch 'master' into docking 5 mesi fa
example_glfw_wgpu ff2d6815ef Merge branch 'master' into docking 7 mesi fa
example_glut_opengl2 7e246a7bb9 Merge branch 'master' into docking 1 anno fa
example_null e3cb016328 CI: upgrade Ubuntu version to get newer Clang. Add C++26 build test. (#7954) 10 mesi fa
example_sdl2_directx11 d8c98c8c14 Merge branch 'master' into docking 11 mesi fa
example_sdl2_metal 7e246a7bb9 Merge branch 'master' into docking 1 anno fa
example_sdl2_opengl2 d8c98c8c14 Merge branch 'master' into docking 11 mesi fa
example_sdl2_opengl3 9cc0bf89bd Merge branch 'master' into docking 6 mesi fa
example_sdl2_sdlrenderer2 24b077c7f8 Merge branch 'master' into docking (multi-viewport broken until next commit) 11 mesi fa
example_sdl2_vulkan afd659bb92 Merge branch 'master' into docking 5 mesi fa
example_sdl3_opengl3 19d060cc26 Merge branch 'master' into docking 4 mesi fa
example_sdl3_sdlgpu3 a7657f2ed4 Examples: SDL3: Added comments to clarify setup for users of the unfortunate SDL_MAIN_USE_CALLBACKS feature. (#8455) 4 mesi fa
example_sdl3_sdlrenderer3 19d060cc26 Merge branch 'master' into docking 4 mesi fa
example_sdl3_vulkan 19d060cc26 Merge branch 'master' into docking 4 mesi fa
example_win32_directx10 5ecef2f321 Merge branch 'master' into docking 1 anno fa
example_win32_directx11 5ecef2f321 Merge branch 'master' into docking 1 anno fa
example_win32_directx12 aa97252f60 Merge branch 'master' into docking 4 mesi fa
example_win32_directx9 5ecef2f321 Merge branch 'master' into docking 1 anno fa
example_win32_opengl3 8679cfa2d8 Merge branch 'master' into docking 5 mesi fa
example_win32_vulkan afd659bb92 Merge branch 'master' into docking 5 mesi fa
libs fd57b252ac Examples: Fix for Emscripten. GLFW+WGPU: rework examples main loop to handle minimization. (#7844) 1 anno fa
README.txt 7fc144edde Examples: update all VS project files to VS2015. Update DX12 project Windows SDK to latest. 4 anni fa
imgui_examples.sln 8bbccf7a97 Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) 6 mesi fa

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.