Commit f955f3a
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 f955f3a
File tree
2 files changed
+2
-32
lines changed- Examples/ExampleGLFWOpenGL3
- Hexa.NET.ImPlot3D
2 files changed
+2
-32
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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 10 | | |
43 | 11 | | |
44 | 12 | | |
| |||
0 commit comments