ocornut 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
..
example_allegro5 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_android_opengl3 05a20ca738 Examples: Android: Make Android build compatible with Gradle 7.0. (#3446) 4 năm trước cách đây
example_apple_metal 673f5e588d IO: moved fields to put more focus on the new functions + update misc docs/references + update main.mm in Apple+Metal example (#4858) 3 năm trước cách đây
example_apple_opengl2 ee436aa803 Backends: OSX: Update to use io.AddEventKey() will full key map (#2625, #1873, #4858) 3 năm trước cách đây
example_emscripten_opengl3 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_emscripten_wgpu ad3f54ff1a Examples: Emscripten comments (#4650, #4662), standardize readme 3 năm trước cách đây
example_glfw_metal 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_glfw_opengl2 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_glfw_opengl3 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_glfw_vulkan 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_glut_opengl2 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_null 8d3906365d CI: Fixes for OSX + explicitely request C++11. 3 năm trước cách đây
example_sdl_directx11 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_sdl_metal 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_sdl_opengl2 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_sdl_opengl3 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_sdl_sdlrenderer 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_sdl_vulkan 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_win32_directx10 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_win32_directx11 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_win32_directx12 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
example_win32_directx9 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 năm trước cách đây
libs 459de65477 Backends: OpenGL3: Embed our own minimal GL loader based on gl3w and use it in SDL/GLFW examples. (#4445) 4 năm trước cách đây
README.txt 7fc144edde Examples: update all VS project files to VS2015. Update DX12 project Windows SDK to latest. 4 năm trước cách đây
imgui_examples.sln 6afe9bbb45 Projects: added GLFW Vulkan to default solution. 4 năm trước cách đây

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.