summaryrefslogtreecommitdiff
path: root/Client/ThirdParty/imgui/examples/README.txt
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-12-13 00:07:19 +0800
committerchai <chaifix@163.com>2021-12-13 00:07:19 +0800
commit60cbbdec07ab7a5636eac5b3c024ae44e937f4d4 (patch)
treeb2c7b0a868f18159dbc43d8954e1bd7668549a88 /Client/ThirdParty/imgui/examples/README.txt
+init
Diffstat (limited to 'Client/ThirdParty/imgui/examples/README.txt')
-rw-r--r--Client/ThirdParty/imgui/examples/README.txt9
1 files changed, 9 insertions, 0 deletions
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.