A starter project that you can use to get a MoonWorks + Dear ImGui application up and running.
Go to file
2024-03-08 15:51:37 -08:00
.vscode fix release mode build 2023-12-21 15:22:25 -08:00
Content/Shaders tidying up the renderer 2024-03-07 17:03:46 -08:00
lib update MoonWorks 2024-03-08 15:51:37 -08:00
moonlibs tidying up the renderer 2024-03-07 17:03:46 -08:00
src update MoonWorks 2024-03-08 15:51:37 -08: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 Refresh2 changes 2024-02-27 10:35:05 -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 build notes 2023-12-21 15:15:17 -08:00

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.

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

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