MoonWorksDearImGuiScaffold/README.md

10 lines
282 B
Markdown
Raw Normal View History

2023-12-22 00:03:12 +01:00
# MoonWorksDearImGuiScaffold
2023-12-22 00:05:12 +01:00
A starter project that you can use to get a MoonWorks + Dear ImGui application up and running.
2023-12-22 00:13:33 +01:00
## Usage
Clone the repo and run `git submodule update --init --recursive` in the cloned directory.
Add your ImGui commands to the `ImGuiCommands` method.