Skip to content

Commit 62d4a60

Browse files
committed
README.md
1 parent 166da82 commit 62d4a60

File tree

4 files changed

+78
-25
lines changed

4 files changed

+78
-25
lines changed

README.md

Lines changed: 74 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
97117
With [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)
100120
See 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

110138
With 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

132164
Note [^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

examples/iconFontViewer/iconFontViewer.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[mainWindow]
2-
posx=110
2+
posx=144
33
width=1620
4-
height=800
5-
posy=123
4+
height=571
5+
posy=186
66
colBGx=0.25
77
colBGy=0.65
88
colBGz=0.85

examples/iconFontViewer/imgui.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Collapsed=0
153153

154154
[Window][Icon Font Viewer2]
155155
Pos=823,10
156-
Size=814,768
156+
Size=814,548
157157
Collapsed=0
158158

159159
[Window][Dear ImGui Demo/ResizableChild_478B81A3]

examples/img/iconFontViewer.png

-75.2 KB
Loading

0 commit comments

Comments
 (0)