55 - [ Prerequisite] ( #prerequisite )
66 - [ Install dependencies] ( #install-dependencies )
77 - [ Examples] ( #examples )
8- - [ glfw_opengl3.nim] ( #glfw_opengl3nim )
9- - [ glfw_opengl3_image_load.nim] ( #glfw_opengl3_image_loadnim )
10- - [ glfw_opengl3_implot.nim] ( #glfw_opengl3_implotnim )
11- - [ imDrawListParty.nim] ( #imdrawlistpartynim )
12- - [ implot_jp.nim] ( #implot_jpnim )
13- - [ jpFont.nim] ( #jpfontnim )
8+ - [ rlimgui_basic (Naylib(Raylib) + rlImGui)] ( #rlimgui_basic-naylibraylib--rlimgui )
9+ - [ glfw_opengl3] ( #glfw_opengl3 )
10+ - [ glfw_opengl3_image_load] ( #glfw_opengl3_image_load )
11+ - [ glfw_opengl3_implot] ( #glfw_opengl3_implot )
12+ - [ imDrawListParty] ( #imdrawlistparty )
13+ - [ implot_jp] ( #implot_jp )
14+ - [ jpFont] ( #jpfont )
1415 - [ IME for Japanese / 日本語入力(IME)について] ( #ime-for-japanese--%E6%97%A5%E6%9C%AC%E8%AA%9E%E5%85%A5%E5%8A%9Bime%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6 )
1516 - [ Referrence] ( #referrence )
1617 - [ My tools version] ( #my-tools-version )
2122
2223### Nimgl / ImGui demo program
2324
24- ![ alt] ( https://github.com/dinau/nimgl_test/actions/workflows/windows.yml/badge.svg )
25- ![ alt] ( https://github.com/dinau/nimgl_test/actions/workflows/linux.yml/badge.svg )
26-
27- ** Note** : Using ** ImGui v1.89.9** (2023/09) [ https://github.com/dinau/nimgl-imgui ] ( https://github.com/dinau/nimgl-imgui )
28- forked from https://github.com/daniel-j/nimgl-imgui .
25+ ** Note** : Using [ Dear ImGui] ( https://github.com/ocornut/imgui ) v1.91.9bdock (2025/10) with [ nimgl/imgui] ( https://github.com/nimgl/imgui )
2926
3027#### Prerequisite
3128
3229---
3330
3431- nim-2.2.4 or later
35- - OS: Windows10 or later
32+ - OS: Windows11 or later
3633- Download
3734
3835 ``` sh
@@ -60,10 +57,27 @@ forked from https://github.com/daniel-j/nimgl-imgui .
6057
6158---
6259
63- ##### [ glfw_opengl3.nim] ( examples/glfw_opengl3/glfw_opengl3.nim )
60+ ##### rlimgui_basic (Naylib(Raylib) + rlImGui)
61+
62+ ---
63+
64+ [ rlimgui_basic.nim] ( examples/rlimgui_basic/rlimgui_basic.nim )
65+
66+ ``` sh
67+ $ pwd
68+ nimgl_test
69+ $ cd examples/rlimgui_basic
70+ $ make run
71+ ```
72+
73+ ![ alt] ( https://github.com/dinau/imguin_examples/raw/main/img/rlimgui.gif )
74+
75+ ##### glfw_opengl3
6476
6577---
6678
79+ [ glfw_opengl3.nim] ( examples/glfw_opengl3/glfw_opengl3.nim )
80+
6781 ``` sh
6882 $ pwd
6983 nimgl_test
@@ -74,10 +88,12 @@ forked from https://github.com/daniel-j/nimgl-imgui .
7488![ alt] ( img/glfw_opengl3.png )
7589
7690
77- ##### [ glfw_opengl3_image_load.nim ] ( examples/glfw_opengl3_image_load/glfw_opengl3_image_load.nim )
91+ ##### glfw_opengl3_image_load
7892
7993---
8094
95+ [ glfw_opengl3_image_load.nim] ( examples/glfw_opengl3_image_load/glfw_opengl3_image_load.nim )
96+
8197 ``` sh
8298 $ pwd
8399 nimgl_test
@@ -87,10 +103,12 @@ forked from https://github.com/daniel-j/nimgl-imgui .
87103
88104![ alt] ( img/glfw_opengl3_image_load.png )
89105
90- ##### [ glfw_opengl3_implot.nim ] ( examples/glfw_opengl3_implot/glfw_opengl3_implot.nim )
106+ ##### glfw_opengl3_implot
91107
92108---
93109
110+ [ glfw_opengl3_implot.nim] ( examples/glfw_opengl3_implot/glfw_opengl3_implot.nim )
111+
94112 ``` sh
95113 $ pwd
96114 nimgl_test
@@ -100,10 +118,12 @@ forked from https://github.com/daniel-j/nimgl-imgui .
100118
101119![ alt] ( img/glfw_opengl3_implot.png )
102120
103- ##### [ imDrawListParty.nim ] ( examples/imDrawListParty/imDrawListParty.nim )
121+ ##### imDrawListParty
104122
105123---
106124
125+ [ imDrawListParty.nim] ( examples/imDrawListParty/imDrawListParty.nim )
126+
107127``` sh
108128$ pwd
109129nimgl_test
@@ -121,10 +141,12 @@ and [Real-time visualization of the interweb blogosphere](https://github.com/oco
121141![ alt] ( img/nimgl-imgui-coding-party-2023-08.png )
122142
123143
124- ##### [ implot_jp.nim ] ( examples/implot_jp/implot_jp.nim )
144+ ##### implot_jp
125145
126146---
127147
148+ [ implot_jp.nim] ( examples/implot_jp/implot_jp.nim )
149+
128150ImPlot demo with Japanese fonts
129151
130152 ``` sh
@@ -136,10 +158,12 @@ ImPlot demo with Japanese fonts
136158
137159 ![ alt] ( img/nimgl-implot-demo-jp-font-2023-10.png )
138160
139- ##### [ jpFont.nim ] ( examples/jpFont/jpFont.nim )
161+ ##### jpFont
140162
141163---
142164
165+ [ jpFont.nim] ( examples/jpFont/jpFont.nim )
166+
143167``` sh
144168$ pwd
145169nimgl_test
0 commit comments