imgui-bindings 0.0.2 → 0.1.0

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