ocornut 4f00774006 Examples: SDL3+Metal: Amend example. (#8827, #8825) 4 днів тому
..
example_allegro5 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_android_opengl3 d72e66cdee Examples: remove comments/references about baking and GetGlyphRangesJapanese(). 1 місяць тому
example_apple_metal c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_apple_opengl2 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_glfw_metal c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_glfw_opengl2 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_glfw_opengl3 ed7d965818 Examples: GLFW+OpenGL3, GLFW+WGPU: Emscripten Makefiles uses port contrib.glfw3 (#8742) 2 тижнів тому
example_glfw_vulkan c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_glfw_wgpu ed7d965818 Examples: GLFW+OpenGL3, GLFW+WGPU: Emscripten Makefiles uses port contrib.glfw3 (#8742) 2 тижнів тому
example_glut_opengl2 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_null 0f0473bf1c Fonts, Textures: main code for ImGuiBackendFlags_RendererHasTextures feature. 1 місяць тому
example_sdl2_directx11 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_sdl2_metal c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_sdl2_opengl2 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_sdl2_opengl3 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_sdl2_sdlrenderer2 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_sdl2_vulkan c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_sdl3_metal 4f00774006 Examples: SDL3+Metal: Amend example. (#8827, #8825) 4 днів тому
example_sdl3_opengl3 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_sdl3_sdlgpu3 4f00774006 Examples: SDL3+Metal: Amend example. (#8827, #8825) 4 днів тому
example_sdl3_sdlrenderer3 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_sdl3_vulkan c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_win32_directx10 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_win32_directx11 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_win32_directx12 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_win32_directx9 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_win32_opengl3 c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
example_win32_vulkan c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. 1 місяць тому
libs f5003aff69 Docs: Fix some typos (#8505) 4 місяців тому
README.txt 7fc144edde Examples: update all VS project files to VS2015. Update DX12 project Windows SDK to latest. 4 роки тому
imgui_examples.sln 8bbccf7a97 Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) 6 місяців тому

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.