A starter project that you can use to get a MoonWorks + Dear ImGui application up and running.
Go to file
2024-06-21 23:17:44 +02:00
.vscode fix release mode build 2023-12-21 15:22:25 -08:00
assets ImGuiController with viewports 2024-06-21 23:17:44 +02:00
Content/Shaders initial commit 2023-12-21 15:03:12 -08:00
lib fix release mode build 2023-12-21 15:22:25 -08:00
moonlibs initial commit 2023-12-21 15:03:12 -08:00
src ImGuiController with viewports 2024-06-21 23:17:44 +02:00
.gitattributes initial commit 2023-12-21 15:03:12 -08:00
.gitignore initial commit 2023-12-21 15:03:12 -08:00
.gitmodules initial commit 2023-12-21 15:03:12 -08:00
CopyMoonlibs.targets initial commit 2023-12-21 15:03:12 -08:00
LICENSE add LICENSE 2023-12-21 15:05:12 -08:00
MoonWorksDearImGuiScaffold.csproj disable console in release mode 2023-12-21 15:23:12 -08:00
MoonWorksDearImGuiScaffold.sln initial commit 2023-12-21 15:03:12 -08:00
README.md ImGuiController with viewports 2024-06-21 23:17:44 +02:00

MoonWorksDearImGuiScaffold

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.

Usage

Clone the repo and run git submodule update --init --recursive in the cloned directory.

Add your ImGui commands to the ImGuiCommands method.

In VSCode, press Ctrl-Shift-B to bring up the build menu.

You can also use the dotnet CLI interface to build or publish.