Updated Getting Started (markdown)
parent
9e064f3ae4
commit
3e3f8acd8b
@ -1,6 +1,12 @@
|
|||||||
This article will guide you through getting up and running with as many assumptions about your system as possible.
|
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
|
- On Linux
|
||||||
- Using C++11
|
- Using C++11
|
||||||
@ -274,6 +280,7 @@ void renderer(ImDrawData* draw_data)
|
|||||||
|
|
||||||
Here are some ideas for how to improve and shorten this article.
|
Here are some ideas for how to improve and shorten this article.
|
||||||
|
|
||||||
|
- Add screenshot of result
|
||||||
- Reduce requirements, such as C++11
|
- Reduce requirements, such as C++11
|
||||||
- Increase compatibility, such as including a cl.exe build script.
|
- Increase compatibility, such as including a cl.exe build script.
|
||||||
- Remove lines that aren't absolutely critical
|
- Remove lines that aren't absolutely critical
|
||||||
|
Loading…
Reference in New Issue
Block a user