Updated Quickstart (markdown)
parent
35fc8b35ac
commit
ab9e685e24
@ -29,7 +29,7 @@ If you are creating a new application from scratch: while it is generally outsid
|
|||||||
|
|
||||||
## Setting up Dear ImGui & Backends
|
## Setting up Dear ImGui & Backends
|
||||||
|
|
||||||
- (1) Include header files for main lib (`#include "imgui.h"`) + backends (e.g. `#include "imgui_impl_win32.h"`, `#include "imgui_impl_dx11.h"`).
|
- (1) Add `imgui/` to include paths. Include header files for main lib (`#include "imgui.h"`) + backends (e.g. `#include "imgui_impl_win32.h"`, `#include "imgui_impl_dx11.h"`).
|
||||||
- (2) Create Dear ImGui context with `ImGui::CreateContext()`.
|
- (2) Create Dear ImGui context with `ImGui::CreateContext()`.
|
||||||
- (3) Optionally set configuration flags, load fonts, setup style.
|
- (3) Optionally set configuration flags, load fonts, setup style.
|
||||||
- (4) Initialize Platform and Rendering backends (e.g. `ImGui_ImplWin32_Init()` + `ImGui_ImplDX11_Init()`).
|
- (4) Initialize Platform and Rendering backends (e.g. `ImGui_ImplWin32_Init()` + `ImGui_ImplDX11_Init()`).
|
||||||
|
Loading…
Reference in New Issue
Block a user