From 343ffaace9533947eaf91385180d7a44c8c59fa7 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 21 Dec 2023 15:13:33 -0800 Subject: [PATCH] add some usage notes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 848f2bc..8fd25be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # MoonWorksDearImGuiScaffold A starter project that you can use to get a MoonWorks + Dear ImGui application up and running. + +## Usage + +Clone the repo and run `git submodule update --init --recursive` in the cloned directory. + +Add your ImGui commands to the `ImGuiCommands` method.