aboutsummaryrefslogtreecommitdiff
path: root/Client/ThirdParty/imgui/examples/README.txt
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-30 22:25:37 +0800
committerchai <chaifix@163.com>2021-11-30 22:25:37 +0800
commit9e0e01b7f4375063f06e494113187d48614628e0 (patch)
tree21a4901612ad92c121f4c887a33b1bbbe87c6b00 /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.