David Maas 3d937beb62 Examples: DX10, DX11: Disabled DXGI's Alt+Enter default behavior in examples. (#4350) 23 godzin temu
..
example_allegro5 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_android_opengl3 fe03035112 Docs: advertise ProggyVector font as an alternative. 1 miesiąc temu
example_apple_metal 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_apple_opengl2 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_glfw_metal f4a3529ffc Fixed bad merge which left a few examples not building in docking branch. 1 tydzień temu
example_glfw_opengl2 f4a3529ffc Fixed bad merge which left a few examples not building in docking branch. 1 tydzień temu
example_glfw_opengl3 6b2cdf29bc Backends: GLFW: improve multi-viewport behavior in tiling WMs (X11) (#8884, #8474, #8289) 2 tygodni temu
example_glfw_vulkan f4a3529ffc Fixed bad merge which left a few examples not building in docking branch. 1 tydzień temu
example_glfw_wgpu 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_glut_opengl2 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_null 0f0473bf1c Fonts, Textures: main code for ImGuiBackendFlags_RendererHasTextures feature. 3 miesięcy temu
example_sdl2_directx11 3d937beb62 Examples: DX10, DX11: Disabled DXGI's Alt+Enter default behavior in examples. (#4350) 23 godzin temu
example_sdl2_metal 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_sdl2_opengl2 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_sdl2_opengl3 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_sdl2_sdlrenderer2 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_sdl2_vulkan 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_sdl3_directx11 3d937beb62 Examples: DX10, DX11: Disabled DXGI's Alt+Enter default behavior in examples. (#4350) 23 godzin temu
example_sdl3_metal e044d99710 Examples: standardized all examples to have a base window size of 1280x800. 1 tydzień temu
example_sdl3_opengl3 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_sdl3_sdlgpu3 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_sdl3_sdlrenderer3 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_sdl3_vulkan 34bff4672c Merge branch 'master' into docking 1 tydzień temu
example_win32_directx10 3d937beb62 Examples: DX10, DX11: Disabled DXGI's Alt+Enter default behavior in examples. (#4350) 23 godzin temu
example_win32_directx11 3d937beb62 Examples: DX10, DX11: Disabled DXGI's Alt+Enter default behavior in examples. (#4350) 23 godzin temu
example_win32_directx12 e285ecca09 Merge branch 'master' into docking 2 dni temu
example_win32_directx9 e285ecca09 Merge branch 'master' into docking 2 dni temu
example_win32_opengl3 e285ecca09 Merge branch 'master' into docking 2 dni temu
example_win32_vulkan e285ecca09 Merge branch 'master' into docking 2 dni temu
libs f5003aff69 Docs: Fix some typos (#8505) 6 miesięcy temu
README.txt 7fc144edde Examples: update all VS project files to VS2015. Update DX12 project Windows SDK to latest. 4 lat temu
imgui_examples.sln a00e517a81 Examples: added SDL3+DirectX11 example. (#8956, #8957) 3 dni temu

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.