raylib-bindings 0.5.7 → 0.5.8pre1

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.
data/ChangeLog CHANGED
@@ -1,382 +1,399 @@
1
- 2023-10-08 vaiorabbit <http://twitter.com/vaiorabbit>
2
-
3
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/97c2744a16ad7e6cf6b546a7a6416ec6b21e3a6c ) and raygui ( https://github.com/raysan5/raygui/commit/85a5c104f509b183c8cc7db0d90c2ab7a2b198c8)
4
-
5
- 2023-09-30 vaiorabbit <http://twitter.com/vaiorabbit>
6
-
7
- * Use Ruby-FFI 1.16 ( https://github.com/ffi/ffi )
8
-
9
- 2023-09-23 vaiorabbit <http://twitter.com/vaiorabbit>
10
-
11
- * example/raylib_with_imgui.rb : Added
12
-
13
- 2023-09-16 vaiorabbit <http://twitter.com/vaiorabbit>
14
-
15
- * lib/raygui_helper.rb: Added more APIs
16
- * example/gui_controls.rb: Added
17
- * example/shaders_basic_lighting.rb: Added
18
-
19
- 2023-09-12 vaiorabbit <http://twitter.com/vaiorabbit>
20
-
21
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2e7a7877a51ca33487642bd7ed0367b017b54486 ) and raygui ( https://github.com/raysan5/raygui/commit/1c3305031d2dcab2fbd3c7d7ded8b7aee1738908)
22
-
23
- 2023-09-09 vaiorabbit <http://twitter.com/vaiorabbit>
24
-
25
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/37f60e75e72eebd5ff687b8857bf9043d291b0df ) and raygui ( https://github.com/raysan5/raygui/commit/0fccdc61fbd787fdfa9e254fd99def2cdb34fb10 )
26
- * example/template.rb: now calls UpdateCamera only when orbital model is on
27
-
28
- 2023-09-02 vaiorabbit <http://twitter.com/vaiorabbit>
29
-
30
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/ec6d3bb688ae8c137152eca7cdef9885badd9bee ) and raygui ( https://github.com/raysan5/raygui/commit/12fc56e5e1fe0888a4c73b98890914ca3806a8b4 )
31
- * Linux (Cross): changed host OS (Ubuntu 22.04 LTS) and cross compiler version
32
-
33
- 2023-08-10 vaiorabbit <http://twitter.com/vaiorabbit>
34
-
35
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/0959f6ebf69f44d5bb0225cc94fd187ebedf8be5 ) and raygui ( https://github.com/raysan5/raygui/commit/41417db52d951bb08273c892d3e3db3723f1083a )
36
- * lib/raylib_helper.rb: Added several initialization helper for Camera3D, Camera2D and BoundingBox
37
- * examples: Fixed broken examples / Adoped new initialization helper APIs / Use accessor helpers for better readability
38
-
39
- 2023-07-29 vaiorabbit <http://twitter.com/vaiorabbit>
40
-
41
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/962030e70ad3dfcce5d4642ad65890fde93ad117 ) and raygui ( https://github.com/raysan5/raygui/commit/36365199b11dd967e7147e64c85ccfda8c5064d1 )
42
-
43
- 2023-07-16 vaiorabbit <http://twitter.com/vaiorabbit>
44
-
45
- * example/textures_image_rotate.rb: Added
46
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/22895ba14fab982ca74ec1526b48b924d1174e60 ) and raygui ( https://github.com/raysan5/raygui/commit/848569ce3399a8f6fe00091f968808f3ab042c4b )
47
-
48
- 2023-06-26 vaiorabbit <http://twitter.com/vaiorabbit>
49
-
50
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/0c126af7171e51fff9f94c4f2e498f43f60d617b ) and raygui ( https://github.com/raysan5/raygui/commit/fa1c93cdcc6df2cd45f5a1d9249291465a24cd8c )
51
-
52
- 2023-06-10 vaiorabbit <http://twitter.com/vaiorabbit>
53
-
54
- * lib/raygui_main.rb: Renamed from 'raygui.rb'
55
- * lib/raygui_helper.rb: Minimal raygui wrapper to cope with raygui-4.0 API changes
56
-
57
- 2023-05-27 vaiorabbit <http://twitter.com/vaiorabbit>
58
-
59
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/aad51d47048f9eb5c13bbbd65dc5cd4d37aa68e5 ) and raygui ( https://github.com/raysan5/raygui/commit/ce358972efcc9c3c85f9806104f525210da08787 )
60
-
61
- 2023-05-22 vaiorabbit <http://twitter.com/vaiorabbit>
62
-
63
- * example/textures_image_generation.rb: Added
64
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/a4a6d4da8a26d131bc3f3e643f6fe51de281d15f ) and raygui ( https://github.com/raysan5/raygui/commit/135718ee04d57493039fd7b8fb1d73b49f3ec1ea )
65
-
66
- 2023-05-14 vaiorabbit <http://twitter.com/vaiorabbit>
67
-
68
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/5978358e5877b0033584334c5bf6ec7d8cf22ae8 ) and raygui ( https://github.com/raysan5/raygui/commit/aa81c167f10707ea173ea1190eda18e57d841b8f )
69
-
70
- 2023-04-15 vaiorabbit <http://twitter.com/vaiorabbit>
71
-
72
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/709b14180a6ed0379c134bd86612994cb2f36f80 ) and raygui ( https://github.com/raysan5/raygui/commit/5d7bc6b70adc195ccf3b556a23a1e2103f88ec7a )
73
-
74
- 2023-03-19 vaiorabbit <http://twitter.com/vaiorabbit>
75
-
76
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2e02474b7aac2e6e3fe680a3aa996973585eeaad ) and raygui ( https://github.com/raysan5/raygui/commit/5d1de95ba2d16c44c4e777873a0e39f75dab8ffd )
77
-
78
- 2023-03-09 vaiorabbit <http://twitter.com/vaiorabbit>
79
-
80
- * generator: Now generates binding code for rcamera.h
81
- * example: Removed SetCameaMode
82
-
83
- 2023-02-26 vaiorabbit <http://twitter.com/vaiorabbit>
84
-
85
- * generator/raylib_generator.py: Emits accessors for struct members
86
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/7fd2bf1a32c3ed7c932fe7c020858ecadb3b2056 ) and raygui ( https://github.com/raysan5/raygui/commit/c02a5883e0fa0bf78dbd65e70c530080deac5056 )
87
-
88
- 2023-02-25 vaiorabbit <http://twitter.com/vaiorabbit>
89
-
90
- * generator/raylib_generator.py: Emits appropriate spaces to align comments
91
-
92
- 2023-02-18 vaiorabbit <http://twitter.com/vaiorabbit>
93
-
94
- * example/generate_heightmap_obj.rb: Added
95
-
96
- 2023-02-15 vaiorabbit <http://twitter.com/vaiorabbit>
97
-
98
- * example/models_heightmap.rb: Added
99
-
100
- 2023-02-04 vaiorabbit <http://twitter.com/vaiorabbit>
101
-
102
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/7914332c40ee811ad08a90e4eb7d40c2d1e81f4e ) and raygui ( https://github.com/raysan5/raygui/commit/cec2de3440eac0ad0020d3ce3d546706c0749335 )
103
-
104
- 2023-01-28 vaiorabbit <http://twitter.com/vaiorabbit>
105
-
106
- * Added Linux x86_64 binaries
107
- * Added GitHub Actions scripts
108
-
109
- 2023-01-23 vaiorabbit <http://twitter.com/vaiorabbit>
110
-
111
- * example/util/setup_dll.rb: Fixed
112
-
113
- 2023-01-21 vaiorabbit <http://twitter.com/vaiorabbit>
114
-
115
- * Added Linux x86_64 binaries
116
-
117
- 2023-01-03 vaiorabbit <http://twitter.com/vaiorabbit>
118
-
119
- * example/models_loading_gltf.rb: Added glTF animation playback
120
-
121
- 2023-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
122
-
123
- * example/reversi_board.rb: Added
124
-
125
- 2022-12-31 vaiorabbit <http://twitter.com/vaiorabbit>
126
-
127
- * example/game_of_life_simple.rb: Added
128
-
129
- 2022-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
130
-
131
- * generator: Now generates binding code for config.h
132
-
133
- 2022-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
134
-
135
- * generator: Now generates enum descriptions
136
- * Fixed several codes according to Rubocop warnings
137
- * lib/raylib_helper.rb: Added several helper functions/classes
138
-
139
- 2022-12-25 vaiorabbit <http://twitter.com/vaiorabbit>
140
-
141
- * Converted DrawModelEx into a wrapper function of rbDrawModelEx to avoid Matrix problem found in models_animation sample
142
- * Attach functions with an explicit name - Ref.: https://www.rubydoc.info/github/ffi/ffi/FFI%2FLibrary:attach_function
143
- * setup_xxx_symbols: name, retval and arguments of one function are now packed into one line
144
- * generator: Now imports descriptions from original API schema
145
- * Generated with the latest raylib ( https://github.com/raysan5/raylib/commit/03cc540d5f1df71bd7ad8118d0e11b492fa5cc18 )
146
-
147
- 2022-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
148
-
149
- * Experimental Linux (Chromebook) support
150
-
151
- 2022-12-10 vaiorabbit <http://twitter.com/vaiorabbit>
152
-
153
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2c9d116a5ce835328dc3267313f1b34b2e7ad8c9 ) / and raygui ( https://github.com/raysan5/raygui/commit/64179558e425f6e05054d2a70eb12530e0fec103 )
154
- * [Windows] Updated DLLs with the latest raylib
155
- * example/rlgl_compute_shader.rb: Fixed API usage
156
-
157
- 2022-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
158
-
159
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/483f10397ee37ba551e57bad563a846f2dc5bb5b ) / and raygui ( https://github.com/raysan5/raygui/commit/d981abebd8f36dea9a297b2158b529ad8bf76a69a )
160
- * [Windows] Updated DLLs with the latest raylib
161
-
162
- 2022-10-16 vaiorabbit <http://twitter.com/vaiorabbit>
163
-
164
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/c5e89241c515d12a739a0d0bacb6a05395bf2a95 ) / and raygui ( https://github.com/raysan5/raygui/commit/98df231227d87dbf5954520169af29e610cd6a87 )
165
- * example/models_loading_m3d.rb: Added
166
- * example/models_loading_gltf.rb: Fixed model paths
167
- * [Windows] Updated DLLs with the latest raylib
168
-
169
- 2022-08-28 vaiorabbit <http://twitter.com/vaiorabbit>
170
-
171
- * example/template.rb: Added demonstration program included in gem package
172
- * lib/raylib.rb: Added method 'Raylib.template' to generate template code
173
-
174
- 2022-08-12 vaiorabbit <http://twitter.com/vaiorabbit>
175
-
176
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/d658e6772d75bce52fbe46cc9789f0b33500bc0f ) and added raylib v4.2.0 features ( https://github.com/raysan5/raylib/releases/tag/4.2.0 )
177
-
178
- 2022-07-18 vaiorabbit <http://twitter.com/vaiorabbit>
179
-
180
- * examples/core_storage_values.rb: Removed ( see https://github.com/raysan5/raylib/commit/e722a8dbef59cf0ecccf141af61e1e1c8a24849f )
181
- * examples/core_drop_files.rb: Updated ( see https://github.com/raysan5/raylib/commit/b8f67c628553cb9199f51efc9b20eb5991d58e8f )
182
- * Updated DLLs
183
- * examples/textures_sprite_anim.rb: Added
184
- * examples/textures_gif_player.rb: Added
185
-
186
- 2022-07-17 vaiorabbit <http://twitter.com/vaiorabbit>
187
-
188
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/49a534b5d478fd2f195380143ded4f0ab764c228 ) / and raygui ( https://github.com/raysan5/raygui/commit/9c826f213f5b287159a0b0e1a0670a27c09dcc7e )
189
- * physac_dll now refers new repository ( https://github.com/raysan5/physac )
190
-
191
- 2022-06-08 vaiorabbit <http://twitter.com/vaiorabbit>
192
-
193
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/70ec71a373db426685590127122e77bfd66cbf69 ) / and raygui ( https://github.com/raysan5/raygui/commit/47269f30ce55f0399096d1bee4188b8b8c0d7186 )
194
- * Updated submodules appropriately
195
-
196
- 2022-04-29 vaiorabbit <http://twitter.com/vaiorabbit>
197
-
198
- * script/rebuild_libs_windows.cmd: Added
199
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) / Updated submodules appropriately
200
- * [Windows] Updated DLLs with the latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
201
- * [macOS] Updated DLLs with the latest raylib
202
-
203
- 2022-04-24 vaiorabbit <http://twitter.com/vaiorabbit>
204
-
205
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/233cf3970c9148c4963cfdea20e49e761104f9de ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
206
- * examples/models_mesh_picking.rb: Applied changes done by https://github.com/raysan5/raylib/commit/90fc7c0376f39d7b19d632e1d69dec715ec3f2a8
207
-
208
- 2022-02-26 vaiorabbit <http://twitter.com/vaiorabbit>
209
-
210
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/ead8003044aab21f8d155b91ec0bce90cd193500 ), raygui ( https://github.com/raysan5/raygui/commit/c8d8fb5a865a6730cec2c609704333577463feb1 ) and Physac ( https://github.com/victorfisac/Physac/commit/c9c6b3e7054d609e93e52e70f17d5b4dd043575d )
211
- * Fixed incomplete parsing flow
212
-
213
- 2022-01-20 vaiorabbit <http://twitter.com/vaiorabbit>
214
-
215
- * examples/core_2d_camera.rb: Added
216
- * examples/shapes_lines_bezier.rb: Added
217
-
218
- 2022-01-19 vaiorabbit <http://twitter.com/vaiorabbit>
219
-
220
- * examples/lissajous_curve.rb: Added
221
-
222
- 2022-01-17 vaiorabbit <http://twitter.com/vaiorabbit>
223
-
224
- * raygui: Revert to https://github.com/raysan5/raygui/commit/7a2964302ada73438092d0ad11e54f9f9590547a (See https://github.com/vaiorabbit/raylib-bindings/issues/2 for details)
225
-
226
- 2022-01-16 vaiorabbit <http://twitter.com/vaiorabbit>
227
-
228
- * examples/audio_raw_stream.rb: Added
229
-
230
- 2022-01-15 vaiorabbit <http://twitter.com/vaiorabbit>
231
-
232
- * raylib_dll/build_raylib_macos.sh: Stop copying symbolic links
233
-
234
- 2022-01-10 vaiorabbit <http://twitter.com/vaiorabbit>
235
-
236
- * examples/models_animation.rb: Added
237
-
238
- 2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
239
-
240
- * examples/raylib_opengl_interop.rb: Use opengl-bindings2
241
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/549ca669aa42462662a610ff240aa4d5736240e5 ) and raygui ( https://github.com/raysan5/raygui/commit/c7eb9268535298ee25be90739c86d1be215f53e5 )
242
-
243
- 2022-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
244
-
245
- * raylib-bindings.gemspec: Bump version
246
-
247
- 2021-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
248
-
249
- * BoundingBox.create (lib/raylib.rb): Fixed wrong implementation
250
-
251
- 2021-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
252
-
253
- * examples/procedural_texture.rb: Added
254
-
255
- 2021-12-26 vaiorabbit <http://twitter.com/vaiorabbit>
256
-
257
- * examples/shaders_raymarching.rb: Added
258
-
259
- 2021-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
260
-
261
- * examples/text_rectangle_bounds.rb: Added
262
-
263
- 2021-12-20 vaiorabbit <http://twitter.com/vaiorabbit>
264
-
265
- * examples/text_draw_3d.rb: Added
266
-
267
- 2021-12-19 vaiorabbit <http://twitter.com/vaiorabbit>
268
-
269
- * examples/models_mesh_picking.rb: Added
270
- * examples/text_font_filters.rb: Added
271
- * examples/utf8_font.rb: Modified to use texture filter
272
- * examples/textures_mouse_painting.rb: Added
273
-
274
- 2021-12-18 vaiorabbit <http://twitter.com/vaiorabbit>
275
-
276
- * examples/models_mesh_generation.rb: Added
277
- * examples/utf8_font.rb: Added another font
278
- * examples/core_3d_split_screen.rb: Added
279
- * examples/core_world_screen.rb: Added
280
- * examples/models_yaw_pitch_roll.rb: Added
281
-
282
- 2021-12-16 vaiorabbit <http://twitter.com/vaiorabbit>
283
-
284
- * raylib_parser.py: Typo
285
- * Python cindex reports va_list as int on macOS
286
- * examples/models_loading_gltf.rb: Added
287
-
288
- 2021-12-15 vaiorabbit <http://twitter.com/vaiorabbit>
289
-
290
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/0454acaacfaae4a3269d443d3d88045240f738c3 )
291
- * Added generator scripts for Windows
292
-
293
- 2021-11-14 vaiorabbit <http://twitter.com/vaiorabbit>
294
-
295
- * examples/core_storage_values.rb: Added
296
-
297
- 2021-11-13 vaiorabbit <http://twitter.com/vaiorabbit>
298
-
299
- * examples/core_drop_files.rb: Added
300
-
301
- 2021-11-09 vaiorabbit <http://twitter.com/vaiorabbit>
302
-
303
- * examples/models_first_person_maze.rb: Added
304
-
305
- 2021-11-08 vaiorabbit <http://twitter.com/vaiorabbit>
306
-
307
- * examples/raylib_opengl_interop.rb: Added
308
- * examples/models_geometric_shapes.rb: Added
309
-
310
- 2021-11-07 vaiorabbit <http://twitter.com/vaiorabbit>
311
-
312
- * examples/rlgl_compute_shader.rb: Added
313
- * examples/models_billboard.rb: Added
314
-
315
- 2021-11-06 vaiorabbit <http://twitter.com/vaiorabbit>
316
-
317
- * examples/physics_demo.rb: Added
318
- * examples/textures_background_scrolling.rb: Added
319
- * Added dll build scripts for Windows
320
-
321
- 2021-11-05 vaiorabbit <http://twitter.com/vaiorabbit>
322
-
323
- * examples/models_box_collisions.rb: Added
324
- * Added physac wrapper and wrapper generator
325
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2021f09db4df72aea9f963666435bddf0718df94 )
326
-
327
- 2021-11-04 vaiorabbit <http://twitter.com/vaiorabbit>
328
-
329
- * Bugfix: Generate correct signatures for raymath and rlgl
330
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/d18f3fca30858916546908e40cc2e0cea2be03ca )
331
- * Bugfix: Fixed wrong signature in raymath.rb
332
- * examples/audio_sound_loading.rb: Added
333
- * examples/audio_music_stream.rb: Added
334
-
335
- 2021-11-03 vaiorabbit <http://twitter.com/vaiorabbit>
336
-
337
- * Added raygui wrapper and wrapper generator
338
- * examples/shapes_draw_circle_sector.rb: Added
339
-
340
- 2021-10-31 vaiorabbit <http://twitter.com/vaiorabbit>
341
-
342
- * examples/text_unicode.rb: Added
343
- * examples/textures_bunnymark.rb: Added
344
-
345
- 2021-10-28 vaiorabbit <http://twitter.com/vaiorabbit>
346
-
347
- * examples/core_loading_thread.rb: Added
348
- * examples/bitmap_font.rb and font/VP16Font_XNA.png: Added
349
-
350
- 2021-10-27 vaiorabbit <http://twitter.com/vaiorabbit>
351
-
352
- * examples/models_waving_cubes.rb: Added
353
-
354
- 2021-10-26 vaiorabbit <http://twitter.com/vaiorabbit>
355
-
356
- * examples/models_rlgl_solar_system.rb: Added
357
- * Bugfix: DEG2RAD and RAD2DEG duplication
358
- * examples/models_cubicmap.rb: Added
359
-
360
- 2021-10-25 vaiorabbit <http://twitter.com/vaiorabbit>
361
-
362
- * examples/utf8_font.rb: Added
363
-
364
- 2021-10-24 vaiorabbit <http://twitter.com/vaiorabbit>
365
-
366
- * generator: Add ".by_value" to struct arguments
367
- * generator: Add struct alias hook
368
- * examples: Added
369
- * examples/shapes_basic_shapes.rb: Added
370
- * generator: Now correctly handles variable-length arguments (TextFormat and TraceLog)
371
- * Added helper functions (Color.from_u8, Vector2.create, etc.)
372
- * examples/core_3d_camera_first_person.rb: Added
373
- * generator: Now correctly handles return values
374
- * Bugfix: Removed duplicated enums / Names of some structs must start with capital letter
375
-
376
- 2021-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
377
-
378
- * Experimental raylib header parser
379
-
380
- 2021-10-17 vaiorabbit <http://twitter.com/vaiorabbit>
381
-
382
- * initial commit
1
+ 2023-11-11 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * examples/shapes_splines_drawing.rb : Added
4
+
5
+ 2023-11-10 vaiorabbit <http://twitter.com/vaiorabbit>
6
+
7
+ * examples/text_font_sdf.rb : Added
8
+
9
+ 2023-11-09 vaiorabbit <http://twitter.com/vaiorabbit>
10
+
11
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/21dc42d2ad02cafed83cd39afd7305212787c114 ) and raygui ( https://github.com/raysan5/raygui/commit/a2726c8600058cf2b1e6a2660d6d26312b0df424 )
12
+
13
+ 2023-10-28 vaiorabbit <http://twitter.com/vaiorabbit>
14
+
15
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/b46505b13d4a85e26d1d5b6f9fc2a4264bf8b02f ) and raygui ( https://github.com/raysan5/raygui/commit/499e8bf7b1d9b0a92af8f685e646bc61f13c6dff )
16
+ * examples/core_automation_events.rb : Added
17
+
18
+ 2023-10-08 vaiorabbit <http://twitter.com/vaiorabbit>
19
+
20
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/97c2744a16ad7e6cf6b546a7a6416ec6b21e3a6c ) and raygui ( https://github.com/raysan5/raygui/commit/85a5c104f509b183c8cc7db0d90c2ab7a2b198c8)
21
+
22
+ 2023-09-30 vaiorabbit <http://twitter.com/vaiorabbit>
23
+
24
+ * Use Ruby-FFI 1.16 ( https://github.com/ffi/ffi )
25
+
26
+ 2023-09-23 vaiorabbit <http://twitter.com/vaiorabbit>
27
+
28
+ * examples/raylib_with_imgui.rb : Added
29
+
30
+ 2023-09-16 vaiorabbit <http://twitter.com/vaiorabbit>
31
+
32
+ * lib/raygui_helper.rb: Added more APIs
33
+ * examples/gui_controls.rb: Added
34
+ * examples/shaders_basic_lighting.rb: Added
35
+
36
+ 2023-09-12 vaiorabbit <http://twitter.com/vaiorabbit>
37
+
38
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2e7a7877a51ca33487642bd7ed0367b017b54486 ) and raygui ( https://github.com/raysan5/raygui/commit/1c3305031d2dcab2fbd3c7d7ded8b7aee1738908)
39
+
40
+ 2023-09-09 vaiorabbit <http://twitter.com/vaiorabbit>
41
+
42
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/37f60e75e72eebd5ff687b8857bf9043d291b0df ) and raygui ( https://github.com/raysan5/raygui/commit/0fccdc61fbd787fdfa9e254fd99def2cdb34fb10 )
43
+ * examples/template.rb: now calls UpdateCamera only when orbital model is on
44
+
45
+ 2023-09-02 vaiorabbit <http://twitter.com/vaiorabbit>
46
+
47
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/ec6d3bb688ae8c137152eca7cdef9885badd9bee ) and raygui ( https://github.com/raysan5/raygui/commit/12fc56e5e1fe0888a4c73b98890914ca3806a8b4 )
48
+ * Linux (Cross): changed host OS (Ubuntu 22.04 LTS) and cross compiler version
49
+
50
+ 2023-08-10 vaiorabbit <http://twitter.com/vaiorabbit>
51
+
52
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/0959f6ebf69f44d5bb0225cc94fd187ebedf8be5 ) and raygui ( https://github.com/raysan5/raygui/commit/41417db52d951bb08273c892d3e3db3723f1083a )
53
+ * lib/raylib_helper.rb: Added several initialization helper for Camera3D, Camera2D and BoundingBox
54
+ * examples: Fixed broken examples / Adoped new initialization helper APIs / Use accessor helpers for better readability
55
+
56
+ 2023-07-29 vaiorabbit <http://twitter.com/vaiorabbit>
57
+
58
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/962030e70ad3dfcce5d4642ad65890fde93ad117 ) and raygui ( https://github.com/raysan5/raygui/commit/36365199b11dd967e7147e64c85ccfda8c5064d1 )
59
+
60
+ 2023-07-16 vaiorabbit <http://twitter.com/vaiorabbit>
61
+
62
+ * examples/textures_image_rotate.rb: Added
63
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/22895ba14fab982ca74ec1526b48b924d1174e60 ) and raygui ( https://github.com/raysan5/raygui/commit/848569ce3399a8f6fe00091f968808f3ab042c4b )
64
+
65
+ 2023-06-26 vaiorabbit <http://twitter.com/vaiorabbit>
66
+
67
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/0c126af7171e51fff9f94c4f2e498f43f60d617b ) and raygui ( https://github.com/raysan5/raygui/commit/fa1c93cdcc6df2cd45f5a1d9249291465a24cd8c )
68
+
69
+ 2023-06-10 vaiorabbit <http://twitter.com/vaiorabbit>
70
+
71
+ * lib/raygui_main.rb: Renamed from 'raygui.rb'
72
+ * lib/raygui_helper.rb: Minimal raygui wrapper to cope with raygui-4.0 API changes
73
+
74
+ 2023-05-27 vaiorabbit <http://twitter.com/vaiorabbit>
75
+
76
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/aad51d47048f9eb5c13bbbd65dc5cd4d37aa68e5 ) and raygui ( https://github.com/raysan5/raygui/commit/ce358972efcc9c3c85f9806104f525210da08787 )
77
+
78
+ 2023-05-22 vaiorabbit <http://twitter.com/vaiorabbit>
79
+
80
+ * examples/textures_image_generation.rb: Added
81
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/a4a6d4da8a26d131bc3f3e643f6fe51de281d15f ) and raygui ( https://github.com/raysan5/raygui/commit/135718ee04d57493039fd7b8fb1d73b49f3ec1ea )
82
+
83
+ 2023-05-14 vaiorabbit <http://twitter.com/vaiorabbit>
84
+
85
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/5978358e5877b0033584334c5bf6ec7d8cf22ae8 ) and raygui ( https://github.com/raysan5/raygui/commit/aa81c167f10707ea173ea1190eda18e57d841b8f )
86
+
87
+ 2023-04-15 vaiorabbit <http://twitter.com/vaiorabbit>
88
+
89
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/709b14180a6ed0379c134bd86612994cb2f36f80 ) and raygui ( https://github.com/raysan5/raygui/commit/5d7bc6b70adc195ccf3b556a23a1e2103f88ec7a )
90
+
91
+ 2023-03-19 vaiorabbit <http://twitter.com/vaiorabbit>
92
+
93
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2e02474b7aac2e6e3fe680a3aa996973585eeaad ) and raygui ( https://github.com/raysan5/raygui/commit/5d1de95ba2d16c44c4e777873a0e39f75dab8ffd )
94
+
95
+ 2023-03-09 vaiorabbit <http://twitter.com/vaiorabbit>
96
+
97
+ * generator: Now generates binding code for rcamera.h
98
+ * example: Removed SetCameaMode
99
+
100
+ 2023-02-26 vaiorabbit <http://twitter.com/vaiorabbit>
101
+
102
+ * generator/raylib_generator.py: Emits accessors for struct members
103
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/7fd2bf1a32c3ed7c932fe7c020858ecadb3b2056 ) and raygui ( https://github.com/raysan5/raygui/commit/c02a5883e0fa0bf78dbd65e70c530080deac5056 )
104
+
105
+ 2023-02-25 vaiorabbit <http://twitter.com/vaiorabbit>
106
+
107
+ * generator/raylib_generator.py: Emits appropriate spaces to align comments
108
+
109
+ 2023-02-18 vaiorabbit <http://twitter.com/vaiorabbit>
110
+
111
+ * examples/generate_heightmap_obj.rb: Added
112
+
113
+ 2023-02-15 vaiorabbit <http://twitter.com/vaiorabbit>
114
+
115
+ * examples/models_heightmap.rb: Added
116
+
117
+ 2023-02-04 vaiorabbit <http://twitter.com/vaiorabbit>
118
+
119
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/7914332c40ee811ad08a90e4eb7d40c2d1e81f4e ) and raygui ( https://github.com/raysan5/raygui/commit/cec2de3440eac0ad0020d3ce3d546706c0749335 )
120
+
121
+ 2023-01-28 vaiorabbit <http://twitter.com/vaiorabbit>
122
+
123
+ * Added Linux x86_64 binaries
124
+ * Added GitHub Actions scripts
125
+
126
+ 2023-01-23 vaiorabbit <http://twitter.com/vaiorabbit>
127
+
128
+ * examples/util/setup_dll.rb: Fixed
129
+
130
+ 2023-01-21 vaiorabbit <http://twitter.com/vaiorabbit>
131
+
132
+ * Added Linux x86_64 binaries
133
+
134
+ 2023-01-03 vaiorabbit <http://twitter.com/vaiorabbit>
135
+
136
+ * examples/models_loading_gltf.rb: Added glTF animation playback
137
+
138
+ 2023-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
139
+
140
+ * examples/reversi_board.rb: Added
141
+
142
+ 2022-12-31 vaiorabbit <http://twitter.com/vaiorabbit>
143
+
144
+ * examples/game_of_life_simple.rb: Added
145
+
146
+ 2022-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
147
+
148
+ * generator: Now generates binding code for config.h
149
+
150
+ 2022-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
151
+
152
+ * generator: Now generates enum descriptions
153
+ * Fixed several codes according to Rubocop warnings
154
+ * lib/raylib_helper.rb: Added several helper functions/classes
155
+
156
+ 2022-12-25 vaiorabbit <http://twitter.com/vaiorabbit>
157
+
158
+ * Converted DrawModelEx into a wrapper function of rbDrawModelEx to avoid Matrix problem found in models_animation sample
159
+ * Attach functions with an explicit name - Ref.: https://www.rubydoc.info/github/ffi/ffi/FFI%2FLibrary:attach_function
160
+ * setup_xxx_symbols: name, retval and arguments of one function are now packed into one line
161
+ * generator: Now imports descriptions from original API schema
162
+ * Generated with the latest raylib ( https://github.com/raysan5/raylib/commit/03cc540d5f1df71bd7ad8118d0e11b492fa5cc18 )
163
+
164
+ 2022-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
165
+
166
+ * Experimental Linux (Chromebook) support
167
+
168
+ 2022-12-10 vaiorabbit <http://twitter.com/vaiorabbit>
169
+
170
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2c9d116a5ce835328dc3267313f1b34b2e7ad8c9 ) / and raygui ( https://github.com/raysan5/raygui/commit/64179558e425f6e05054d2a70eb12530e0fec103 )
171
+ * [Windows] Updated DLLs with the latest raylib
172
+ * examples/rlgl_compute_shader.rb: Fixed API usage
173
+
174
+ 2022-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
175
+
176
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/483f10397ee37ba551e57bad563a846f2dc5bb5b ) / and raygui ( https://github.com/raysan5/raygui/commit/d981abebd8f36dea9a297b2158b529ad8bf76a69a )
177
+ * [Windows] Updated DLLs with the latest raylib
178
+
179
+ 2022-10-16 vaiorabbit <http://twitter.com/vaiorabbit>
180
+
181
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/c5e89241c515d12a739a0d0bacb6a05395bf2a95 ) / and raygui ( https://github.com/raysan5/raygui/commit/98df231227d87dbf5954520169af29e610cd6a87 )
182
+ * examples/models_loading_m3d.rb: Added
183
+ * examples/models_loading_gltf.rb: Fixed model paths
184
+ * [Windows] Updated DLLs with the latest raylib
185
+
186
+ 2022-08-28 vaiorabbit <http://twitter.com/vaiorabbit>
187
+
188
+ * examples/template.rb: Added demonstration program included in gem package
189
+ * lib/raylib.rb: Added method 'Raylib.template' to generate template code
190
+
191
+ 2022-08-12 vaiorabbit <http://twitter.com/vaiorabbit>
192
+
193
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/d658e6772d75bce52fbe46cc9789f0b33500bc0f ) and added raylib v4.2.0 features ( https://github.com/raysan5/raylib/releases/tag/4.2.0 )
194
+
195
+ 2022-07-18 vaiorabbit <http://twitter.com/vaiorabbit>
196
+
197
+ * examples/core_storage_values.rb: Removed ( see https://github.com/raysan5/raylib/commit/e722a8dbef59cf0ecccf141af61e1e1c8a24849f )
198
+ * examples/core_drop_files.rb: Updated ( see https://github.com/raysan5/raylib/commit/b8f67c628553cb9199f51efc9b20eb5991d58e8f )
199
+ * Updated DLLs
200
+ * examples/textures_sprite_anim.rb: Added
201
+ * examples/textures_gif_player.rb: Added
202
+
203
+ 2022-07-17 vaiorabbit <http://twitter.com/vaiorabbit>
204
+
205
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/49a534b5d478fd2f195380143ded4f0ab764c228 ) / and raygui ( https://github.com/raysan5/raygui/commit/9c826f213f5b287159a0b0e1a0670a27c09dcc7e )
206
+ * physac_dll now refers new repository ( https://github.com/raysan5/physac )
207
+
208
+ 2022-06-08 vaiorabbit <http://twitter.com/vaiorabbit>
209
+
210
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/70ec71a373db426685590127122e77bfd66cbf69 ) / and raygui ( https://github.com/raysan5/raygui/commit/47269f30ce55f0399096d1bee4188b8b8c0d7186 )
211
+ * Updated submodules appropriately
212
+
213
+ 2022-04-29 vaiorabbit <http://twitter.com/vaiorabbit>
214
+
215
+ * script/rebuild_libs_windows.cmd: Added
216
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) / Updated submodules appropriately
217
+ * [Windows] Updated DLLs with the latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
218
+ * [macOS] Updated DLLs with the latest raylib
219
+
220
+ 2022-04-24 vaiorabbit <http://twitter.com/vaiorabbit>
221
+
222
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/233cf3970c9148c4963cfdea20e49e761104f9de ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
223
+ * examples/models_mesh_picking.rb: Applied changes done by https://github.com/raysan5/raylib/commit/90fc7c0376f39d7b19d632e1d69dec715ec3f2a8
224
+
225
+ 2022-02-26 vaiorabbit <http://twitter.com/vaiorabbit>
226
+
227
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/ead8003044aab21f8d155b91ec0bce90cd193500 ), raygui ( https://github.com/raysan5/raygui/commit/c8d8fb5a865a6730cec2c609704333577463feb1 ) and Physac ( https://github.com/victorfisac/Physac/commit/c9c6b3e7054d609e93e52e70f17d5b4dd043575d )
228
+ * Fixed incomplete parsing flow
229
+
230
+ 2022-01-20 vaiorabbit <http://twitter.com/vaiorabbit>
231
+
232
+ * examples/core_2d_camera.rb: Added
233
+ * examples/shapes_lines_bezier.rb: Added
234
+
235
+ 2022-01-19 vaiorabbit <http://twitter.com/vaiorabbit>
236
+
237
+ * examples/lissajous_curve.rb: Added
238
+
239
+ 2022-01-17 vaiorabbit <http://twitter.com/vaiorabbit>
240
+
241
+ * raygui: Revert to https://github.com/raysan5/raygui/commit/7a2964302ada73438092d0ad11e54f9f9590547a (See https://github.com/vaiorabbit/raylib-bindings/issues/2 for details)
242
+
243
+ 2022-01-16 vaiorabbit <http://twitter.com/vaiorabbit>
244
+
245
+ * examples/audio_raw_stream.rb: Added
246
+
247
+ 2022-01-15 vaiorabbit <http://twitter.com/vaiorabbit>
248
+
249
+ * raylib_dll/build_raylib_macos.sh: Stop copying symbolic links
250
+
251
+ 2022-01-10 vaiorabbit <http://twitter.com/vaiorabbit>
252
+
253
+ * examples/models_animation.rb: Added
254
+
255
+ 2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
256
+
257
+ * examples/raylib_opengl_interop.rb: Use opengl-bindings2
258
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/549ca669aa42462662a610ff240aa4d5736240e5 ) and raygui ( https://github.com/raysan5/raygui/commit/c7eb9268535298ee25be90739c86d1be215f53e5 )
259
+
260
+ 2022-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
261
+
262
+ * raylib-bindings.gemspec: Bump version
263
+
264
+ 2021-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
265
+
266
+ * BoundingBox.create (lib/raylib.rb): Fixed wrong implementation
267
+
268
+ 2021-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
269
+
270
+ * examples/procedural_texture.rb: Added
271
+
272
+ 2021-12-26 vaiorabbit <http://twitter.com/vaiorabbit>
273
+
274
+ * examples/shaders_raymarching.rb: Added
275
+
276
+ 2021-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
277
+
278
+ * examples/text_rectangle_bounds.rb: Added
279
+
280
+ 2021-12-20 vaiorabbit <http://twitter.com/vaiorabbit>
281
+
282
+ * examples/text_draw_3d.rb: Added
283
+
284
+ 2021-12-19 vaiorabbit <http://twitter.com/vaiorabbit>
285
+
286
+ * examples/models_mesh_picking.rb: Added
287
+ * examples/text_font_filters.rb: Added
288
+ * examples/utf8_font.rb: Modified to use texture filter
289
+ * examples/textures_mouse_painting.rb: Added
290
+
291
+ 2021-12-18 vaiorabbit <http://twitter.com/vaiorabbit>
292
+
293
+ * examples/models_mesh_generation.rb: Added
294
+ * examples/utf8_font.rb: Added another font
295
+ * examples/core_3d_split_screen.rb: Added
296
+ * examples/core_world_screen.rb: Added
297
+ * examples/models_yaw_pitch_roll.rb: Added
298
+
299
+ 2021-12-16 vaiorabbit <http://twitter.com/vaiorabbit>
300
+
301
+ * raylib_parser.py: Typo
302
+ * Python cindex reports va_list as int on macOS
303
+ * examples/models_loading_gltf.rb: Added
304
+
305
+ 2021-12-15 vaiorabbit <http://twitter.com/vaiorabbit>
306
+
307
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/0454acaacfaae4a3269d443d3d88045240f738c3 )
308
+ * Added generator scripts for Windows
309
+
310
+ 2021-11-14 vaiorabbit <http://twitter.com/vaiorabbit>
311
+
312
+ * examples/core_storage_values.rb: Added
313
+
314
+ 2021-11-13 vaiorabbit <http://twitter.com/vaiorabbit>
315
+
316
+ * examples/core_drop_files.rb: Added
317
+
318
+ 2021-11-09 vaiorabbit <http://twitter.com/vaiorabbit>
319
+
320
+ * examples/models_first_person_maze.rb: Added
321
+
322
+ 2021-11-08 vaiorabbit <http://twitter.com/vaiorabbit>
323
+
324
+ * examples/raylib_opengl_interop.rb: Added
325
+ * examples/models_geometric_shapes.rb: Added
326
+
327
+ 2021-11-07 vaiorabbit <http://twitter.com/vaiorabbit>
328
+
329
+ * examples/rlgl_compute_shader.rb: Added
330
+ * examples/models_billboard.rb: Added
331
+
332
+ 2021-11-06 vaiorabbit <http://twitter.com/vaiorabbit>
333
+
334
+ * examples/physics_demo.rb: Added
335
+ * examples/textures_background_scrolling.rb: Added
336
+ * Added dll build scripts for Windows
337
+
338
+ 2021-11-05 vaiorabbit <http://twitter.com/vaiorabbit>
339
+
340
+ * examples/models_box_collisions.rb: Added
341
+ * Added physac wrapper and wrapper generator
342
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2021f09db4df72aea9f963666435bddf0718df94 )
343
+
344
+ 2021-11-04 vaiorabbit <http://twitter.com/vaiorabbit>
345
+
346
+ * Bugfix: Generate correct signatures for raymath and rlgl
347
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/d18f3fca30858916546908e40cc2e0cea2be03ca )
348
+ * Bugfix: Fixed wrong signature in raymath.rb
349
+ * examples/audio_sound_loading.rb: Added
350
+ * examples/audio_music_stream.rb: Added
351
+
352
+ 2021-11-03 vaiorabbit <http://twitter.com/vaiorabbit>
353
+
354
+ * Added raygui wrapper and wrapper generator
355
+ * examples/shapes_draw_circle_sector.rb: Added
356
+
357
+ 2021-10-31 vaiorabbit <http://twitter.com/vaiorabbit>
358
+
359
+ * examples/text_unicode.rb: Added
360
+ * examples/textures_bunnymark.rb: Added
361
+
362
+ 2021-10-28 vaiorabbit <http://twitter.com/vaiorabbit>
363
+
364
+ * examples/core_loading_thread.rb: Added
365
+ * examples/bitmap_font.rb and font/VP16Font_XNA.png: Added
366
+
367
+ 2021-10-27 vaiorabbit <http://twitter.com/vaiorabbit>
368
+
369
+ * examples/models_waving_cubes.rb: Added
370
+
371
+ 2021-10-26 vaiorabbit <http://twitter.com/vaiorabbit>
372
+
373
+ * examples/models_rlgl_solar_system.rb: Added
374
+ * Bugfix: DEG2RAD and RAD2DEG duplication
375
+ * examples/models_cubicmap.rb: Added
376
+
377
+ 2021-10-25 vaiorabbit <http://twitter.com/vaiorabbit>
378
+
379
+ * examples/utf8_font.rb: Added
380
+
381
+ 2021-10-24 vaiorabbit <http://twitter.com/vaiorabbit>
382
+
383
+ * generator: Add ".by_value" to struct arguments
384
+ * generator: Add struct alias hook
385
+ * examples: Added
386
+ * examples/shapes_basic_shapes.rb: Added
387
+ * generator: Now correctly handles variable-length arguments (TextFormat and TraceLog)
388
+ * Added helper functions (Color.from_u8, Vector2.create, etc.)
389
+ * examples/core_3d_camera_first_person.rb: Added
390
+ * generator: Now correctly handles return values
391
+ * Bugfix: Removed duplicated enums / Names of some structs must start with capital letter
392
+
393
+ 2021-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
394
+
395
+ * Experimental raylib header parser
396
+
397
+ 2021-10-17 vaiorabbit <http://twitter.com/vaiorabbit>
398
+
399
+ * initial commit