MoonWorksDearImGuiScaffold/README.md

18 lines
604 B
Markdown
Raw Normal View History

2023-12-22 00:03:12 +01:00
# MoonWorksDearImGuiScaffold
2024-06-21 23:17:44 +02:00
A starter project that you can use to get a MoonWorks + Dear ImGui application up and running. With docking and viewport support.
> NOTE: The `ImGuiController` relies on `Window.Handle` by default this is an internal getter, make it public for this to run/compile.
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.
2024-06-21 23:17:44 +02:00
![](assets/Showcase.png)