From 3e3f8acd8b77d11b5c43980fdfdb3ce9a9150bad Mon Sep 17 00:00:00 2001 From: Marcus Ottosson Date: Wed, 20 Apr 2016 17:56:47 +0100 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 0744092..21bb98f 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -1,6 +1,12 @@ This article will guide you through getting up and running with as many assumptions about your system as possible. -You are: +**You will learn** + +- How to open a window using GLFW +- How to render an ImGui window into GLFW window +- How to render text into the ImGui window + +**You are** - On Linux - Using C++11 @@ -274,6 +280,7 @@ void renderer(ImDrawData* draw_data) Here are some ideas for how to improve and shorten this article. +- Add screenshot of result - Reduce requirements, such as C++11 - Increase compatibility, such as including a cl.exe build script. - Remove lines that aren't absolutely critical