ocornut 3fb22b836b Merge branch 'master' into docking hace 1 día
..
example_allegro5 3fb22b836b Merge branch 'master' into docking hace 1 día
example_android_opengl3 9c33672e5c Examples: reword a comment to not mention AddFontDefault() explicitly. hace 1 día
example_apple_metal 3fb22b836b Merge branch 'master' into docking hace 1 día
example_apple_opengl2 3fb22b836b Merge branch 'master' into docking hace 1 día
example_glfw_metal 3fb22b836b Merge branch 'master' into docking hace 1 día
example_glfw_opengl2 3fb22b836b Merge branch 'master' into docking hace 1 día
example_glfw_opengl3 3fb22b836b Merge branch 'master' into docking hace 1 día
example_glfw_vulkan 3fb22b836b Merge branch 'master' into docking hace 1 día
example_glfw_wgpu 3fb22b836b Merge branch 'master' into docking hace 1 día
example_glut_opengl2 3fb22b836b Merge branch 'master' into docking hace 1 día
example_null 26ff93dadc Examples: NULL: fixed msvc project. hace 2 meses
example_sdl2_directx11 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl2_metal 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl2_opengl2 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl2_opengl3 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl2_sdlrenderer2 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl2_vulkan 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl2_wgpu 9c33672e5c Examples: reword a comment to not mention AddFontDefault() explicitly. hace 1 día
example_sdl3_directx11 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl3_metal 9c33672e5c Examples: reword a comment to not mention AddFontDefault() explicitly. hace 1 día
example_sdl3_opengl3 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl3_sdlgpu3 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl3_sdlrenderer3 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl3_vulkan 3fb22b836b Merge branch 'master' into docking hace 1 día
example_sdl3_wgpu 9c33672e5c Examples: reword a comment to not mention AddFontDefault() explicitly. hace 1 día
example_win32_directx10 3fb22b836b Merge branch 'master' into docking hace 1 día
example_win32_directx11 3fb22b836b Merge branch 'master' into docking hace 1 día
example_win32_directx12 3fb22b836b Merge branch 'master' into docking hace 1 día
example_win32_directx9 3fb22b836b Merge branch 'master' into docking hace 1 día
example_win32_opengl3 3fb22b836b Merge branch 'master' into docking hace 1 día
example_win32_vulkan 3fb22b836b Merge branch 'master' into docking hace 1 día
libs f5003aff69 Docs: Fix some typos (#8505) hace 10 meses
README.txt b885382a63 Backends: Null: added imgui_impl_null platform/renderer backend. hace 2 meses
imgui_examples.sln b885382a63 Backends: Null: added imgui_impl_null platform/renderer backend. hace 2 meses

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.