raylib-bindings 0.5.8pre1-arm64-darwin → 0.6.0-arm64-darwin

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