imgui-bindings 0.1.15 → 0.1.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ChangeLog +385 -381
- data/LICENSE.txt +1 -1
- data/README.md +121 -121
- data/lib/imgui.aarch64.so +0 -0
- data/lib/imgui.arm64.dylib +0 -0
- data/lib/imgui.dll +0 -0
- data/lib/imgui.rb +420 -145
- data/lib/imgui.x86_64.dylib +0 -0
- data/lib/imgui.x86_64.so +0 -0
- data/lib/imgui_impl_glfw.rb +511 -511
- data/lib/imgui_impl_opengl2.rb +212 -212
- data/lib/imgui_impl_opengl3.rb +1 -1
- data/lib/imgui_impl_raylib.rb +2 -1
- data/lib/imgui_impl_sdl2.rb +409 -409
- data/lib/imgui_impl_sdlrenderer.rb +200 -200
- data/lib/imgui_internal.rb +49 -49
- data/lib/imnodes.aarch64.so +0 -0
- data/lib/imnodes.arm64.dylib +0 -0
- data/lib/imnodes.dll +0 -0
- data/lib/imnodes.rb +161 -161
- data/lib/imnodes.x86_64.dylib +0 -0
- data/lib/imnodes.x86_64.so +0 -0
- metadata +3 -6
data/ChangeLog
CHANGED
@@ -1,381 +1,385 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
* ImGui v1.
|
4
|
-
|
5
|
-
2024-
|
6
|
-
|
7
|
-
* ImGui v1.91.
|
8
|
-
|
9
|
-
2024-
|
10
|
-
|
11
|
-
* ImGui v1.
|
12
|
-
|
13
|
-
2024-
|
14
|
-
|
15
|
-
* ImGui v1.90.
|
16
|
-
|
17
|
-
2024-
|
18
|
-
|
19
|
-
* ImGui v1.90.
|
20
|
-
|
21
|
-
2024-
|
22
|
-
|
23
|
-
* ImGui v1.90.
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
*
|
28
|
-
|
29
|
-
2023-
|
30
|
-
|
31
|
-
*
|
32
|
-
|
33
|
-
2023-
|
34
|
-
|
35
|
-
* ImGui v1.
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
*
|
41
|
-
|
42
|
-
2023-
|
43
|
-
|
44
|
-
* ImGui v1.89.
|
45
|
-
|
46
|
-
2023-07-
|
47
|
-
|
48
|
-
* ImGui v1.89.
|
49
|
-
|
50
|
-
2023-
|
51
|
-
|
52
|
-
* ImGui v1.89.
|
53
|
-
|
54
|
-
2023-
|
55
|
-
|
56
|
-
* ImGui v1.89.
|
57
|
-
|
58
|
-
2023-
|
59
|
-
|
60
|
-
* ImGui v1.89.
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
* Added
|
66
|
-
|
67
|
-
2023-01-
|
68
|
-
|
69
|
-
*
|
70
|
-
|
71
|
-
2023-01-
|
72
|
-
|
73
|
-
*
|
74
|
-
|
75
|
-
2023-01-
|
76
|
-
|
77
|
-
*
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
*
|
83
|
-
|
84
|
-
2022-
|
85
|
-
|
86
|
-
*
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
*
|
94
|
-
|
95
|
-
2022-
|
96
|
-
|
97
|
-
*
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
*
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
*
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
* (
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
*
|
117
|
-
|
118
|
-
2022-01-
|
119
|
-
|
120
|
-
* Use
|
121
|
-
|
122
|
-
2022-01-
|
123
|
-
|
124
|
-
*
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
*
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
* (
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
* imgui_impl_sdlrenderer.rb, sample/test_sdl2_sdlrenderer.rb:
|
140
|
-
|
141
|
-
2021-12-
|
142
|
-
|
143
|
-
*
|
144
|
-
|
145
|
-
2021-
|
146
|
-
|
147
|
-
* (macOS) ImGui 1.
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
*
|
153
|
-
|
154
|
-
2021-
|
155
|
-
|
156
|
-
* (macOS) ImGui 1.84.
|
157
|
-
|
158
|
-
2021-08-
|
159
|
-
|
160
|
-
*
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
*
|
166
|
-
|
167
|
-
2021-
|
168
|
-
|
169
|
-
*
|
170
|
-
|
171
|
-
2021-06-
|
172
|
-
|
173
|
-
*
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
*
|
178
|
-
* (
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
* (
|
183
|
-
|
184
|
-
2021-03-
|
185
|
-
|
186
|
-
* (
|
187
|
-
|
188
|
-
2021-
|
189
|
-
|
190
|
-
*
|
191
|
-
|
192
|
-
2021-02-
|
193
|
-
|
194
|
-
*
|
195
|
-
|
196
|
-
2021-02-
|
197
|
-
|
198
|
-
* (
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
*
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
* (
|
208
|
-
* (
|
209
|
-
* ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [
|
210
|
-
*
|
211
|
-
*
|
212
|
-
*
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
*
|
217
|
-
|
218
|
-
2020-
|
219
|
-
|
220
|
-
*
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
* (macOS) ImGui 1.
|
226
|
-
|
227
|
-
2020-08-
|
228
|
-
|
229
|
-
* (
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
* (Windows)
|
235
|
-
|
236
|
-
2020-
|
237
|
-
|
238
|
-
*
|
239
|
-
|
240
|
-
2020-06-
|
241
|
-
|
242
|
-
*
|
243
|
-
|
244
|
-
2020-06-
|
245
|
-
|
246
|
-
*
|
247
|
-
|
248
|
-
2020-
|
249
|
-
|
250
|
-
*
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
*
|
256
|
-
|
257
|
-
2020-05-
|
258
|
-
|
259
|
-
*
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
*
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
*
|
269
|
-
*
|
270
|
-
* Added
|
271
|
-
* Added
|
272
|
-
*
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
* Added
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
*
|
284
|
-
|
285
|
-
2020-04-
|
286
|
-
|
287
|
-
*
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
* (
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
*
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
2019-11-
|
306
|
-
|
307
|
-
* (
|
308
|
-
|
309
|
-
2019-
|
310
|
-
|
311
|
-
* (
|
312
|
-
|
313
|
-
2019-
|
314
|
-
|
315
|
-
*
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
*
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
*
|
328
|
-
|
329
|
-
2019-08-
|
330
|
-
|
331
|
-
*
|
332
|
-
|
333
|
-
2019-08-
|
334
|
-
|
335
|
-
*
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
*
|
341
|
-
|
342
|
-
2019-07-
|
343
|
-
|
344
|
-
* (macOS) Catching up with ImGui 1.
|
345
|
-
|
346
|
-
2019-
|
347
|
-
|
348
|
-
* (macOS) Catching up with ImGui 1.
|
349
|
-
|
350
|
-
2019-
|
351
|
-
|
352
|
-
* (macOS) Catching up with ImGui 1.
|
353
|
-
|
354
|
-
2019-
|
355
|
-
|
356
|
-
* (macOS) Catching up with ImGui 1.
|
357
|
-
|
358
|
-
2019-
|
359
|
-
|
360
|
-
* Catching up with ImGui 1.
|
361
|
-
|
362
|
-
2019-01-
|
363
|
-
|
364
|
-
*
|
365
|
-
|
366
|
-
2019-01-
|
367
|
-
|
368
|
-
*
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
*
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
*
|
379
|
-
|
380
|
-
|
381
|
-
|
1
|
+
2025-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
|
2
|
+
|
3
|
+
* ImGui v1.97.1-WIP
|
4
|
+
|
5
|
+
2024-09-22 vaiorabbit <http://twitter.com/vaiorabbit>
|
6
|
+
|
7
|
+
* ImGui v1.91.1
|
8
|
+
|
9
|
+
2024-08-04 vaiorabbit <http://twitter.com/vaiorabbit>
|
10
|
+
|
11
|
+
* ImGui v1.91.0
|
12
|
+
|
13
|
+
2024-07-14 vaiorabbit <http://twitter.com/vaiorabbit>
|
14
|
+
|
15
|
+
* ImGui v1.90.9
|
16
|
+
|
17
|
+
2024-04-13 vaiorabbit <http://twitter.com/vaiorabbit>
|
18
|
+
|
19
|
+
* ImGui v1.90.5
|
20
|
+
|
21
|
+
2024-02-25 vaiorabbit <http://twitter.com/vaiorabbit>
|
22
|
+
|
23
|
+
* ImGui v1.90.4
|
24
|
+
|
25
|
+
2024-01-12 vaiorabbit <http://twitter.com/vaiorabbit>
|
26
|
+
|
27
|
+
* ImGui v1.90.1
|
28
|
+
|
29
|
+
2023-12-10 vaiorabbit <http://twitter.com/vaiorabbit>
|
30
|
+
|
31
|
+
* macOS : Generate libraries for each platform
|
32
|
+
|
33
|
+
2023-11-19 vaiorabbit <http://twitter.com/vaiorabbit>
|
34
|
+
|
35
|
+
* ImGui v1.90.0
|
36
|
+
|
37
|
+
2023-09-09 vaiorabbit <http://twitter.com/vaiorabbit>
|
38
|
+
|
39
|
+
* ImGui v1.89.9
|
40
|
+
* Added several structs
|
41
|
+
|
42
|
+
2023-08-10 vaiorabbit <http://twitter.com/vaiorabbit>
|
43
|
+
|
44
|
+
* ImGui v1.89.8
|
45
|
+
|
46
|
+
2023-07-29 vaiorabbit <http://twitter.com/vaiorabbit>
|
47
|
+
|
48
|
+
* ImGui v1.89.7
|
49
|
+
|
50
|
+
2023-07-02 vaiorabbit <http://twitter.com/vaiorabbit>
|
51
|
+
|
52
|
+
* ImGui v1.89.6
|
53
|
+
|
54
|
+
2023-04-15 vaiorabbit <http://twitter.com/vaiorabbit>
|
55
|
+
|
56
|
+
* ImGui v1.89.5
|
57
|
+
|
58
|
+
2023-03-19 vaiorabbit <http://twitter.com/vaiorabbit>
|
59
|
+
|
60
|
+
* ImGui v1.89.4
|
61
|
+
|
62
|
+
2023-02-23 vaiorabbit <http://twitter.com/vaiorabbit>
|
63
|
+
|
64
|
+
* ImGui v1.89.3
|
65
|
+
* sample/basic_usage.rb: Added ImGui::SeparatorText demo
|
66
|
+
|
67
|
+
2023-01-09 vaiorabbit <http://twitter.com/vaiorabbit>
|
68
|
+
|
69
|
+
* Added Linux binaries (Only tested on aarch64 Chromebook Linux)
|
70
|
+
|
71
|
+
2023-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
|
72
|
+
|
73
|
+
* Generate function comments in bindings codes
|
74
|
+
|
75
|
+
2023-01-07 vaiorabbit <http://twitter.com/vaiorabbit>
|
76
|
+
|
77
|
+
* ImGui v1.89.2
|
78
|
+
|
79
|
+
2023-01-04 vaiorabbit <http://twitter.com/vaiorabbit>
|
80
|
+
|
81
|
+
* lib/imgui_impl_raylib.rb: Removed codes manipulating blend function. Now it seems there's no need to do so.
|
82
|
+
* imgui_dll/cimgui_internal.cpp: Internal functions I need are now imported manually
|
83
|
+
|
84
|
+
2022-12-25 vaiorabbit <http://twitter.com/vaiorabbit>
|
85
|
+
|
86
|
+
* ImGui v1.89.1
|
87
|
+
|
88
|
+
2022-08-14 vaiorabbit <http://twitter.com/vaiorabbit>
|
89
|
+
|
90
|
+
* Added ImNodes ( https://github.com/rokups/ImNodes ) support
|
91
|
+
* Moved cimgui location
|
92
|
+
* Removed unmaintained debug version of shared libraries
|
93
|
+
* Added hand-written binding code for imgui_internal.h
|
94
|
+
|
95
|
+
2022-08-06 vaiorabbit <http://twitter.com/vaiorabbit>
|
96
|
+
|
97
|
+
* Fixed several warnings
|
98
|
+
|
99
|
+
2022-07-02 vaiorabbit <http://twitter.com/vaiorabbit>
|
100
|
+
|
101
|
+
* (macOS) ImGui 1.88
|
102
|
+
* (Windows) ImGui 1.88
|
103
|
+
* Updated tested Ruby version
|
104
|
+
|
105
|
+
2022-02-12 vaiorabbit <http://twitter.com/vaiorabbit>
|
106
|
+
|
107
|
+
* imgui_impl_sdl2.rb: Updated to use event API
|
108
|
+
* imgui_impl_sdlrenderer.rb: Updated to use new API / Applied https://github.com/ocornut/imgui/commit/c39192ba6403d963d5983fa3e5973f5170cb0e31
|
109
|
+
* imgui_impl_raylib.rb: Updated to use event API
|
110
|
+
* basic_usage_sdl2_opengl2.rb: Updated to use new API
|
111
|
+
* (Windows) ImGui 1.87
|
112
|
+
|
113
|
+
2022-02-11 vaiorabbit <http://twitter.com/vaiorabbit>
|
114
|
+
|
115
|
+
* (macOS) ImGui 1.87
|
116
|
+
* imgui_impl_glfw.rb: Updated to use event API
|
117
|
+
|
118
|
+
2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
|
119
|
+
|
120
|
+
* imgui_impl_raylib.rb: Added. Use this with Ruby raylib-bindings ( https://github.com/vaiorabbit/raylib-bindings )
|
121
|
+
|
122
|
+
2022-01-07 vaiorabbit <http://twitter.com/vaiorabbit>
|
123
|
+
|
124
|
+
* Use opengl-bindings2
|
125
|
+
|
126
|
+
2022-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
|
127
|
+
|
128
|
+
* imgui-bindings.gemspec: Added
|
129
|
+
|
130
|
+
2021-12-31 vaiorabbit <http://twitter.com/vaiorabbit>
|
131
|
+
|
132
|
+
* Added setup_dll.rb etc. for automatic library loading
|
133
|
+
* Changed generator output paths
|
134
|
+
* (Windows) Build binary with the latest ImGui
|
135
|
+
|
136
|
+
2021-12-26 vaiorabbit <http://twitter.com/vaiorabbit>
|
137
|
+
|
138
|
+
* (macOS) ImGui 1.86
|
139
|
+
* imgui_impl_sdlrenderer.rb, sample/test_sdl2_sdlrenderer.rb: Temporary fix to render correctly
|
140
|
+
|
141
|
+
2021-12-15 vaiorabbit <http://twitter.com/vaiorabbit>
|
142
|
+
|
143
|
+
* imgui_impl_sdlrenderer.rb, sample/test_sdl2_sdlrenderer.rb: Added
|
144
|
+
|
145
|
+
2021-12-09 vaiorabbit <http://twitter.com/vaiorabbit>
|
146
|
+
|
147
|
+
* (macOS) ImGui 1.86 WIP
|
148
|
+
|
149
|
+
2021-10-16 vaiorabbit <http://twitter.com/vaiorabbit>
|
150
|
+
|
151
|
+
* (macOS) ImGui 1.85
|
152
|
+
* basic_usage.rb: Added ImGuiDemo::StackToolWindow
|
153
|
+
|
154
|
+
2021-09-05 vaiorabbit <http://twitter.com/vaiorabbit>
|
155
|
+
|
156
|
+
* (macOS) ImGui 1.84.2
|
157
|
+
|
158
|
+
2021-08-22 vaiorabbit <http://twitter.com/vaiorabbit>
|
159
|
+
|
160
|
+
* (macOS) ImGui 1.84.1
|
161
|
+
|
162
|
+
2021-08-07 vaiorabbit <http://twitter.com/vaiorabbit>
|
163
|
+
|
164
|
+
* imgui_impl_sdl2.rb: Applied https://github.com/ocornut/imgui/commit/1cdd110eb41830ed3c852eade976a066946b7071 (See https://github.com/ocornut/imgui/pull/2696#issuecomment-889336981 )
|
165
|
+
* imgui_impl_glfw.rb: Applied https://github.com/ocornut/imgui/commit/044fd0cd2d976b31962689afa73c9824a6a08146 (See https://github.com/ocornut/imgui/pull/2696#issuecomment-889336981 )
|
166
|
+
|
167
|
+
2021-07-05 vaiorabbit <http://twitter.com/vaiorabbit>
|
168
|
+
|
169
|
+
* imgui_impl_sdl2.rb: Partially applied changes in https://github.com/ocornut/imgui/commit/6792e1a3e08c30c6e9015cf51658d14f7872b10b https://github.com/ocornut/imgui/blob/6792e1a3e08c30c6e9015cf51658d14f7872b10b/backends/imgui_impl_sdl.cpp
|
170
|
+
|
171
|
+
2021-06-21 vaiorabbit <http://twitter.com/vaiorabbit>
|
172
|
+
|
173
|
+
* imgui_impl_opengl3.rb: Applied changes in https://github.com/ocornut/imgui/pull/4244
|
174
|
+
|
175
|
+
2021-06-20 vaiorabbit <http://twitter.com/vaiorabbit>
|
176
|
+
|
177
|
+
* (Windows) ImGui 1.83
|
178
|
+
* (macOS) ImGui 1.83
|
179
|
+
* (macOS) Build script now generates ARM64 binary
|
180
|
+
* Added reference comments of arguments and return value
|
181
|
+
* Several APIs now contain underscore in its name due to cimgui change (e.g. GetColorU32Col -> GetColorU32_Col)
|
182
|
+
* (Experimental) Added overload functions (e.g.: ImGui::Combo, ImGui::MenuItem)
|
183
|
+
|
184
|
+
2021-03-27 vaiorabbit <http://twitter.com/vaiorabbit>
|
185
|
+
|
186
|
+
* (Windows) ImGui 1.82
|
187
|
+
|
188
|
+
2021-03-21 vaiorabbit <http://twitter.com/vaiorabbit>
|
189
|
+
|
190
|
+
* (macOS) ImGui 1.82
|
191
|
+
|
192
|
+
2021-02-20 vaiorabbit <http://twitter.com/vaiorabbit>
|
193
|
+
|
194
|
+
* Applied https://github.com/ocornut/imgui/commit/bda12e5fdd829e44e01a25aac015e156f3dad761
|
195
|
+
|
196
|
+
2021-02-12 vaiorabbit <http://twitter.com/vaiorabbit>
|
197
|
+
|
198
|
+
* (Windows) ImGui 1.81
|
199
|
+
|
200
|
+
2021-02-11 vaiorabbit <http://twitter.com/vaiorabbit>
|
201
|
+
|
202
|
+
* (macOS) ImGui 1.81
|
203
|
+
* sample: Cleaned up Japanese font initialization
|
204
|
+
|
205
|
+
2021-02-07 vaiorabbit <http://twitter.com/vaiorabbit>
|
206
|
+
|
207
|
+
* (Windows) ImGui 1.80
|
208
|
+
* (Windows) Built imgui.dll and imgui_debug.dll with:
|
209
|
+
* ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x64-mingw32]
|
210
|
+
* gcc (Rev6, Built by MSYS2 project) 10.2.0
|
211
|
+
* (macOS) ImGui 1.80
|
212
|
+
* (macOS) Built imgui.dylib with:
|
213
|
+
* ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [arm64-darwin20]
|
214
|
+
* Apple clang version 12.0.0 (clang-1200.0.32.29) / Target: arm64-apple-darwin20.2.0
|
215
|
+
* imgui_impl_opengl2.rb, imgui_impl_opengl3.rb: Applied same changes made at https://github.com/ocornut/imgui/commit/7d5d5711c20d2448fb379de245ddc3b950289873
|
216
|
+
* generator/generate_imgui.rb: Modified to handle exceptions
|
217
|
+
|
218
|
+
2020-12-20 vaiorabbit <http://twitter.com/vaiorabbit>
|
219
|
+
|
220
|
+
* third_party/glfw_build.sh, third_party/sdl2_build_dylib.sh: Modified/added to support x86_64|arm64 Universal Binary
|
221
|
+
|
222
|
+
2020-11-15 vaiorabbit <http://twitter.com/vaiorabbit>
|
223
|
+
|
224
|
+
* (Windows) ImGui 1.79
|
225
|
+
* (macOS) ImGui 1.79
|
226
|
+
|
227
|
+
2020-08-24 vaiorabbit <http://twitter.com/vaiorabbit>
|
228
|
+
|
229
|
+
* (macOS) ImGui 1.78
|
230
|
+
|
231
|
+
2020-08-22 vaiorabbit <http://twitter.com/vaiorabbit>
|
232
|
+
|
233
|
+
* (Windows) ImGui 1.78
|
234
|
+
* (Windows) Added imgui_debug.dll (Built with 'CMAKE_BUILD_TYPE=Debug')
|
235
|
+
|
236
|
+
2020-07-04 vaiorabbit <http://twitter.com/vaiorabbit>
|
237
|
+
|
238
|
+
* (Windows) ImGui 1.77
|
239
|
+
|
240
|
+
2020-06-14 vaiorabbit <http://twitter.com/vaiorabbit>
|
241
|
+
|
242
|
+
* imgui_impl_sdl2.rb: Fixed forcing 'include SDL2'
|
243
|
+
|
244
|
+
2020-06-12 vaiorabbit <http://twitter.com/vaiorabbit>
|
245
|
+
|
246
|
+
* basic_usage.rb: Fixed ImGui::End() mismatch
|
247
|
+
|
248
|
+
2020-06-11 vaiorabbit <http://twitter.com/vaiorabbit>
|
249
|
+
|
250
|
+
* imgui_impl_sdl2.rb: Renamed ImplSDL2_InitForOpenGL to ImplSDL2_Init
|
251
|
+
|
252
|
+
2020-05-13 vaiorabbit <http://twitter.com/vaiorabbit>
|
253
|
+
|
254
|
+
* 'Added support for pointer to struct. Now you can call like 'io[:Fonts].AddFontDefault()'.
|
255
|
+
* Constructors now return FFI::Struct, not :pointer
|
256
|
+
|
257
|
+
2020-05-12 vaiorabbit <http://twitter.com/vaiorabbit>
|
258
|
+
|
259
|
+
* Added instance methods (e.g.: ImGui::FontAtlas_AddFontDefault(io[:Fonts]) -> ImFontAtlas.new(io[:Fonts]).AddFontDefault())
|
260
|
+
|
261
|
+
2020-05-10 vaiorabbit <http://twitter.com/vaiorabbit>
|
262
|
+
|
263
|
+
* imgui_impl_opengl3.rb: Changed default GLSL version string from 130 to 150 (Ref.: https://github.com/ocornut/imgui/pull/3199 )
|
264
|
+
* generator: Read "stname", "constructor" and "destructor" from "definitions.json"
|
265
|
+
|
266
|
+
2020-05-05 vaiorabbit <http://twitter.com/vaiorabbit>
|
267
|
+
|
268
|
+
* Added ImDrawList support / Added ImColor.col32
|
269
|
+
* Added support for ImFontConfig / Added icon font sample
|
270
|
+
* Added support for FontGlyphRangesBuilder, ImWchar vector / Now constructors return :pointer
|
271
|
+
* Added support for ImGuiTextFilter, etc. / public interfaces are changed a bit ("ImGuixxx" prefixes are omitted)
|
272
|
+
* Fixed ImColor.create argument conversion
|
273
|
+
* Fixed wrong default argument (sizeof(float))
|
274
|
+
* Added provisional callback signature analyzer / Added callback typedef generation
|
275
|
+
* Added some CallbackData / Added ImGuiTypedefMapEntry for later use
|
276
|
+
* Returns ImVec2/4/Color correctly / Added default augument values to ImVec2.create, etc.
|
277
|
+
|
278
|
+
2020-05-03 vaiorabbit <http://twitter.com/vaiorabbit>
|
279
|
+
|
280
|
+
* Added provisional ImGuiStyle_ methods
|
281
|
+
* Added provisional ImGuiIO_ methods
|
282
|
+
* Added sample/basic_usage_sdl2_opengl2.rb
|
283
|
+
* (Windows) Catching up with ImGui 1.76
|
284
|
+
|
285
|
+
2020-04-19 vaiorabbit <http://twitter.com/vaiorabbit>
|
286
|
+
|
287
|
+
* Supported default value of public API arguments
|
288
|
+
|
289
|
+
2020-04-18 vaiorabbit <http://twitter.com/vaiorabbit>
|
290
|
+
|
291
|
+
* (macOS) Catching up with ImGui 1.76
|
292
|
+
* Generate APIs as wrapper methods (to support default arguments/method overloading in the future)
|
293
|
+
|
294
|
+
2020-02-11 vaiorabbit <http://twitter.com/vaiorabbit>
|
295
|
+
|
296
|
+
* (macOS) Catching up with ImGui 1.75
|
297
|
+
* Fixed wrong array argument generation (e.g. arguments like 'float[3]' are now converted into :pointer.)
|
298
|
+
* Added OpenGL3 render backend (Note that this feature is only tested only on macOS)
|
299
|
+
|
300
|
+
2020-01-26 vaiorabbit <http://twitter.com/vaiorabbit>
|
301
|
+
|
302
|
+
* Applied changes made in https://github.com/ocornut/imgui/commit/f6da5000bfaf3a035e8d8a7db9b5150644f4630b
|
303
|
+
"Backends: OpenGL2: Explicitly backup, setup and restore GL_TEXTURE_ENV to increase compatibility with legacy OpenGL applications."
|
304
|
+
|
305
|
+
2019-11-27 vaiorabbit <http://twitter.com/vaiorabbit>
|
306
|
+
|
307
|
+
* (macOS) Catching up with ImGui 1.74
|
308
|
+
|
309
|
+
2019-11-02 vaiorabbit <http://twitter.com/vaiorabbit>
|
310
|
+
|
311
|
+
* (Windows) Catching up with ImGui 1.73
|
312
|
+
|
313
|
+
2019-10-25 vaiorabbit <http://twitter.com/vaiorabbit>
|
314
|
+
|
315
|
+
* (macOS) Catching up with ImGui 1.73
|
316
|
+
|
317
|
+
2019-09-11 vaiorabbit <http://twitter.com/vaiorabbit>
|
318
|
+
|
319
|
+
* Revised folder structures
|
320
|
+
* Moved some older codes into backup/
|
321
|
+
|
322
|
+
2019-09-01 vaiorabbit <http://twitter.com/vaiorabbit>
|
323
|
+
|
324
|
+
* Design change: Libraries are separated into imgui.rb, imgui_impl_glfw.rb and imgui_impl_opengl2.rb
|
325
|
+
* See sample/test_glfw_opengl2.rb for new usage
|
326
|
+
* imgui_impl_sdl2.rb, sample/test_sdl2_opengl2.rb, sample/imgui_and_testgl2.rb: Added.
|
327
|
+
* Note that imgui_glfw_opengl2.rb will not be supported any more.
|
328
|
+
|
329
|
+
2019-08-25 vaiorabbit <http://twitter.com/vaiorabbit>
|
330
|
+
|
331
|
+
* Revised folder names
|
332
|
+
|
333
|
+
2019-08-20 vaiorabbit <http://twitter.com/vaiorabbit>
|
334
|
+
|
335
|
+
* linux build tweak https://github.com/vaiorabbit/ruby-imgui/pull/1 (Thanks: Jake Vandereay https://github.com/lunarfyre7)
|
336
|
+
|
337
|
+
2019-08-03 vaiorabbit <http://twitter.com/vaiorabbit>
|
338
|
+
|
339
|
+
* (Windows) Catching up with ImGui 1.72
|
340
|
+
* `imgui_glfw_opengl2.dll` was built against ruby 2.6.0p0 (2018-12-25 revision 66547) [x64-mingw32].
|
341
|
+
|
342
|
+
2019-07-29 vaiorabbit <http://twitter.com/vaiorabbit>
|
343
|
+
|
344
|
+
* (macOS) Catching up with ImGui 1.72
|
345
|
+
|
346
|
+
2019-07-28 vaiorabbit <http://twitter.com/vaiorabbit>
|
347
|
+
|
348
|
+
* (macOS) Catching up with ImGui 1.71
|
349
|
+
|
350
|
+
2019-06-09 vaiorabbit <http://twitter.com/vaiorabbit>
|
351
|
+
|
352
|
+
* (macOS) Catching up with ImGui 1.70
|
353
|
+
|
354
|
+
2019-03-24 vaiorabbit <http://twitter.com/vaiorabbit>
|
355
|
+
|
356
|
+
* (macOS) Catching up with ImGui 1.69
|
357
|
+
|
358
|
+
2019-02-22 vaiorabbit <http://twitter.com/vaiorabbit>
|
359
|
+
|
360
|
+
* (macOS) Catching up with ImGui 1.68
|
361
|
+
|
362
|
+
2019-01-15 vaiorabbit <http://twitter.com/vaiorabbit>
|
363
|
+
|
364
|
+
* Catching up with ImGui 1.67
|
365
|
+
|
366
|
+
2019-01-14 vaiorabbit <http://twitter.com/vaiorabbit>
|
367
|
+
|
368
|
+
* ImFont, ImFontAtlas (imgui_glfw_opengl2.rb): Added
|
369
|
+
|
370
|
+
2019-01-13 vaiorabbit <http://twitter.com/vaiorabbit>
|
371
|
+
|
372
|
+
* Tested on Windows.
|
373
|
+
* cimgui_build.sh, cimgui_build.bat: Added.
|
374
|
+
|
375
|
+
2019-01-06 vaiorabbit <http://twitter.com/vaiorabbit>
|
376
|
+
|
377
|
+
* ImGuiBindings.build_ffi_typedef_map(common.rb): Changed usage
|
378
|
+
* imgui_glfw_opengl2.dylib: Specified the terms of use.
|
379
|
+
|
380
|
+
2019-01-05 vaiorabbit <http://twitter.com/vaiorabbit>
|
381
|
+
|
382
|
+
* initial commmit
|
383
|
+
* Fixed API names (ex. igShowDemoWindow -> ImGui::ShowDemoWindow)
|
384
|
+
* [Fixed] Failed to generate array type member of struct.
|
385
|
+
* Added Japanese font loading & rendering example (test.rb)
|