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.