imgui-bindings 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0bc397ef4a3fdcdc3fb10513918ad76076eef1473fc0653f742fad48ac0be986
4
- data.tar.gz: 0aa58c8f4fb007415e1fdb0ec35e71a627cd77de09db0d3af5c58255a685e941
3
+ metadata.gz: c10e23d8df31f275178936f70391b59f02a4ef8df36c0585a84ac0d290c353bd
4
+ data.tar.gz: 6379ad79835a62a9e9b9d2c35fac3e8ff2e500250da86fd1dd22db73e468317c
5
5
  SHA512:
6
- metadata.gz: 4ac9f0e08243dfa296ecf4dbdf649b8994c38842af77e40e8718cbb5d7bf633ca29e44de3c917be782f2572c2f5d3a4ae7cec1fd737e5795891793b6b0f4a42c
7
- data.tar.gz: edec42e9b4feef8058694ece8888d9a56e1c8a20beb12dd5a146ad98bf62d283aae086677cc96873babdd82fd16b6d2b647390804c1aa68a0568e93d7f5044d6
6
+ metadata.gz: 66d81501eacdc2dd8bed179c920ffbc8b5331fa935345a530d508b7e8a9f9ed0a0da3e139cf3c121763474f5521fb91777b1d949630d4e76d6d9e76b68ec6929
7
+ data.tar.gz: b4f4fda351cf14c59760c43c9d35746182dd19343d72e00d5212e798db7ecd9927341eabbe81e46a5d2ef8e99a6a900bd1d115d990f049c7fb67ca2004a1733d
data/ChangeLog CHANGED
@@ -1,268 +1,281 @@
1
- 2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
2
-
3
- * imgui_impl_raylib.rb: Added. Use this with Ruby raylib-bindings ( https://github.com/vaiorabbit/raylib-bindings )
4
-
5
- 2022-01-07 vaiorabbit <http://twitter.com/vaiorabbit>
6
-
7
- * Use opengl-bindings2
8
-
9
- 2022-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
10
-
11
- * imgui-bindings.gemspec: Added
12
-
13
- 2021-12-31 vaiorabbit <http://twitter.com/vaiorabbit>
14
-
15
- * Added setup_dll.rb etc. for automatic library loading
16
- * Changed generator output paths
17
- * (Windows) Build binary with the latest ImGui
18
-
19
- 2021-12-26 vaiorabbit <http://twitter.com/vaiorabbit>
20
-
21
- * (macOS) ImGui 1.86
22
- * imgui_impl_sdlrenderer.rb, sample/test_sdl2_sdlrenderer.rb: Temporary fix to render correctly
23
-
24
- 2021-12-15 vaiorabbit <http://twitter.com/vaiorabbit>
25
-
26
- * imgui_impl_sdlrenderer.rb, sample/test_sdl2_sdlrenderer.rb: Added
27
-
28
- 2021-12-09 vaiorabbit <http://twitter.com/vaiorabbit>
29
-
30
- * (macOS) ImGui 1.86 WIP
31
-
32
- 2021-10-16 vaiorabbit <http://twitter.com/vaiorabbit>
33
-
34
- * (macOS) ImGui 1.85
35
- * basic_usage.rb: Added ImGuiDemo::StackToolWindow
36
-
37
- 2021-09-05 vaiorabbit <http://twitter.com/vaiorabbit>
38
-
39
- * (macOS) ImGui 1.84.2
40
-
41
- 2021-08-22 vaiorabbit <http://twitter.com/vaiorabbit>
42
-
43
- * (macOS) ImGui 1.84.1
44
-
45
- 2021-08-07 vaiorabbit <http://twitter.com/vaiorabbit>
46
-
47
- * imgui_impl_sdl2.rb: Applied https://github.com/ocornut/imgui/commit/1cdd110eb41830ed3c852eade976a066946b7071 (See https://github.com/ocornut/imgui/pull/2696#issuecomment-889336981 )
48
- * imgui_impl_glfw.rb: Applied https://github.com/ocornut/imgui/commit/044fd0cd2d976b31962689afa73c9824a6a08146 (See https://github.com/ocornut/imgui/pull/2696#issuecomment-889336981 )
49
-
50
- 2021-07-05 vaiorabbit <http://twitter.com/vaiorabbit>
51
-
52
- * 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
53
-
54
- 2021-06-21 vaiorabbit <http://twitter.com/vaiorabbit>
55
-
56
- * imgui_impl_opengl3.rb: Applied changes in https://github.com/ocornut/imgui/pull/4244
57
-
58
- 2021-06-20 vaiorabbit <http://twitter.com/vaiorabbit>
59
-
60
- * (Windows) ImGui 1.83
61
- * (macOS) ImGui 1.83
62
- * (macOS) Build script now generates ARM64 binary
63
- * Added reference comments of arguments and return value
64
- * Several APIs now contain underscore in its name due to cimgui change (e.g. GetColorU32Col -> GetColorU32_Col)
65
- * (Experimental) Added overload functions (e.g.: ImGui::Combo, ImGui::MenuItem)
66
-
67
- 2021-03-27 vaiorabbit <http://twitter.com/vaiorabbit>
68
-
69
- * (Windows) ImGui 1.82
70
-
71
- 2021-03-21 vaiorabbit <http://twitter.com/vaiorabbit>
72
-
73
- * (macOS) ImGui 1.82
74
-
75
- 2021-02-20 vaiorabbit <http://twitter.com/vaiorabbit>
76
-
77
- * Applied https://github.com/ocornut/imgui/commit/bda12e5fdd829e44e01a25aac015e156f3dad761
78
-
79
- 2021-02-12 vaiorabbit <http://twitter.com/vaiorabbit>
80
-
81
- * (Windows) ImGui 1.81
82
-
83
- 2021-02-11 vaiorabbit <http://twitter.com/vaiorabbit>
84
-
85
- * (macOS) ImGui 1.81
86
- * sample: Cleaned up Japanese font initialization
87
-
88
- 2021-02-07 vaiorabbit <http://twitter.com/vaiorabbit>
89
-
90
- * (Windows) ImGui 1.80
91
- * (Windows) Built imgui.dll and imgui_debug.dll with:
92
- * ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x64-mingw32]
93
- * gcc (Rev6, Built by MSYS2 project) 10.2.0
94
- * (macOS) ImGui 1.80
95
- * (macOS) Built imgui.dylib with:
96
- * ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [arm64-darwin20]
97
- * Apple clang version 12.0.0 (clang-1200.0.32.29) / Target: arm64-apple-darwin20.2.0
98
- * imgui_impl_opengl2.rb, imgui_impl_opengl3.rb: Applied same changes made at https://github.com/ocornut/imgui/commit/7d5d5711c20d2448fb379de245ddc3b950289873
99
- * generator/generate_imgui.rb: Modified to handle exceptions
100
-
101
- 2020-12-20 vaiorabbit <http://twitter.com/vaiorabbit>
102
-
103
- * third_party/glfw_build.sh, third_party/sdl2_build_dylib.sh: Modified/added to support x86_64|arm64 Universal Binary
104
-
105
- 2020-11-15 vaiorabbit <http://twitter.com/vaiorabbit>
106
-
107
- * (Windows) ImGui 1.79
108
- * (macOS) ImGui 1.79
109
-
110
- 2020-08-24 vaiorabbit <http://twitter.com/vaiorabbit>
111
-
112
- * (macOS) ImGui 1.78
113
-
114
- 2020-08-22 vaiorabbit <http://twitter.com/vaiorabbit>
115
-
116
- * (Windows) ImGui 1.78
117
- * (Windows) Added imgui_debug.dll (Built with 'CMAKE_BUILD_TYPE=Debug')
118
-
119
- 2020-07-04 vaiorabbit <http://twitter.com/vaiorabbit>
120
-
121
- * (Windows) ImGui 1.77
122
-
123
- 2020-06-14 vaiorabbit <http://twitter.com/vaiorabbit>
124
-
125
- * imgui_impl_sdl2.rb: Fixed forcing 'include SDL2'
126
-
127
- 2020-06-12 vaiorabbit <http://twitter.com/vaiorabbit>
128
-
129
- * basic_usage.rb: Fixed ImGui::End() mismatch
130
-
131
- 2020-06-11 vaiorabbit <http://twitter.com/vaiorabbit>
132
-
133
- * imgui_impl_sdl2.rb: Renamed ImplSDL2_InitForOpenGL to ImplSDL2_Init
134
-
135
- 2020-05-13 vaiorabbit <http://twitter.com/vaiorabbit>
136
-
137
- * 'Added support for pointer to struct. Now you can call like 'io[:Fonts].AddFontDefault()'.
138
- * Constructors now return FFI::Struct, not :pointer
139
-
140
- 2020-05-12 vaiorabbit <http://twitter.com/vaiorabbit>
141
-
142
- * Added instance methods (e.g.: ImGui::FontAtlas_AddFontDefault(io[:Fonts]) -> ImFontAtlas.new(io[:Fonts]).AddFontDefault())
143
-
144
- 2020-05-10 vaiorabbit <http://twitter.com/vaiorabbit>
145
-
146
- * imgui_impl_opengl3.rb: Changed default GLSL version string from 130 to 150 (Ref.: https://github.com/ocornut/imgui/pull/3199 )
147
- * generator: Read "stname", "constructor" and "destructor" from "definitions.json"
148
-
149
- 2020-05-05 vaiorabbit <http://twitter.com/vaiorabbit>
150
-
151
- * Added ImDrawList support / Added ImColor.col32
152
- * Added support for ImFontConfig / Added icon font sample
153
- * Added support for FontGlyphRangesBuilder, ImWchar vector / Now constructors return :pointer
154
- * Added support for ImGuiTextFilter, etc. / public interfaces are changed a bit ("ImGuixxx" prefixes are omitted)
155
- * Fixed ImColor.create argument conversion
156
- * Fixed wrong default argument (sizeof(float))
157
- * Added provisional callback signature analyzer / Added callback typedef generation
158
- * Added some CallbackData / Added ImGuiTypedefMapEntry for later use
159
- * Returns ImVec2/4/Color correctly / Added default augument values to ImVec2.create, etc.
160
-
161
- 2020-05-03 vaiorabbit <http://twitter.com/vaiorabbit>
162
-
163
- * Added provisional ImGuiStyle_ methods
164
- * Added provisional ImGuiIO_ methods
165
- * Added sample/basic_usage_sdl2_opengl2.rb
166
- * (Windows) Catching up with ImGui 1.76
167
-
168
- 2020-04-19 vaiorabbit <http://twitter.com/vaiorabbit>
169
-
170
- * Supported default value of public API arguments
171
-
172
- 2020-04-18 vaiorabbit <http://twitter.com/vaiorabbit>
173
-
174
- * (macOS) Catching up with ImGui 1.76
175
- * Generate APIs as wrapper methods (to support default arguments/method overloading in the future)
176
-
177
- 2020-02-11 vaiorabbit <http://twitter.com/vaiorabbit>
178
-
179
- * (macOS) Catching up with ImGui 1.75
180
- * Fixed wrong array argument generation (e.g. arguments like 'float[3]' are now converted into :pointer.)
181
- * Added OpenGL3 render backend (Note that this feature is only tested only on macOS)
182
-
183
- 2020-01-26 vaiorabbit <http://twitter.com/vaiorabbit>
184
-
185
- * Applied changes made in https://github.com/ocornut/imgui/commit/f6da5000bfaf3a035e8d8a7db9b5150644f4630b
186
- "Backends: OpenGL2: Explicitly backup, setup and restore GL_TEXTURE_ENV to increase compatibility with legacy OpenGL applications."
187
-
188
- 2019-11-27 vaiorabbit <http://twitter.com/vaiorabbit>
189
-
190
- * (macOS) Catching up with ImGui 1.74
191
-
192
- 2019-11-02 vaiorabbit <http://twitter.com/vaiorabbit>
193
-
194
- * (Windows) Catching up with ImGui 1.73
195
-
196
- 2019-10-25 vaiorabbit <http://twitter.com/vaiorabbit>
197
-
198
- * (macOS) Catching up with ImGui 1.73
199
-
200
- 2019-09-11 vaiorabbit <http://twitter.com/vaiorabbit>
201
-
202
- * Revised folder structures
203
- * Moved some older codes into backup/
204
-
205
- 2019-09-01 vaiorabbit <http://twitter.com/vaiorabbit>
206
-
207
- * Design change: Libraries are separated into imgui.rb, imgui_impl_glfw.rb and imgui_impl_opengl2.rb
208
- * See sample/test_glfw_opengl2.rb for new usage
209
- * imgui_impl_sdl2.rb, sample/test_sdl2_opengl2.rb, sample/imgui_and_testgl2.rb: Added.
210
- * Note that imgui_glfw_opengl2.rb will not be supported any more.
211
-
212
- 2019-08-25 vaiorabbit <http://twitter.com/vaiorabbit>
213
-
214
- * Revised folder names
215
-
216
- 2019-08-20 vaiorabbit <http://twitter.com/vaiorabbit>
217
-
218
- * linux build tweak https://github.com/vaiorabbit/ruby-imgui/pull/1 (Thanks: Jake Vandereay https://github.com/lunarfyre7)
219
-
220
- 2019-08-03 vaiorabbit <http://twitter.com/vaiorabbit>
221
-
222
- * (Windows) Catching up with ImGui 1.72
223
- * `imgui_glfw_opengl2.dll` was built against ruby 2.6.0p0 (2018-12-25 revision 66547) [x64-mingw32].
224
-
225
- 2019-07-29 vaiorabbit <http://twitter.com/vaiorabbit>
226
-
227
- * (macOS) Catching up with ImGui 1.72
228
-
229
- 2019-07-28 vaiorabbit <http://twitter.com/vaiorabbit>
230
-
231
- * (macOS) Catching up with ImGui 1.71
232
-
233
- 2019-06-09 vaiorabbit <http://twitter.com/vaiorabbit>
234
-
235
- * (macOS) Catching up with ImGui 1.70
236
-
237
- 2019-03-24 vaiorabbit <http://twitter.com/vaiorabbit>
238
-
239
- * (macOS) Catching up with ImGui 1.69
240
-
241
- 2019-02-22 vaiorabbit <http://twitter.com/vaiorabbit>
242
-
243
- * (macOS) Catching up with ImGui 1.68
244
-
245
- 2019-01-15 vaiorabbit <http://twitter.com/vaiorabbit>
246
-
247
- * Catching up with ImGui 1.67
248
-
249
- 2019-01-14 vaiorabbit <http://twitter.com/vaiorabbit>
250
-
251
- * ImFont, ImFontAtlas (imgui_glfw_opengl2.rb): Added
252
-
253
- 2019-01-13 vaiorabbit <http://twitter.com/vaiorabbit>
254
-
255
- * Tested on Windows.
256
- * cimgui_build.sh, cimgui_build.bat: Added.
257
-
258
- 2019-01-06 vaiorabbit <http://twitter.com/vaiorabbit>
259
-
260
- * ImGuiBindings.build_ffi_typedef_map(common.rb): Changed usage
261
- * imgui_glfw_opengl2.dylib: Specified the terms of use.
262
-
263
- 2019-01-05 vaiorabbit <http://twitter.com/vaiorabbit>
264
-
265
- * initial commmit
266
- * Fixed API names (ex. igShowDemoWindow -> ImGui::ShowDemoWindow)
267
- * [Fixed] Failed to generate array type member of struct.
268
- * Added Japanese font loading & rendering example (test.rb)
1
+ 2022-02-12 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * imgui_impl_sdl2.rb: Updated to use event API
4
+ * imgui_impl_sdlrenderer.rb: Updated to use new API / Applied https://github.com/ocornut/imgui/commit/c39192ba6403d963d5983fa3e5973f5170cb0e31
5
+ * imgui_impl_raylib.rb: Updated to use event API
6
+ * basic_usage_sdl2_opengl2.rb: Updated to use new API
7
+ * (Windows) ImGui 1.87
8
+
9
+ 2022-02-11 vaiorabbit <http://twitter.com/vaiorabbit>
10
+
11
+ * (macOS) ImGui 1.87
12
+ * imgui_impl_glfw.rb: Updated to use event API
13
+
14
+ 2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
15
+
16
+ * imgui_impl_raylib.rb: Added. Use this with Ruby raylib-bindings ( https://github.com/vaiorabbit/raylib-bindings )
17
+
18
+ 2022-01-07 vaiorabbit <http://twitter.com/vaiorabbit>
19
+
20
+ * Use opengl-bindings2
21
+
22
+ 2022-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
23
+
24
+ * imgui-bindings.gemspec: Added
25
+
26
+ 2021-12-31 vaiorabbit <http://twitter.com/vaiorabbit>
27
+
28
+ * Added setup_dll.rb etc. for automatic library loading
29
+ * Changed generator output paths
30
+ * (Windows) Build binary with the latest ImGui
31
+
32
+ 2021-12-26 vaiorabbit <http://twitter.com/vaiorabbit>
33
+
34
+ * (macOS) ImGui 1.86
35
+ * imgui_impl_sdlrenderer.rb, sample/test_sdl2_sdlrenderer.rb: Temporary fix to render correctly
36
+
37
+ 2021-12-15 vaiorabbit <http://twitter.com/vaiorabbit>
38
+
39
+ * imgui_impl_sdlrenderer.rb, sample/test_sdl2_sdlrenderer.rb: Added
40
+
41
+ 2021-12-09 vaiorabbit <http://twitter.com/vaiorabbit>
42
+
43
+ * (macOS) ImGui 1.86 WIP
44
+
45
+ 2021-10-16 vaiorabbit <http://twitter.com/vaiorabbit>
46
+
47
+ * (macOS) ImGui 1.85
48
+ * basic_usage.rb: Added ImGuiDemo::StackToolWindow
49
+
50
+ 2021-09-05 vaiorabbit <http://twitter.com/vaiorabbit>
51
+
52
+ * (macOS) ImGui 1.84.2
53
+
54
+ 2021-08-22 vaiorabbit <http://twitter.com/vaiorabbit>
55
+
56
+ * (macOS) ImGui 1.84.1
57
+
58
+ 2021-08-07 vaiorabbit <http://twitter.com/vaiorabbit>
59
+
60
+ * imgui_impl_sdl2.rb: Applied https://github.com/ocornut/imgui/commit/1cdd110eb41830ed3c852eade976a066946b7071 (See https://github.com/ocornut/imgui/pull/2696#issuecomment-889336981 )
61
+ * imgui_impl_glfw.rb: Applied https://github.com/ocornut/imgui/commit/044fd0cd2d976b31962689afa73c9824a6a08146 (See https://github.com/ocornut/imgui/pull/2696#issuecomment-889336981 )
62
+
63
+ 2021-07-05 vaiorabbit <http://twitter.com/vaiorabbit>
64
+
65
+ * 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
66
+
67
+ 2021-06-21 vaiorabbit <http://twitter.com/vaiorabbit>
68
+
69
+ * imgui_impl_opengl3.rb: Applied changes in https://github.com/ocornut/imgui/pull/4244
70
+
71
+ 2021-06-20 vaiorabbit <http://twitter.com/vaiorabbit>
72
+
73
+ * (Windows) ImGui 1.83
74
+ * (macOS) ImGui 1.83
75
+ * (macOS) Build script now generates ARM64 binary
76
+ * Added reference comments of arguments and return value
77
+ * Several APIs now contain underscore in its name due to cimgui change (e.g. GetColorU32Col -> GetColorU32_Col)
78
+ * (Experimental) Added overload functions (e.g.: ImGui::Combo, ImGui::MenuItem)
79
+
80
+ 2021-03-27 vaiorabbit <http://twitter.com/vaiorabbit>
81
+
82
+ * (Windows) ImGui 1.82
83
+
84
+ 2021-03-21 vaiorabbit <http://twitter.com/vaiorabbit>
85
+
86
+ * (macOS) ImGui 1.82
87
+
88
+ 2021-02-20 vaiorabbit <http://twitter.com/vaiorabbit>
89
+
90
+ * Applied https://github.com/ocornut/imgui/commit/bda12e5fdd829e44e01a25aac015e156f3dad761
91
+
92
+ 2021-02-12 vaiorabbit <http://twitter.com/vaiorabbit>
93
+
94
+ * (Windows) ImGui 1.81
95
+
96
+ 2021-02-11 vaiorabbit <http://twitter.com/vaiorabbit>
97
+
98
+ * (macOS) ImGui 1.81
99
+ * sample: Cleaned up Japanese font initialization
100
+
101
+ 2021-02-07 vaiorabbit <http://twitter.com/vaiorabbit>
102
+
103
+ * (Windows) ImGui 1.80
104
+ * (Windows) Built imgui.dll and imgui_debug.dll with:
105
+ * ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x64-mingw32]
106
+ * gcc (Rev6, Built by MSYS2 project) 10.2.0
107
+ * (macOS) ImGui 1.80
108
+ * (macOS) Built imgui.dylib with:
109
+ * ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [arm64-darwin20]
110
+ * Apple clang version 12.0.0 (clang-1200.0.32.29) / Target: arm64-apple-darwin20.2.0
111
+ * imgui_impl_opengl2.rb, imgui_impl_opengl3.rb: Applied same changes made at https://github.com/ocornut/imgui/commit/7d5d5711c20d2448fb379de245ddc3b950289873
112
+ * generator/generate_imgui.rb: Modified to handle exceptions
113
+
114
+ 2020-12-20 vaiorabbit <http://twitter.com/vaiorabbit>
115
+
116
+ * third_party/glfw_build.sh, third_party/sdl2_build_dylib.sh: Modified/added to support x86_64|arm64 Universal Binary
117
+
118
+ 2020-11-15 vaiorabbit <http://twitter.com/vaiorabbit>
119
+
120
+ * (Windows) ImGui 1.79
121
+ * (macOS) ImGui 1.79
122
+
123
+ 2020-08-24 vaiorabbit <http://twitter.com/vaiorabbit>
124
+
125
+ * (macOS) ImGui 1.78
126
+
127
+ 2020-08-22 vaiorabbit <http://twitter.com/vaiorabbit>
128
+
129
+ * (Windows) ImGui 1.78
130
+ * (Windows) Added imgui_debug.dll (Built with 'CMAKE_BUILD_TYPE=Debug')
131
+
132
+ 2020-07-04 vaiorabbit <http://twitter.com/vaiorabbit>
133
+
134
+ * (Windows) ImGui 1.77
135
+
136
+ 2020-06-14 vaiorabbit <http://twitter.com/vaiorabbit>
137
+
138
+ * imgui_impl_sdl2.rb: Fixed forcing 'include SDL2'
139
+
140
+ 2020-06-12 vaiorabbit <http://twitter.com/vaiorabbit>
141
+
142
+ * basic_usage.rb: Fixed ImGui::End() mismatch
143
+
144
+ 2020-06-11 vaiorabbit <http://twitter.com/vaiorabbit>
145
+
146
+ * imgui_impl_sdl2.rb: Renamed ImplSDL2_InitForOpenGL to ImplSDL2_Init
147
+
148
+ 2020-05-13 vaiorabbit <http://twitter.com/vaiorabbit>
149
+
150
+ * 'Added support for pointer to struct. Now you can call like 'io[:Fonts].AddFontDefault()'.
151
+ * Constructors now return FFI::Struct, not :pointer
152
+
153
+ 2020-05-12 vaiorabbit <http://twitter.com/vaiorabbit>
154
+
155
+ * Added instance methods (e.g.: ImGui::FontAtlas_AddFontDefault(io[:Fonts]) -> ImFontAtlas.new(io[:Fonts]).AddFontDefault())
156
+
157
+ 2020-05-10 vaiorabbit <http://twitter.com/vaiorabbit>
158
+
159
+ * imgui_impl_opengl3.rb: Changed default GLSL version string from 130 to 150 (Ref.: https://github.com/ocornut/imgui/pull/3199 )
160
+ * generator: Read "stname", "constructor" and "destructor" from "definitions.json"
161
+
162
+ 2020-05-05 vaiorabbit <http://twitter.com/vaiorabbit>
163
+
164
+ * Added ImDrawList support / Added ImColor.col32
165
+ * Added support for ImFontConfig / Added icon font sample
166
+ * Added support for FontGlyphRangesBuilder, ImWchar vector / Now constructors return :pointer
167
+ * Added support for ImGuiTextFilter, etc. / public interfaces are changed a bit ("ImGuixxx" prefixes are omitted)
168
+ * Fixed ImColor.create argument conversion
169
+ * Fixed wrong default argument (sizeof(float))
170
+ * Added provisional callback signature analyzer / Added callback typedef generation
171
+ * Added some CallbackData / Added ImGuiTypedefMapEntry for later use
172
+ * Returns ImVec2/4/Color correctly / Added default augument values to ImVec2.create, etc.
173
+
174
+ 2020-05-03 vaiorabbit <http://twitter.com/vaiorabbit>
175
+
176
+ * Added provisional ImGuiStyle_ methods
177
+ * Added provisional ImGuiIO_ methods
178
+ * Added sample/basic_usage_sdl2_opengl2.rb
179
+ * (Windows) Catching up with ImGui 1.76
180
+
181
+ 2020-04-19 vaiorabbit <http://twitter.com/vaiorabbit>
182
+
183
+ * Supported default value of public API arguments
184
+
185
+ 2020-04-18 vaiorabbit <http://twitter.com/vaiorabbit>
186
+
187
+ * (macOS) Catching up with ImGui 1.76
188
+ * Generate APIs as wrapper methods (to support default arguments/method overloading in the future)
189
+
190
+ 2020-02-11 vaiorabbit <http://twitter.com/vaiorabbit>
191
+
192
+ * (macOS) Catching up with ImGui 1.75
193
+ * Fixed wrong array argument generation (e.g. arguments like 'float[3]' are now converted into :pointer.)
194
+ * Added OpenGL3 render backend (Note that this feature is only tested only on macOS)
195
+
196
+ 2020-01-26 vaiorabbit <http://twitter.com/vaiorabbit>
197
+
198
+ * Applied changes made in https://github.com/ocornut/imgui/commit/f6da5000bfaf3a035e8d8a7db9b5150644f4630b
199
+ "Backends: OpenGL2: Explicitly backup, setup and restore GL_TEXTURE_ENV to increase compatibility with legacy OpenGL applications."
200
+
201
+ 2019-11-27 vaiorabbit <http://twitter.com/vaiorabbit>
202
+
203
+ * (macOS) Catching up with ImGui 1.74
204
+
205
+ 2019-11-02 vaiorabbit <http://twitter.com/vaiorabbit>
206
+
207
+ * (Windows) Catching up with ImGui 1.73
208
+
209
+ 2019-10-25 vaiorabbit <http://twitter.com/vaiorabbit>
210
+
211
+ * (macOS) Catching up with ImGui 1.73
212
+
213
+ 2019-09-11 vaiorabbit <http://twitter.com/vaiorabbit>
214
+
215
+ * Revised folder structures
216
+ * Moved some older codes into backup/
217
+
218
+ 2019-09-01 vaiorabbit <http://twitter.com/vaiorabbit>
219
+
220
+ * Design change: Libraries are separated into imgui.rb, imgui_impl_glfw.rb and imgui_impl_opengl2.rb
221
+ * See sample/test_glfw_opengl2.rb for new usage
222
+ * imgui_impl_sdl2.rb, sample/test_sdl2_opengl2.rb, sample/imgui_and_testgl2.rb: Added.
223
+ * Note that imgui_glfw_opengl2.rb will not be supported any more.
224
+
225
+ 2019-08-25 vaiorabbit <http://twitter.com/vaiorabbit>
226
+
227
+ * Revised folder names
228
+
229
+ 2019-08-20 vaiorabbit <http://twitter.com/vaiorabbit>
230
+
231
+ * linux build tweak https://github.com/vaiorabbit/ruby-imgui/pull/1 (Thanks: Jake Vandereay https://github.com/lunarfyre7)
232
+
233
+ 2019-08-03 vaiorabbit <http://twitter.com/vaiorabbit>
234
+
235
+ * (Windows) Catching up with ImGui 1.72
236
+ * `imgui_glfw_opengl2.dll` was built against ruby 2.6.0p0 (2018-12-25 revision 66547) [x64-mingw32].
237
+
238
+ 2019-07-29 vaiorabbit <http://twitter.com/vaiorabbit>
239
+
240
+ * (macOS) Catching up with ImGui 1.72
241
+
242
+ 2019-07-28 vaiorabbit <http://twitter.com/vaiorabbit>
243
+
244
+ * (macOS) Catching up with ImGui 1.71
245
+
246
+ 2019-06-09 vaiorabbit <http://twitter.com/vaiorabbit>
247
+
248
+ * (macOS) Catching up with ImGui 1.70
249
+
250
+ 2019-03-24 vaiorabbit <http://twitter.com/vaiorabbit>
251
+
252
+ * (macOS) Catching up with ImGui 1.69
253
+
254
+ 2019-02-22 vaiorabbit <http://twitter.com/vaiorabbit>
255
+
256
+ * (macOS) Catching up with ImGui 1.68
257
+
258
+ 2019-01-15 vaiorabbit <http://twitter.com/vaiorabbit>
259
+
260
+ * Catching up with ImGui 1.67
261
+
262
+ 2019-01-14 vaiorabbit <http://twitter.com/vaiorabbit>
263
+
264
+ * ImFont, ImFontAtlas (imgui_glfw_opengl2.rb): Added
265
+
266
+ 2019-01-13 vaiorabbit <http://twitter.com/vaiorabbit>
267
+
268
+ * Tested on Windows.
269
+ * cimgui_build.sh, cimgui_build.bat: Added.
270
+
271
+ 2019-01-06 vaiorabbit <http://twitter.com/vaiorabbit>
272
+
273
+ * ImGuiBindings.build_ffi_typedef_map(common.rb): Changed usage
274
+ * imgui_glfw_opengl2.dylib: Specified the terms of use.
275
+
276
+ 2019-01-05 vaiorabbit <http://twitter.com/vaiorabbit>
277
+
278
+ * initial commmit
279
+ * Fixed API names (ex. igShowDemoWindow -> ImGui::ShowDemoWindow)
280
+ * [Fixed] Failed to generate array type member of struct.
281
+ * Added Japanese font loading & rendering example (test.rb)
data/LICENSE.txt CHANGED
File without changes