Commit 4bd80b9
committed
Add ImGui demo window to rendering loop
Introduced a call to `ImGui.ShowDemoWindow()` within the
rendering loop to display the Dear ImGui demo window. This
provides a showcase of various UI elements and features
available in the library. The change is likely intended for
debugging, learning, or demonstrating ImGui capabilities.
The rest of the rendering process remains unchanged.1 parent 191df75 commit 4bd80b9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments