MoonWorksDearImGuiScaffold/README.md

14 lines
407 B
Markdown
Raw Permalink 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.
2023-12-22 00:15:17 +01:00
In VSCode, press Ctrl-Shift-B to bring up the build menu.
You can also use the `dotnet` CLI interface to build or publish.