ocornut ebcfcd8da3 Merge branch 'master' into docking 1 рік тому
..
example_allegro5 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_android_opengl3 357f752bed Docs: add more links to the top of every examples and backends files. 1 рік тому
example_apple_metal 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_apple_opengl2 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_emscripten_wgpu 3cb805489b Backends: GLFW, Emscripten: fixes for canvas resizing, amends. (#6751) 1 рік тому
example_glfw_metal 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_glfw_opengl2 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_glfw_opengl3 4aa81116a5 Merge branch 'master' into docking 1 рік тому
example_glfw_vulkan 450f1d7e7b Merge branch 'master' into docking 1 рік тому
example_glut_opengl2 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_null 513af1efc9 Examples: Updated all Visual Studio project file to use /utf-8 option, so string literals are UTF-8 encoded by default. 2 роки тому
example_sdl2_directx11 4aa81116a5 Merge branch 'master' into docking 1 рік тому
example_sdl2_metal 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_sdl2_opengl2 4aa81116a5 Merge branch 'master' into docking 1 рік тому
example_sdl2_opengl3 4aa81116a5 Merge branch 'master' into docking 1 рік тому
example_sdl2_sdlrenderer2 55073aa7a3 Examples; SDL: added missing return values checks from SDL_CreateWindow() calls. (#7147) 1 рік тому
example_sdl2_vulkan 4aa81116a5 Merge branch 'master' into docking 1 рік тому
example_sdl3_opengl3 ebcfcd8da3 Merge branch 'master' into docking 1 рік тому
example_sdl3_sdlrenderer3 af00b182e3 Examples: SDL3: Minor fixes following changes to API (SDL_WindowFlags -> Uint32). 1 рік тому
example_win32_directx10 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_win32_directx11 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_win32_directx12 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_win32_directx9 7e246a7bb9 Merge branch 'master' into docking 1 рік тому
example_win32_opengl3 96b5b1724b Merge branch 'master' into docking 1 рік тому
libs 97a1f761c6 Examples: (Again, but better) made SDL+GL and GLFW+GL examples build with Emscripten. (#2492, #2494, #3699, #3705) 2 роки тому
README.txt 7fc144edde Examples: update all VS project files to VS2015. Update DX12 project Windows SDK to latest. 4 роки тому
imgui_examples.sln 88e7d773df Backends: SDL_Renderer2: Renamed 'imgui_impl_sdlrenderer.h/cpp' to 'imgui_impl_sdlrenderer2.h/cpp' (#6286) 2 роки тому

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.