From 1f606970d53d22a645e6d0cccc866431d3fc35d0 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 13 Jul 2023 16:21:47 +0200 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index f85921e..2277284 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -16,7 +16,9 @@ ## Preamble -**Build and run one of the examples application, play around with it.** +This is a Tutorial for getting Dear ImGui integrated in your application. + +Before anything, **Build and run one of the examples application, play around with it.**
With Visual Studio, open `examples/imgui_examples.sln`. XCode projects and Makefiles are also often provided.
You may not have all of the corresponding SDKs installed as we support many systems, but you should get some working out of the box.