From eda5bc26f44ee9a6f83dcf8c91f17296d7fc509d Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 12 Feb 2024 14:52:43 +0100 Subject: Move into version control --- src/imgui/examples/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/imgui/examples/README.txt (limited to 'src/imgui/examples/README.txt') diff --git a/src/imgui/examples/README.txt b/src/imgui/examples/README.txt new file mode 100644 index 0000000..6db2f3c --- /dev/null +++ b/src/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.2.1