Skip to content

Getting Started

Nigel Kennington edited this page Oct 25, 2023 · 6 revisions

For this example, we will demonstrate downloading and including Monogame.ImGuiNet in a blank, test monogame project following the pattern shown in the parent Dear ImGui readme so you can see how it differs from that. When complete, the sample project will look like this:

mgdimgui0

There are two stages as follows:

  1. Project Setup
  2. Implementation

Clone this wiki locally