From 9e064f3ae42e78605c430d935fa5fe9c5524ed6b Mon Sep 17 00:00:00 2001 From: Marcus Ottosson Date: Wed, 20 Apr 2016 17:51:01 +0100 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 5d40de1..0744092 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -272,8 +272,10 @@ void renderer(ImDrawData* draw_data) #### TODO -Here are some ideas for how to shorten this example substantially. +Here are some ideas for how to improve and shorten this article. +- Reduce requirements, such as C++11 +- Increase compatibility, such as including a cl.exe build script. - Remove lines that aren't absolutely critical - Remove `renderer()` - Seems unnecessary and better included with ImGui? - Remove need to manually upload texture to GPU in `setup()`, can/should be included in ImGui? \ No newline at end of file