@@ -72,54 +72,86 @@ Differencies from [anima](https://github.com/sonoro1234/anima) project are as fo
7272
7373---
7474
75- # #### [ implot3d_sample.lua](bin/examples/LuaJIT-ImGui/examples/implot3d_sample.lua)
75+ # #### implot3d_sample
7676
77- Note [^note]
77+ ---
78+
79+ [implot3d_sample.lua](bin/examples/LuaJIT-ImGui/examples/implot3d_sample.lua) [^note]
7880
7981! [alt](examples/img/cimplot3d.gif)
8082
81- # #### [glfw_opengl3_simple](examples/glfw_opengl3_simple/glfw_opengl3_simple.lua)
83+ # #### glfw_opengl3_simple
84+
85+ ---
86+
87+ [glfw_opengl3_simple](examples/glfw_opengl3_simple/glfw_opengl3_simple.lua)
8288
8389! [alt](examples/img/glfw_opengl3_simple.png)
8490
85- # #### [iconFontViewer](examples/iconFontViewer/iconFontViewer.lua)
91+ # #### iconFontViewer
92+
93+ ---
94+
95+ [iconFontViewer](examples/iconFontViewer/iconFontViewer.lua)
96+
97+ Incremantal search
8698
8799! [alt](examples/img/iconFontViewer.png)
88100
89- # #### [ glfw_opengl3](examples/glfw_opengl3/glfw_opengl3.lua)
101+ # #### glfw_opengl3
90102
91- This can load and save image file with magnifying glass.
103+ ---
104+
105+ [glfw_opengl3](examples/glfw_opengl3/glfw_opengl3.lua)
106+
107+ - Loading and saving image file
108+ - Magnifying glass.
92109
93110! [alt](examples/img/glfw_opengl3.png)
94111
95- # #### [ glfw_opengl3_implot](examples/glfw_opengl3_implot/glfw_opengl3_implot.lua)
112+ # #### glfw_opengl3_implot
96113
114+ ---
115+
116+ [glfw_opengl3_implot](examples/glfw_opengl3_implot/glfw_opengl3_implot.lua)
97117With [ImPlot3D](https://github.com/brenocq/implot3d) demo written in LuaJIT script [implotWindow.lua](examples/glfw_opengl3_implot/implotWindow.lua).
98118
99119! [alt](examples/img/glfw_opengl3_implot.gif)
100120See more example: [implot_sample.lua](bin/examples/LuaJIT-ImGui/examples/implot_sample.lua)
101121
102- # #### [ glfw_opengl3_jp](examples/glfw_opengl3_jp/glfw_opengl3_jp.lua)
122+ # #### glfw_opengl3_jp
103123
104- Showing font of local language with magnifying glass.
124+ ---
125+
126+ [glfw_opengl3_jp](examples/glfw_opengl3_jp/glfw_opengl3_jp.lua)
127+ 1. Showing fonts of local language (C** J** K)
128+ 1. Magnifying glass
105129
106130! [alt](examples/img/glfw_opengl3_jp.png)
107131
108- # #### [sdl2_opengl3](examples/sdl2_opengl3/sdl2_opengl3.lua)
132+ # #### sdl2_opengl3
133+
134+ ---
135+
136+ [sdl2_opengl3](examples/sdl2_opengl3/sdl2_opengl3.lua)
109137
110138With magnifying glass.
111139
112140! [alt](examples/img/sdl2_opengl3.png)
113141
114- # #### [ ImGuizmo_sample.lua](bin/examples/LuaJIT-ImGui/examples/ImGuizmo_sample.lua)
142+ # #### ImGuizmo_sample.lua
115143
116- Note [^note]
144+ ---
145+
146+ [ImGuizmo_sample.lua](bin/examples/LuaJIT-ImGui/examples/ImGuizmo_sample.lua) [^note]
117147
118148! [alt](examples/img/ImGuizmo_sample.png)
119149
120- # #### [ imnodes_graph_sample.lua](bin/examples/LuaJIT-ImGui/examples/imnodes_graph_sample.lua)
150+ # #### imnodes_graph_sample.lua
121151
122- Note [^note]
152+ ---
153+
154+ [imnodes_graph_sample.lua](bin/examples/LuaJIT-ImGui/examples/imnodes_graph_sample.lua) [^note]
123155
124156! [alt](examples/img/imnodes_graph_sample.png)
125157
@@ -131,32 +163,53 @@ Note [^note]
131163
132164Note [^note2]
133165
134- # #### [ delaunay_particles.lua](bin/examples/delaunay_particles.lua)
166+ # #### delaunay_particles
135167
168+ ---
169+
170+ [delaunay_particles.lua](bin/examples/delaunay_particles.lua)
136171! [alt](examples/img/delaunay_particles.gif)
137172
138- # #### [bacteria.lua](bin/examples/shadertoy/bacteria.lua)
173+ # #### bacteria.lua
174+
175+ ---
139176
177+ [bacteria.lua](bin/examples/shadertoy/bacteria.lua)
140178! [alt](examples/img/bacteria.png)
141179
142- # #### [house.lua](bin/examples/modeling/house/house.lua)
180+ # #### house.lua
181+
182+ ---
143183
184+ [house.lua](bin/examples/modeling/house/house.lua)
144185! [alt](examples/img/house.png)
145186
146- # #### [corazon.lua](bin/examples/modeling/heart/corazon.lua)
187+ # #### corazon.lua
188+
189+ ---
147190
191+ [corazon.lua](bin/examples/modeling/heart/corazon.lua)
148192! [alt](examples/img/corazon.png)
149193
150- # #### [CTE_windows.lua](bin/examples/LuaJIT-ImGui/examples/CTE_windows.lua)
194+ # #### CTE_windows.lua
195+
196+ ---
151197
198+ [CTE_windows.lua](bin/examples/LuaJIT-ImGui/examples/CTE_windows.lua)
152199! [alt](examples/img/CTE_Windows.png)
153200
154- # #### [ compute_shader.lua](bin/examples/compute_shader/compute_shader.lua)
201+ # #### compute_shader.lua
155202
203+ ---
204+
205+ [compute_shader.lua](bin/examples/compute_shader/compute_shader.lua)
156206! [alt](examples/img/compute_shader.png)
157207
158- # #### [julia.lua](https://github.com/dinau/luajitImGui/blob/main/bin/examples/juliaSet/julia.lua)
208+ # #### julia.lua
209+
210+ ---
159211
212+ [julia.lua](https://github.com/dinau/luajitImGui/blob/main/bin/examples/juliaSet/julia.lua)
160213! [alt](https://github.com/dinau/luajitImGui/blob/main/examples/img/julia.png? raw=true)
161214
162215# ### Download Zip binary
0 commit comments