From 60cbbdec07ab7a5636eac5b3c024ae44e937f4d4 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 13 Dec 2021 00:07:19 +0800 Subject: +init --- Client/ThirdParty/imgui/examples/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Client/ThirdParty/imgui/examples/README.txt (limited to 'Client/ThirdParty/imgui/examples/README.txt') diff --git a/Client/ThirdParty/imgui/examples/README.txt b/Client/ThirdParty/imgui/examples/README.txt new file mode 100644 index 0000000..6db2f3c --- /dev/null +++ b/Client/ThirdParty/imgui/examples/README.txt @@ -0,0 +1,9 @@ +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. -- cgit v1.1-26-g67d0