ocornut 3912b3d9a9 Merge branch 'master' into docking 2 ماه پیش
..
example_allegro5 34bff4672c Merge branch 'master' into docking 4 ماه پیش
example_android_opengl3 fe03035112 Docs: advertise ProggyVector font as an alternative. 5 ماه پیش
example_apple_metal 34bff4672c Merge branch 'master' into docking 4 ماه پیش
example_apple_opengl2 34bff4672c Merge branch 'master' into docking 4 ماه پیش
example_glfw_metal f4a3529ffc Fixed bad merge which left a few examples not building in docking branch. 4 ماه پیش
example_glfw_opengl2 f4a3529ffc Fixed bad merge which left a few examples not building in docking branch. 4 ماه پیش
example_glfw_opengl3 6b2cdf29bc Backends: GLFW: improve multi-viewport behavior in tiling WMs (X11) (#8884, #8474, #8289) 5 ماه پیش
example_glfw_vulkan bad3c14ff6 Backends: Vulkan: SwapChainImageUsage assume VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT which is added automatically. (#8946, #8110, #8111, #8686) 4 ماه پیش
example_glfw_wgpu d4c156a0f0 Merge branch 'master' into docking 3 ماه پیش
example_glut_opengl2 34bff4672c Merge branch 'master' into docking 4 ماه پیش
example_null 26ff93dadc Examples: NULL: fixed msvc project. 2 ماه پیش
example_sdl2_directx11 95e047244e Merge branch 'master' into docking 3 ماه پیش
example_sdl2_metal f3e85310e7 Merge branch 'master' into docking 4 ماه پیش
example_sdl2_opengl2 f3e85310e7 Merge branch 'master' into docking 4 ماه پیش
example_sdl2_opengl3 f3e85310e7 Merge branch 'master' into docking 4 ماه پیش
example_sdl2_sdlrenderer2 f3e85310e7 Merge branch 'master' into docking 4 ماه پیش
example_sdl2_vulkan bad3c14ff6 Backends: Vulkan: SwapChainImageUsage assume VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT which is added automatically. (#8946, #8110, #8111, #8686) 4 ماه پیش
example_sdl2_wgpu 86daa8930e Backends, Examples: WebGPU: simplified ifndef (#8381) 3 ماه پیش
example_sdl3_directx11 95e047244e Merge branch 'master' into docking 3 ماه پیش
example_sdl3_metal cee40f8af9 Examples: made examples's main.cpp consistent with returning 1 on error. 4 ماه پیش
example_sdl3_opengl3 1d942eb6c9 Merge branch 'master' into docking 3 ماه پیش
example_sdl3_sdlgpu3 f3e85310e7 Merge branch 'master' into docking 4 ماه پیش
example_sdl3_sdlrenderer3 f3e85310e7 Merge branch 'master' into docking 4 ماه پیش
example_sdl3_vulkan 95e047244e Merge branch 'master' into docking 3 ماه پیش
example_sdl3_wgpu 86daa8930e Backends, Examples: WebGPU: simplified ifndef (#8381) 3 ماه پیش
example_win32_directx10 95e047244e Merge branch 'master' into docking 3 ماه پیش
example_win32_directx11 95e047244e Merge branch 'master' into docking 3 ماه پیش
example_win32_directx12 95e047244e Merge branch 'master' into docking 3 ماه پیش
example_win32_directx9 e285ecca09 Merge branch 'master' into docking 4 ماه پیش
example_win32_opengl3 3912b3d9a9 Merge branch 'master' into docking 2 ماه پیش
example_win32_vulkan bad3c14ff6 Backends: Vulkan: SwapChainImageUsage assume VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT which is added automatically. (#8946, #8110, #8111, #8686) 4 ماه پیش
libs f5003aff69 Docs: Fix some typos (#8505) 10 ماه پیش
README.txt b885382a63 Backends: Null: added imgui_impl_null platform/renderer backend. 2 ماه پیش
imgui_examples.sln b885382a63 Backends: Null: added imgui_impl_null platform/renderer backend. 2 ماه پیش

README.txt

New to Dear ImGui?
- Check out the Getting Started guide: https://github.com/ocornut/imgui/wiki/Getting-Started
- About Backends: docs/BACKENDS.md file, or on the web: https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md
- About Examples: docs/EXAMPLES.md file, or on the web: https://github.com/ocornut/imgui/blob/master/docs/EXAMPLES.md

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.

A few 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.