1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-02-17 11:08:42 +01:00

Updated Getting Started (markdown)

omar 2023-09-15 16:02:37 +02:00
parent d8953e7fd3
commit 63699b5d50

@ -18,6 +18,7 @@
## Preamble
This is a Tutorial for getting Dear ImGui integrated in your application.
<BR>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.**
<BR>With Visual Studio, open `examples/imgui_examples.sln`. XCode projects and Makefiles are also often provided.