From 63699b5d5046a0f742df317e107ca89f3256da8d Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 15 Sep 2023 16:02:37 +0200 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Getting-Started.md b/Getting-Started.md index c0ed53b..6f09889 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -18,6 +18,7 @@ ## Preamble This is a Tutorial for getting Dear ImGui integrated in your application. +
Also refer to our [FAQ](https://github.com/ocornut/imgui/blob/master/docs/FAQ.md) and others [Wiki](https://github.com/ocornut/imgui/wiki) pages. 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.