doompanning/examples
oxmox b73ad7ee1b Squashed 'external/imgui/' content from commit d7c8516a4
git-subtree-dir: external/imgui
git-subtree-split: d7c8516a4b848c0291e3d75b627c0843f515f591
2023-02-12 03:32:19 +01:00
..
example_allegro5 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_android_opengl3 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_apple_metal Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_apple_opengl2 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_emscripten_opengl3 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_emscripten_wgpu Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_glfw_metal Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_glfw_opengl2 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_glfw_opengl3 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_glfw_vulkan Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_glut_opengl2 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_null Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_sdl_directx11 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_sdl_metal Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_sdl_opengl2 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_sdl_opengl3 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_sdl_sdlrenderer Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_sdl_vulkan Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_win32_directx9 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_win32_directx10 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_win32_directx11 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
example_win32_directx12 Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
libs Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
imgui_examples.sln Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
README.txt Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00

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.