raylib-bindings 0.7.9-x86_64-linux → 0.7.10-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,531 +1,539 @@
1
- 2024-11-23 vaiorabbit <http://twitter.com/vaiorabbit>
2
-
3
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/47f83aa58f7a20110b0dc0d031b377faa50dd31e )
4
-
5
- 2024-10-14 vaiorabbit <http://twitter.com/vaiorabbit>
6
-
7
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/59417636ca956d64800e7e26d4f4ec331cf1b412 ) and raygui ( https://github.com/raysan5/raygui/commit/1e03efca48c50c5ea4b4a053d5bf04bad58d3e43 )
8
-
9
- 2024-09-16 vaiorabbit <http://twitter.com/vaiorabbit>
10
-
11
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/186787e31179eec8280a429fae50b65ef58368d3 ) and raygui ( https://github.com/raysan5/raygui/commit/b5a81fb76eec3521f4cbd6c02ace0dcc7b1cc810 )
12
-
13
- 2024-09-07 vaiorabbit <http://twitter.com/vaiorabbit>
14
-
15
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/10b01ba7c2139b9203045bb56aa8403ca810cc6b ) and raygui ( https://github.com/raysan5/raygui/commit/6aae83894ac20b7ac8bf511f43d368f0ad409534 )
16
-
17
- 2024-08-12 vaiorabbit <http://twitter.com/vaiorabbit>
18
-
19
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/418b8780533e6d7822aefcd1a1dd3cb6cca95fa5 )
20
-
21
- 2024-07-28 vaiorabbit <http://twitter.com/vaiorabbit>
22
-
23
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/e5a1fc4f20f9daca17a2f76ffe217b1128625d0b ) and raygui ( https://github.com/raysan5/raygui/commit/33f16596091e8147d01f948e7125db02cfae5faa )
24
-
25
- 2024-07-14 vaiorabbit <http://twitter.com/vaiorabbit>
26
-
27
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/5ede47618bd9f9a440af648da1b4817e51644994 ) and raygui ( https://github.com/raysan5/raygui/commit/3fb9d77a67243497e10ae0448374a52a2a65e26f )
28
-
29
- 2024-06-29 vaiorabbit <http://twitter.com/vaiorabbit>
30
-
31
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/c1ea32655aad97402ea3b215ab7b414d0809bb8d ) and raygui ( https://github.com/raysan5/raygui/commit/0f832e6a6edfa77a93c327617468b15755cb05ce )
32
-
33
- 2024-06-15 vaiorabbit <http://twitter.com/vaiorabbit>
34
-
35
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/b4fbdc028302f9a697f196e8d02a7dca28912f59 ) and raygui ( https://github.com/raysan5/raygui/commit/4b3d94f5df6a5a2aa86286350f7e20c0ca35f516 )
36
-
37
- 2024-05-25 vaiorabbit <http://twitter.com/vaiorabbit>
38
-
39
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/785ec74b92da4f91181ff7b1c89c8ae5ee19f1b6 ) and raygui ( https://github.com/raysan5/raygui/commit/7bb66e5c7f3e283995a43c68965ee82acc65637a )
40
-
41
- 2024-05-12 vaiorabbit <http://twitter.com/vaiorabbit>
42
-
43
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/f62202198e35161a9fe394a14bbd1a7c655107ad ) and raygui ( https://github.com/raysan5/raygui/commit/12804826d01bfb636e36f816bda19eaa23b4ace7 )
44
- * Fixed constant redefinition warnings. (Ref.: https://github.com/raysan5/raylib/commit/33b32ca53a7817a9cfdb1840a8ab75fa7cb47723 https://github.com/raysan5/raylib/blob/f62202198e35161a9fe394a14bbd1a7c655107ad/src/config.h#L115-L121 )
45
-
46
- 2024-05-04 vaiorabbit <http://twitter.com/vaiorabbit>
47
-
48
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/f1007554a0a8145060797c0aa8169bdaf2c1c6b8 ) and raygui ( https://github.com/raysan5/raygui/commit/a3a0e86e215145c28726e6f469f13d0aa6647a5e )
49
-
50
- 2024-04-27 vaiorabbit <http://twitter.com/vaiorabbit>
51
-
52
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/e47ebec66134800e734710038ea4e5f070f3ef06 ) and raygui ( https://github.com/raysan5/raygui/commit/6f532337ff2d6dc14ba3a5f5b7ee63f9d90ff13b )
53
-
54
- 2024-04-06 vaiorabbit <http://twitter.com/vaiorabbit>
55
-
56
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/414229bcf93816daaa253a82cd54fbd7b18e6449 ) and raygui ( https://github.com/raysan5/raygui/commit/0a9a9f897a16968444e10fea4fbac33ba1d5d640 )
57
-
58
- 2024-03-31 vaiorabbit <http://twitter.com/vaiorabbit>
59
-
60
- * examples/textures_bunnymark_plain.rb : Renamed from textures_bunnymark.rb
61
- * examples/textures_bunnymark_optimized.rb : Added
62
-
63
- 2024-03-24 vaiorabbit <http://twitter.com/vaiorabbit>
64
-
65
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/35252fceefdeb7b0920d9c1513efb4b5c05633dc ) and raygui ( https://github.com/raysan5/raygui/commit/9060e3bf33795dad4fdb4f60585b07901ffa5dee )
66
-
67
- 2024-03-10 vaiorabbit <http://twitter.com/vaiorabbit>
68
-
69
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/f072497551d9f03b5fbded289f8af021c103a8c0) and raygui ( https://github.com/raysan5/raygui/commit/623bc61f29839d451061252e1cc93edb013c2f8c )
70
-
71
- 2024-03-02 vaiorabbit <http://twitter.com/vaiorabbit>
72
-
73
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/25caf14be8d0284aceaa0de28753b3012e71b7bb )
74
-
75
- 2024-02-25 vaiorabbit <http://twitter.com/vaiorabbit>
76
-
77
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2a774a88f5532908e09b15602d1482be96470f7f ) and raygui ( https://github.com/raysan5/raygui/commit/bc67f42209cc32965c7d1c00028e3ed0c4158659 )
78
-
79
- 2024-02-18 vaiorabbit <http://twitter.com/vaiorabbit>
80
-
81
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/c251e9309e066b9d2aa5ecbd15bcee45b9bef528 ) and raygui ( https://github.com/raysan5/raygui/commit/a9e5e900586cc264d5af5c88552b66bafe9970f5 )
82
-
83
- 2024-02-03 vaiorabbit <http://twitter.com/vaiorabbit>
84
-
85
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/29ff658d9223068378269e4a705811f085fafdf4 ) and raygui ( https://github.com/raysan5/raygui/commit/58411f4cceb8ae82933f2001461db9940278fdeb )
86
-
87
- 2024-01-27 vaiorabbit <http://twitter.com/vaiorabbit>
88
-
89
- * examples/snake_case_rlgl : Added
90
-
91
- 2024-01-20 vaiorabbit <http://twitter.com/vaiorabbit>
92
-
93
- * Raylib.load_lib : Added 'method_naming' option to import APIs in snake case convention
94
- * examples/snake_case_api.rb : Added
95
-
96
- 2024-01-07 vaiorabbit <http://twitter.com/vaiorabbit>
97
-
98
- * Updated README
99
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/be0ea89f830cce2fcb62acfedc69da4faca11b43 )
100
-
101
- 2024-01-05 vaiorabbit <http://twitter.com/vaiorabbit>
102
-
103
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/eb6dcab308162037272edbad93ea1f10797c7352 ) and raygui ( https://github.com/raysan5/raygui/commit/e30a826909cefbce39bae4ceaee76da6b163e2b1 )
104
-
105
- 2023-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
106
-
107
- * examples/raylib_with_tileson.rb : Added
108
-
109
- 2023-12-17 vaiorabbit <http://twitter.com/vaiorabbit>
110
-
111
- * examples/shaders_basic_pbr.rb : Added
112
-
113
- 2023-12-16 vaiorabbit <http://twitter.com/vaiorabbit>
114
-
115
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/fd84ab3cf735a643a074780ba73559d125e35aad ) and raygui ( https://github.com/raysan5/raygui/commit/2c8dc854d4e585761c2d4c77b4abbc46d298d5be )
116
-
117
- 2023-12-09 vaiorabbit <http://twitter.com/vaiorabbit>
118
-
119
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/a9ba51aa72cfc9c75c2230726a49e1d9065b3c01 ) and raygui ( https://github.com/raysan5/raygui/commit/dc103715435a258c68b00a89ba48b95c146e5b87 )
120
-
121
- 2023-11-30 vaiorabbit <http://twitter.com/vaiorabbit>
122
-
123
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/e7a486fa81adac1833253c849ca73c5b3f7ef361 )
124
-
125
- 2023-11-20 vaiorabbit <http://twitter.com/vaiorabbit>
126
-
127
- * Removed unnecessary dependency
128
-
129
- 2023-11-18 vaiorabbit <http://twitter.com/vaiorabbit>
130
-
131
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/ae50bfa2cc569c0f8d5bc4315d39db64005b1b08 ) and raygui ( https://github.com/raysan5/raygui/commit/141ae0cd312656b7764b01079e43fc887aaaf4ce )
132
-
133
- 2023-11-11 vaiorabbit <http://twitter.com/vaiorabbit>
134
-
135
- * examples/shapes_splines_drawing.rb : Added
136
-
137
- 2023-11-10 vaiorabbit <http://twitter.com/vaiorabbit>
138
-
139
- * examples/text_font_sdf.rb : Added
140
-
141
- 2023-11-09 vaiorabbit <http://twitter.com/vaiorabbit>
142
-
143
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/21dc42d2ad02cafed83cd39afd7305212787c114 ) and raygui ( https://github.com/raysan5/raygui/commit/a2726c8600058cf2b1e6a2660d6d26312b0df424 )
144
-
145
- 2023-10-28 vaiorabbit <http://twitter.com/vaiorabbit>
146
-
147
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/b46505b13d4a85e26d1d5b6f9fc2a4264bf8b02f ) and raygui ( https://github.com/raysan5/raygui/commit/499e8bf7b1d9b0a92af8f685e646bc61f13c6dff )
148
- * examples/core_automation_events.rb : Added
149
-
150
- 2023-10-08 vaiorabbit <http://twitter.com/vaiorabbit>
151
-
152
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/97c2744a16ad7e6cf6b546a7a6416ec6b21e3a6c ) and raygui ( https://github.com/raysan5/raygui/commit/85a5c104f509b183c8cc7db0d90c2ab7a2b198c8)
153
-
154
- 2023-09-30 vaiorabbit <http://twitter.com/vaiorabbit>
155
-
156
- * Use Ruby-FFI 1.16 ( https://github.com/ffi/ffi )
157
-
158
- 2023-09-23 vaiorabbit <http://twitter.com/vaiorabbit>
159
-
160
- * examples/raylib_with_imgui.rb : Added
161
-
162
- 2023-09-16 vaiorabbit <http://twitter.com/vaiorabbit>
163
-
164
- * lib/raygui_helper.rb: Added more APIs
165
- * examples/gui_controls.rb: Added
166
- * examples/shaders_basic_lighting.rb: Added
167
-
168
- 2023-09-12 vaiorabbit <http://twitter.com/vaiorabbit>
169
-
170
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2e7a7877a51ca33487642bd7ed0367b017b54486 ) and raygui ( https://github.com/raysan5/raygui/commit/1c3305031d2dcab2fbd3c7d7ded8b7aee1738908)
171
-
172
- 2023-09-09 vaiorabbit <http://twitter.com/vaiorabbit>
173
-
174
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/37f60e75e72eebd5ff687b8857bf9043d291b0df ) and raygui ( https://github.com/raysan5/raygui/commit/0fccdc61fbd787fdfa9e254fd99def2cdb34fb10 )
175
- * examples/template.rb: now calls UpdateCamera only when orbital model is on
176
-
177
- 2023-09-02 vaiorabbit <http://twitter.com/vaiorabbit>
178
-
179
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/ec6d3bb688ae8c137152eca7cdef9885badd9bee ) and raygui ( https://github.com/raysan5/raygui/commit/12fc56e5e1fe0888a4c73b98890914ca3806a8b4 )
180
- * Linux (Cross): changed host OS (Ubuntu 22.04 LTS) and cross compiler version
181
-
182
- 2023-08-10 vaiorabbit <http://twitter.com/vaiorabbit>
183
-
184
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/0959f6ebf69f44d5bb0225cc94fd187ebedf8be5 ) and raygui ( https://github.com/raysan5/raygui/commit/41417db52d951bb08273c892d3e3db3723f1083a )
185
- * lib/raylib_helper.rb: Added several initialization helper for Camera3D, Camera2D and BoundingBox
186
- * examples: Fixed broken examples / Adoped new initialization helper APIs / Use accessor helpers for better readability
187
-
188
- 2023-07-29 vaiorabbit <http://twitter.com/vaiorabbit>
189
-
190
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/962030e70ad3dfcce5d4642ad65890fde93ad117 ) and raygui ( https://github.com/raysan5/raygui/commit/36365199b11dd967e7147e64c85ccfda8c5064d1 )
191
-
192
- 2023-07-16 vaiorabbit <http://twitter.com/vaiorabbit>
193
-
194
- * examples/textures_image_rotate.rb: Added
195
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/22895ba14fab982ca74ec1526b48b924d1174e60 ) and raygui ( https://github.com/raysan5/raygui/commit/848569ce3399a8f6fe00091f968808f3ab042c4b )
196
-
197
- 2023-06-26 vaiorabbit <http://twitter.com/vaiorabbit>
198
-
199
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/0c126af7171e51fff9f94c4f2e498f43f60d617b ) and raygui ( https://github.com/raysan5/raygui/commit/fa1c93cdcc6df2cd45f5a1d9249291465a24cd8c )
200
-
201
- 2023-06-10 vaiorabbit <http://twitter.com/vaiorabbit>
202
-
203
- * lib/raygui_main.rb: Renamed from 'raygui.rb'
204
- * lib/raygui_helper.rb: Minimal raygui wrapper to cope with raygui-4.0 API changes
205
-
206
- 2023-05-27 vaiorabbit <http://twitter.com/vaiorabbit>
207
-
208
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/aad51d47048f9eb5c13bbbd65dc5cd4d37aa68e5 ) and raygui ( https://github.com/raysan5/raygui/commit/ce358972efcc9c3c85f9806104f525210da08787 )
209
-
210
- 2023-05-22 vaiorabbit <http://twitter.com/vaiorabbit>
211
-
212
- * examples/textures_image_generation.rb: Added
213
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/a4a6d4da8a26d131bc3f3e643f6fe51de281d15f ) and raygui ( https://github.com/raysan5/raygui/commit/135718ee04d57493039fd7b8fb1d73b49f3ec1ea )
214
-
215
- 2023-05-14 vaiorabbit <http://twitter.com/vaiorabbit>
216
-
217
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/5978358e5877b0033584334c5bf6ec7d8cf22ae8 ) and raygui ( https://github.com/raysan5/raygui/commit/aa81c167f10707ea173ea1190eda18e57d841b8f )
218
-
219
- 2023-04-15 vaiorabbit <http://twitter.com/vaiorabbit>
220
-
221
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/709b14180a6ed0379c134bd86612994cb2f36f80 ) and raygui ( https://github.com/raysan5/raygui/commit/5d7bc6b70adc195ccf3b556a23a1e2103f88ec7a )
222
-
223
- 2023-03-19 vaiorabbit <http://twitter.com/vaiorabbit>
224
-
225
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2e02474b7aac2e6e3fe680a3aa996973585eeaad ) and raygui ( https://github.com/raysan5/raygui/commit/5d1de95ba2d16c44c4e777873a0e39f75dab8ffd )
226
-
227
- 2023-03-09 vaiorabbit <http://twitter.com/vaiorabbit>
228
-
229
- * generator: Now generates binding code for rcamera.h
230
- * example: Removed SetCameaMode
231
-
232
- 2023-02-26 vaiorabbit <http://twitter.com/vaiorabbit>
233
-
234
- * generator/raylib_generator.py: Emits accessors for struct members
235
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/7fd2bf1a32c3ed7c932fe7c020858ecadb3b2056 ) and raygui ( https://github.com/raysan5/raygui/commit/c02a5883e0fa0bf78dbd65e70c530080deac5056 )
236
-
237
- 2023-02-25 vaiorabbit <http://twitter.com/vaiorabbit>
238
-
239
- * generator/raylib_generator.py: Emits appropriate spaces to align comments
240
-
241
- 2023-02-18 vaiorabbit <http://twitter.com/vaiorabbit>
242
-
243
- * examples/generate_heightmap_obj.rb: Added
244
-
245
- 2023-02-15 vaiorabbit <http://twitter.com/vaiorabbit>
246
-
247
- * examples/models_heightmap.rb: Added
248
-
249
- 2023-02-04 vaiorabbit <http://twitter.com/vaiorabbit>
250
-
251
- * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/7914332c40ee811ad08a90e4eb7d40c2d1e81f4e ) and raygui ( https://github.com/raysan5/raygui/commit/cec2de3440eac0ad0020d3ce3d546706c0749335 )
252
-
253
- 2023-01-28 vaiorabbit <http://twitter.com/vaiorabbit>
254
-
255
- * Added Linux x86_64 binaries
256
- * Added GitHub Actions scripts
257
-
258
- 2023-01-23 vaiorabbit <http://twitter.com/vaiorabbit>
259
-
260
- * examples/util/setup_dll.rb: Fixed
261
-
262
- 2023-01-21 vaiorabbit <http://twitter.com/vaiorabbit>
263
-
264
- * Added Linux x86_64 binaries
265
-
266
- 2023-01-03 vaiorabbit <http://twitter.com/vaiorabbit>
267
-
268
- * examples/models_loading_gltf.rb: Added glTF animation playback
269
-
270
- 2023-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
271
-
272
- * examples/reversi_board.rb: Added
273
-
274
- 2022-12-31 vaiorabbit <http://twitter.com/vaiorabbit>
275
-
276
- * examples/game_of_life_simple.rb: Added
277
-
278
- 2022-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
279
-
280
- * generator: Now generates binding code for config.h
281
-
282
- 2022-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
283
-
284
- * generator: Now generates enum descriptions
285
- * Fixed several codes according to Rubocop warnings
286
- * lib/raylib_helper.rb: Added several helper functions/classes
287
-
288
- 2022-12-25 vaiorabbit <http://twitter.com/vaiorabbit>
289
-
290
- * Converted DrawModelEx into a wrapper function of rbDrawModelEx to avoid Matrix problem found in models_animation sample
291
- * Attach functions with an explicit name - Ref.: https://www.rubydoc.info/github/ffi/ffi/FFI%2FLibrary:attach_function
292
- * setup_xxx_symbols: name, retval and arguments of one function are now packed into one line
293
- * generator: Now imports descriptions from original API schema
294
- * Generated with the latest raylib ( https://github.com/raysan5/raylib/commit/03cc540d5f1df71bd7ad8118d0e11b492fa5cc18 )
295
-
296
- 2022-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
297
-
298
- * Experimental Linux (Chromebook) support
299
-
300
- 2022-12-10 vaiorabbit <http://twitter.com/vaiorabbit>
301
-
302
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2c9d116a5ce835328dc3267313f1b34b2e7ad8c9 ) / and raygui ( https://github.com/raysan5/raygui/commit/64179558e425f6e05054d2a70eb12530e0fec103 )
303
- * [Windows] Updated DLLs with the latest raylib
304
- * examples/rlgl_compute_shader.rb: Fixed API usage
305
-
306
- 2022-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
307
-
308
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/483f10397ee37ba551e57bad563a846f2dc5bb5b ) / and raygui ( https://github.com/raysan5/raygui/commit/d981abebd8f36dea9a297b2158b529ad8bf76a69a )
309
- * [Windows] Updated DLLs with the latest raylib
310
-
311
- 2022-10-16 vaiorabbit <http://twitter.com/vaiorabbit>
312
-
313
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/c5e89241c515d12a739a0d0bacb6a05395bf2a95 ) / and raygui ( https://github.com/raysan5/raygui/commit/98df231227d87dbf5954520169af29e610cd6a87 )
314
- * examples/models_loading_m3d.rb: Added
315
- * examples/models_loading_gltf.rb: Fixed model paths
316
- * [Windows] Updated DLLs with the latest raylib
317
-
318
- 2022-08-28 vaiorabbit <http://twitter.com/vaiorabbit>
319
-
320
- * examples/template.rb: Added demonstration program included in gem package
321
- * lib/raylib.rb: Added method 'Raylib.template' to generate template code
322
-
323
- 2022-08-12 vaiorabbit <http://twitter.com/vaiorabbit>
324
-
325
- * 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 )
326
-
327
- 2022-07-18 vaiorabbit <http://twitter.com/vaiorabbit>
328
-
329
- * examples/core_storage_values.rb: Removed ( see https://github.com/raysan5/raylib/commit/e722a8dbef59cf0ecccf141af61e1e1c8a24849f )
330
- * examples/core_drop_files.rb: Updated ( see https://github.com/raysan5/raylib/commit/b8f67c628553cb9199f51efc9b20eb5991d58e8f )
331
- * Updated DLLs
332
- * examples/textures_sprite_anim.rb: Added
333
- * examples/textures_gif_player.rb: Added
334
-
335
- 2022-07-17 vaiorabbit <http://twitter.com/vaiorabbit>
336
-
337
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/49a534b5d478fd2f195380143ded4f0ab764c228 ) / and raygui ( https://github.com/raysan5/raygui/commit/9c826f213f5b287159a0b0e1a0670a27c09dcc7e )
338
- * physac_dll now refers new repository ( https://github.com/raysan5/physac )
339
-
340
- 2022-06-08 vaiorabbit <http://twitter.com/vaiorabbit>
341
-
342
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/70ec71a373db426685590127122e77bfd66cbf69 ) / and raygui ( https://github.com/raysan5/raygui/commit/47269f30ce55f0399096d1bee4188b8b8c0d7186 )
343
- * Updated submodules appropriately
344
-
345
- 2022-04-29 vaiorabbit <http://twitter.com/vaiorabbit>
346
-
347
- * script/rebuild_libs_windows.cmd: Added
348
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) / Updated submodules appropriately
349
- * [Windows] Updated DLLs with the latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
350
- * [macOS] Updated DLLs with the latest raylib
351
-
352
- 2022-04-24 vaiorabbit <http://twitter.com/vaiorabbit>
353
-
354
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/233cf3970c9148c4963cfdea20e49e761104f9de ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
355
- * examples/models_mesh_picking.rb: Applied changes done by https://github.com/raysan5/raylib/commit/90fc7c0376f39d7b19d632e1d69dec715ec3f2a8
356
-
357
- 2022-02-26 vaiorabbit <http://twitter.com/vaiorabbit>
358
-
359
- * 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 )
360
- * Fixed incomplete parsing flow
361
-
362
- 2022-01-20 vaiorabbit <http://twitter.com/vaiorabbit>
363
-
364
- * examples/core_2d_camera.rb: Added
365
- * examples/shapes_lines_bezier.rb: Added
366
-
367
- 2022-01-19 vaiorabbit <http://twitter.com/vaiorabbit>
368
-
369
- * examples/lissajous_curve.rb: Added
370
-
371
- 2022-01-17 vaiorabbit <http://twitter.com/vaiorabbit>
372
-
373
- * raygui: Revert to https://github.com/raysan5/raygui/commit/7a2964302ada73438092d0ad11e54f9f9590547a (See https://github.com/vaiorabbit/raylib-bindings/issues/2 for details)
374
-
375
- 2022-01-16 vaiorabbit <http://twitter.com/vaiorabbit>
376
-
377
- * examples/audio_raw_stream.rb: Added
378
-
379
- 2022-01-15 vaiorabbit <http://twitter.com/vaiorabbit>
380
-
381
- * raylib_dll/build_raylib_macos.sh: Stop copying symbolic links
382
-
383
- 2022-01-10 vaiorabbit <http://twitter.com/vaiorabbit>
384
-
385
- * examples/models_animation.rb: Added
386
-
387
- 2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
388
-
389
- * examples/raylib_opengl_interop.rb: Use opengl-bindings2
390
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/549ca669aa42462662a610ff240aa4d5736240e5 ) and raygui ( https://github.com/raysan5/raygui/commit/c7eb9268535298ee25be90739c86d1be215f53e5 )
391
-
392
- 2022-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
393
-
394
- * raylib-bindings.gemspec: Bump version
395
-
396
- 2021-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
397
-
398
- * BoundingBox.create (lib/raylib.rb): Fixed wrong implementation
399
-
400
- 2021-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
401
-
402
- * examples/procedural_texture.rb: Added
403
-
404
- 2021-12-26 vaiorabbit <http://twitter.com/vaiorabbit>
405
-
406
- * examples/shaders_raymarching.rb: Added
407
-
408
- 2021-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
409
-
410
- * examples/text_rectangle_bounds.rb: Added
411
-
412
- 2021-12-20 vaiorabbit <http://twitter.com/vaiorabbit>
413
-
414
- * examples/text_draw_3d.rb: Added
415
-
416
- 2021-12-19 vaiorabbit <http://twitter.com/vaiorabbit>
417
-
418
- * examples/models_mesh_picking.rb: Added
419
- * examples/text_font_filters.rb: Added
420
- * examples/utf8_font.rb: Modified to use texture filter
421
- * examples/textures_mouse_painting.rb: Added
422
-
423
- 2021-12-18 vaiorabbit <http://twitter.com/vaiorabbit>
424
-
425
- * examples/models_mesh_generation.rb: Added
426
- * examples/utf8_font.rb: Added another font
427
- * examples/core_3d_split_screen.rb: Added
428
- * examples/core_world_screen.rb: Added
429
- * examples/models_yaw_pitch_roll.rb: Added
430
-
431
- 2021-12-16 vaiorabbit <http://twitter.com/vaiorabbit>
432
-
433
- * raylib_parser.py: Typo
434
- * Python cindex reports va_list as int on macOS
435
- * examples/models_loading_gltf.rb: Added
436
-
437
- 2021-12-15 vaiorabbit <http://twitter.com/vaiorabbit>
438
-
439
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/0454acaacfaae4a3269d443d3d88045240f738c3 )
440
- * Added generator scripts for Windows
441
-
442
- 2021-11-14 vaiorabbit <http://twitter.com/vaiorabbit>
443
-
444
- * examples/core_storage_values.rb: Added
445
-
446
- 2021-11-13 vaiorabbit <http://twitter.com/vaiorabbit>
447
-
448
- * examples/core_drop_files.rb: Added
449
-
450
- 2021-11-09 vaiorabbit <http://twitter.com/vaiorabbit>
451
-
452
- * examples/models_first_person_maze.rb: Added
453
-
454
- 2021-11-08 vaiorabbit <http://twitter.com/vaiorabbit>
455
-
456
- * examples/raylib_opengl_interop.rb: Added
457
- * examples/models_geometric_shapes.rb: Added
458
-
459
- 2021-11-07 vaiorabbit <http://twitter.com/vaiorabbit>
460
-
461
- * examples/rlgl_compute_shader.rb: Added
462
- * examples/models_billboard.rb: Added
463
-
464
- 2021-11-06 vaiorabbit <http://twitter.com/vaiorabbit>
465
-
466
- * examples/physics_demo.rb: Added
467
- * examples/textures_background_scrolling.rb: Added
468
- * Added dll build scripts for Windows
469
-
470
- 2021-11-05 vaiorabbit <http://twitter.com/vaiorabbit>
471
-
472
- * examples/models_box_collisions.rb: Added
473
- * Added physac wrapper and wrapper generator
474
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2021f09db4df72aea9f963666435bddf0718df94 )
475
-
476
- 2021-11-04 vaiorabbit <http://twitter.com/vaiorabbit>
477
-
478
- * Bugfix: Generate correct signatures for raymath and rlgl
479
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/d18f3fca30858916546908e40cc2e0cea2be03ca )
480
- * Bugfix: Fixed wrong signature in raymath.rb
481
- * examples/audio_sound_loading.rb: Added
482
- * examples/audio_music_stream.rb: Added
483
-
484
- 2021-11-03 vaiorabbit <http://twitter.com/vaiorabbit>
485
-
486
- * Added raygui wrapper and wrapper generator
487
- * examples/shapes_draw_circle_sector.rb: Added
488
-
489
- 2021-10-31 vaiorabbit <http://twitter.com/vaiorabbit>
490
-
491
- * examples/text_unicode.rb: Added
492
- * examples/textures_bunnymark.rb: Added
493
-
494
- 2021-10-28 vaiorabbit <http://twitter.com/vaiorabbit>
495
-
496
- * examples/core_loading_thread.rb: Added
497
- * examples/bitmap_font.rb and font/VP16Font_XNA.png: Added
498
-
499
- 2021-10-27 vaiorabbit <http://twitter.com/vaiorabbit>
500
-
501
- * examples/models_waving_cubes.rb: Added
502
-
503
- 2021-10-26 vaiorabbit <http://twitter.com/vaiorabbit>
504
-
505
- * examples/models_rlgl_solar_system.rb: Added
506
- * Bugfix: DEG2RAD and RAD2DEG duplication
507
- * examples/models_cubicmap.rb: Added
508
-
509
- 2021-10-25 vaiorabbit <http://twitter.com/vaiorabbit>
510
-
511
- * examples/utf8_font.rb: Added
512
-
513
- 2021-10-24 vaiorabbit <http://twitter.com/vaiorabbit>
514
-
515
- * generator: Add ".by_value" to struct arguments
516
- * generator: Add struct alias hook
517
- * examples: Added
518
- * examples/shapes_basic_shapes.rb: Added
519
- * generator: Now correctly handles variable-length arguments (TextFormat and TraceLog)
520
- * Added helper functions (Color.from_u8, Vector2.create, etc.)
521
- * examples/core_3d_camera_first_person.rb: Added
522
- * generator: Now correctly handles return values
523
- * Bugfix: Removed duplicated enums / Names of some structs must start with capital letter
524
-
525
- 2021-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
526
-
527
- * Experimental raylib header parser
528
-
529
- 2021-10-17 vaiorabbit <http://twitter.com/vaiorabbit>
530
-
531
- * initial commit
1
+ 2025-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/fa0eada61a1131a7413df9139ead6d018b169f22) and raygui ( https://github.com/raysan5/raygui/commit/1f813711063f0ff01bd3a89d50ebc17c5412e83c )
4
+
5
+ 2024-12-14 vaiorabbit <http://twitter.com/vaiorabbit>
6
+
7
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/93a1e75741175b9a2136593064b3714e79a363e2 ) and raygui ( https://github.com/raysan5/raygui/commit/f11dc823d1c938def8f0a823fd5f51979caab94d )
8
+
9
+ 2024-11-23 vaiorabbit <http://twitter.com/vaiorabbit>
10
+
11
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/47f83aa58f7a20110b0dc0d031b377faa50dd31e )
12
+
13
+ 2024-10-14 vaiorabbit <http://twitter.com/vaiorabbit>
14
+
15
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/59417636ca956d64800e7e26d4f4ec331cf1b412 ) and raygui ( https://github.com/raysan5/raygui/commit/1e03efca48c50c5ea4b4a053d5bf04bad58d3e43 )
16
+
17
+ 2024-09-16 vaiorabbit <http://twitter.com/vaiorabbit>
18
+
19
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/186787e31179eec8280a429fae50b65ef58368d3 ) and raygui ( https://github.com/raysan5/raygui/commit/b5a81fb76eec3521f4cbd6c02ace0dcc7b1cc810 )
20
+
21
+ 2024-09-07 vaiorabbit <http://twitter.com/vaiorabbit>
22
+
23
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/10b01ba7c2139b9203045bb56aa8403ca810cc6b ) and raygui ( https://github.com/raysan5/raygui/commit/6aae83894ac20b7ac8bf511f43d368f0ad409534 )
24
+
25
+ 2024-08-12 vaiorabbit <http://twitter.com/vaiorabbit>
26
+
27
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/418b8780533e6d7822aefcd1a1dd3cb6cca95fa5 )
28
+
29
+ 2024-07-28 vaiorabbit <http://twitter.com/vaiorabbit>
30
+
31
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/e5a1fc4f20f9daca17a2f76ffe217b1128625d0b ) and raygui ( https://github.com/raysan5/raygui/commit/33f16596091e8147d01f948e7125db02cfae5faa )
32
+
33
+ 2024-07-14 vaiorabbit <http://twitter.com/vaiorabbit>
34
+
35
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/5ede47618bd9f9a440af648da1b4817e51644994 ) and raygui ( https://github.com/raysan5/raygui/commit/3fb9d77a67243497e10ae0448374a52a2a65e26f )
36
+
37
+ 2024-06-29 vaiorabbit <http://twitter.com/vaiorabbit>
38
+
39
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/c1ea32655aad97402ea3b215ab7b414d0809bb8d ) and raygui ( https://github.com/raysan5/raygui/commit/0f832e6a6edfa77a93c327617468b15755cb05ce )
40
+
41
+ 2024-06-15 vaiorabbit <http://twitter.com/vaiorabbit>
42
+
43
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/b4fbdc028302f9a697f196e8d02a7dca28912f59 ) and raygui ( https://github.com/raysan5/raygui/commit/4b3d94f5df6a5a2aa86286350f7e20c0ca35f516 )
44
+
45
+ 2024-05-25 vaiorabbit <http://twitter.com/vaiorabbit>
46
+
47
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/785ec74b92da4f91181ff7b1c89c8ae5ee19f1b6 ) and raygui ( https://github.com/raysan5/raygui/commit/7bb66e5c7f3e283995a43c68965ee82acc65637a )
48
+
49
+ 2024-05-12 vaiorabbit <http://twitter.com/vaiorabbit>
50
+
51
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/f62202198e35161a9fe394a14bbd1a7c655107ad ) and raygui ( https://github.com/raysan5/raygui/commit/12804826d01bfb636e36f816bda19eaa23b4ace7 )
52
+ * Fixed constant redefinition warnings. (Ref.: https://github.com/raysan5/raylib/commit/33b32ca53a7817a9cfdb1840a8ab75fa7cb47723 https://github.com/raysan5/raylib/blob/f62202198e35161a9fe394a14bbd1a7c655107ad/src/config.h#L115-L121 )
53
+
54
+ 2024-05-04 vaiorabbit <http://twitter.com/vaiorabbit>
55
+
56
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/f1007554a0a8145060797c0aa8169bdaf2c1c6b8 ) and raygui ( https://github.com/raysan5/raygui/commit/a3a0e86e215145c28726e6f469f13d0aa6647a5e )
57
+
58
+ 2024-04-27 vaiorabbit <http://twitter.com/vaiorabbit>
59
+
60
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/e47ebec66134800e734710038ea4e5f070f3ef06 ) and raygui ( https://github.com/raysan5/raygui/commit/6f532337ff2d6dc14ba3a5f5b7ee63f9d90ff13b )
61
+
62
+ 2024-04-06 vaiorabbit <http://twitter.com/vaiorabbit>
63
+
64
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/414229bcf93816daaa253a82cd54fbd7b18e6449 ) and raygui ( https://github.com/raysan5/raygui/commit/0a9a9f897a16968444e10fea4fbac33ba1d5d640 )
65
+
66
+ 2024-03-31 vaiorabbit <http://twitter.com/vaiorabbit>
67
+
68
+ * examples/textures_bunnymark_plain.rb : Renamed from textures_bunnymark.rb
69
+ * examples/textures_bunnymark_optimized.rb : Added
70
+
71
+ 2024-03-24 vaiorabbit <http://twitter.com/vaiorabbit>
72
+
73
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/35252fceefdeb7b0920d9c1513efb4b5c05633dc ) and raygui ( https://github.com/raysan5/raygui/commit/9060e3bf33795dad4fdb4f60585b07901ffa5dee )
74
+
75
+ 2024-03-10 vaiorabbit <http://twitter.com/vaiorabbit>
76
+
77
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/f072497551d9f03b5fbded289f8af021c103a8c0) and raygui ( https://github.com/raysan5/raygui/commit/623bc61f29839d451061252e1cc93edb013c2f8c )
78
+
79
+ 2024-03-02 vaiorabbit <http://twitter.com/vaiorabbit>
80
+
81
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/25caf14be8d0284aceaa0de28753b3012e71b7bb )
82
+
83
+ 2024-02-25 vaiorabbit <http://twitter.com/vaiorabbit>
84
+
85
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2a774a88f5532908e09b15602d1482be96470f7f ) and raygui ( https://github.com/raysan5/raygui/commit/bc67f42209cc32965c7d1c00028e3ed0c4158659 )
86
+
87
+ 2024-02-18 vaiorabbit <http://twitter.com/vaiorabbit>
88
+
89
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/c251e9309e066b9d2aa5ecbd15bcee45b9bef528 ) and raygui ( https://github.com/raysan5/raygui/commit/a9e5e900586cc264d5af5c88552b66bafe9970f5 )
90
+
91
+ 2024-02-03 vaiorabbit <http://twitter.com/vaiorabbit>
92
+
93
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/29ff658d9223068378269e4a705811f085fafdf4 ) and raygui ( https://github.com/raysan5/raygui/commit/58411f4cceb8ae82933f2001461db9940278fdeb )
94
+
95
+ 2024-01-27 vaiorabbit <http://twitter.com/vaiorabbit>
96
+
97
+ * examples/snake_case_rlgl : Added
98
+
99
+ 2024-01-20 vaiorabbit <http://twitter.com/vaiorabbit>
100
+
101
+ * Raylib.load_lib : Added 'method_naming' option to import APIs in snake case convention
102
+ * examples/snake_case_api.rb : Added
103
+
104
+ 2024-01-07 vaiorabbit <http://twitter.com/vaiorabbit>
105
+
106
+ * Updated README
107
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/be0ea89f830cce2fcb62acfedc69da4faca11b43 )
108
+
109
+ 2024-01-05 vaiorabbit <http://twitter.com/vaiorabbit>
110
+
111
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/eb6dcab308162037272edbad93ea1f10797c7352 ) and raygui ( https://github.com/raysan5/raygui/commit/e30a826909cefbce39bae4ceaee76da6b163e2b1 )
112
+
113
+ 2023-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
114
+
115
+ * examples/raylib_with_tileson.rb : Added
116
+
117
+ 2023-12-17 vaiorabbit <http://twitter.com/vaiorabbit>
118
+
119
+ * examples/shaders_basic_pbr.rb : Added
120
+
121
+ 2023-12-16 vaiorabbit <http://twitter.com/vaiorabbit>
122
+
123
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/fd84ab3cf735a643a074780ba73559d125e35aad ) and raygui ( https://github.com/raysan5/raygui/commit/2c8dc854d4e585761c2d4c77b4abbc46d298d5be )
124
+
125
+ 2023-12-09 vaiorabbit <http://twitter.com/vaiorabbit>
126
+
127
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/a9ba51aa72cfc9c75c2230726a49e1d9065b3c01 ) and raygui ( https://github.com/raysan5/raygui/commit/dc103715435a258c68b00a89ba48b95c146e5b87 )
128
+
129
+ 2023-11-30 vaiorabbit <http://twitter.com/vaiorabbit>
130
+
131
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/e7a486fa81adac1833253c849ca73c5b3f7ef361 )
132
+
133
+ 2023-11-20 vaiorabbit <http://twitter.com/vaiorabbit>
134
+
135
+ * Removed unnecessary dependency
136
+
137
+ 2023-11-18 vaiorabbit <http://twitter.com/vaiorabbit>
138
+
139
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/ae50bfa2cc569c0f8d5bc4315d39db64005b1b08 ) and raygui ( https://github.com/raysan5/raygui/commit/141ae0cd312656b7764b01079e43fc887aaaf4ce )
140
+
141
+ 2023-11-11 vaiorabbit <http://twitter.com/vaiorabbit>
142
+
143
+ * examples/shapes_splines_drawing.rb : Added
144
+
145
+ 2023-11-10 vaiorabbit <http://twitter.com/vaiorabbit>
146
+
147
+ * examples/text_font_sdf.rb : Added
148
+
149
+ 2023-11-09 vaiorabbit <http://twitter.com/vaiorabbit>
150
+
151
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/21dc42d2ad02cafed83cd39afd7305212787c114 ) and raygui ( https://github.com/raysan5/raygui/commit/a2726c8600058cf2b1e6a2660d6d26312b0df424 )
152
+
153
+ 2023-10-28 vaiorabbit <http://twitter.com/vaiorabbit>
154
+
155
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/b46505b13d4a85e26d1d5b6f9fc2a4264bf8b02f ) and raygui ( https://github.com/raysan5/raygui/commit/499e8bf7b1d9b0a92af8f685e646bc61f13c6dff )
156
+ * examples/core_automation_events.rb : Added
157
+
158
+ 2023-10-08 vaiorabbit <http://twitter.com/vaiorabbit>
159
+
160
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/97c2744a16ad7e6cf6b546a7a6416ec6b21e3a6c ) and raygui ( https://github.com/raysan5/raygui/commit/85a5c104f509b183c8cc7db0d90c2ab7a2b198c8)
161
+
162
+ 2023-09-30 vaiorabbit <http://twitter.com/vaiorabbit>
163
+
164
+ * Use Ruby-FFI 1.16 ( https://github.com/ffi/ffi )
165
+
166
+ 2023-09-23 vaiorabbit <http://twitter.com/vaiorabbit>
167
+
168
+ * examples/raylib_with_imgui.rb : Added
169
+
170
+ 2023-09-16 vaiorabbit <http://twitter.com/vaiorabbit>
171
+
172
+ * lib/raygui_helper.rb: Added more APIs
173
+ * examples/gui_controls.rb: Added
174
+ * examples/shaders_basic_lighting.rb: Added
175
+
176
+ 2023-09-12 vaiorabbit <http://twitter.com/vaiorabbit>
177
+
178
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2e7a7877a51ca33487642bd7ed0367b017b54486 ) and raygui ( https://github.com/raysan5/raygui/commit/1c3305031d2dcab2fbd3c7d7ded8b7aee1738908)
179
+
180
+ 2023-09-09 vaiorabbit <http://twitter.com/vaiorabbit>
181
+
182
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/37f60e75e72eebd5ff687b8857bf9043d291b0df ) and raygui ( https://github.com/raysan5/raygui/commit/0fccdc61fbd787fdfa9e254fd99def2cdb34fb10 )
183
+ * examples/template.rb: now calls UpdateCamera only when orbital model is on
184
+
185
+ 2023-09-02 vaiorabbit <http://twitter.com/vaiorabbit>
186
+
187
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/ec6d3bb688ae8c137152eca7cdef9885badd9bee ) and raygui ( https://github.com/raysan5/raygui/commit/12fc56e5e1fe0888a4c73b98890914ca3806a8b4 )
188
+ * Linux (Cross): changed host OS (Ubuntu 22.04 LTS) and cross compiler version
189
+
190
+ 2023-08-10 vaiorabbit <http://twitter.com/vaiorabbit>
191
+
192
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/0959f6ebf69f44d5bb0225cc94fd187ebedf8be5 ) and raygui ( https://github.com/raysan5/raygui/commit/41417db52d951bb08273c892d3e3db3723f1083a )
193
+ * lib/raylib_helper.rb: Added several initialization helper for Camera3D, Camera2D and BoundingBox
194
+ * examples: Fixed broken examples / Adoped new initialization helper APIs / Use accessor helpers for better readability
195
+
196
+ 2023-07-29 vaiorabbit <http://twitter.com/vaiorabbit>
197
+
198
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/962030e70ad3dfcce5d4642ad65890fde93ad117 ) and raygui ( https://github.com/raysan5/raygui/commit/36365199b11dd967e7147e64c85ccfda8c5064d1 )
199
+
200
+ 2023-07-16 vaiorabbit <http://twitter.com/vaiorabbit>
201
+
202
+ * examples/textures_image_rotate.rb: Added
203
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/22895ba14fab982ca74ec1526b48b924d1174e60 ) and raygui ( https://github.com/raysan5/raygui/commit/848569ce3399a8f6fe00091f968808f3ab042c4b )
204
+
205
+ 2023-06-26 vaiorabbit <http://twitter.com/vaiorabbit>
206
+
207
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/0c126af7171e51fff9f94c4f2e498f43f60d617b ) and raygui ( https://github.com/raysan5/raygui/commit/fa1c93cdcc6df2cd45f5a1d9249291465a24cd8c )
208
+
209
+ 2023-06-10 vaiorabbit <http://twitter.com/vaiorabbit>
210
+
211
+ * lib/raygui_main.rb: Renamed from 'raygui.rb'
212
+ * lib/raygui_helper.rb: Minimal raygui wrapper to cope with raygui-4.0 API changes
213
+
214
+ 2023-05-27 vaiorabbit <http://twitter.com/vaiorabbit>
215
+
216
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/aad51d47048f9eb5c13bbbd65dc5cd4d37aa68e5 ) and raygui ( https://github.com/raysan5/raygui/commit/ce358972efcc9c3c85f9806104f525210da08787 )
217
+
218
+ 2023-05-22 vaiorabbit <http://twitter.com/vaiorabbit>
219
+
220
+ * examples/textures_image_generation.rb: Added
221
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/a4a6d4da8a26d131bc3f3e643f6fe51de281d15f ) and raygui ( https://github.com/raysan5/raygui/commit/135718ee04d57493039fd7b8fb1d73b49f3ec1ea )
222
+
223
+ 2023-05-14 vaiorabbit <http://twitter.com/vaiorabbit>
224
+
225
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/5978358e5877b0033584334c5bf6ec7d8cf22ae8 ) and raygui ( https://github.com/raysan5/raygui/commit/aa81c167f10707ea173ea1190eda18e57d841b8f )
226
+
227
+ 2023-04-15 vaiorabbit <http://twitter.com/vaiorabbit>
228
+
229
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/709b14180a6ed0379c134bd86612994cb2f36f80 ) and raygui ( https://github.com/raysan5/raygui/commit/5d7bc6b70adc195ccf3b556a23a1e2103f88ec7a )
230
+
231
+ 2023-03-19 vaiorabbit <http://twitter.com/vaiorabbit>
232
+
233
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2e02474b7aac2e6e3fe680a3aa996973585eeaad ) and raygui ( https://github.com/raysan5/raygui/commit/5d1de95ba2d16c44c4e777873a0e39f75dab8ffd )
234
+
235
+ 2023-03-09 vaiorabbit <http://twitter.com/vaiorabbit>
236
+
237
+ * generator: Now generates binding code for rcamera.h
238
+ * example: Removed SetCameaMode
239
+
240
+ 2023-02-26 vaiorabbit <http://twitter.com/vaiorabbit>
241
+
242
+ * generator/raylib_generator.py: Emits accessors for struct members
243
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/7fd2bf1a32c3ed7c932fe7c020858ecadb3b2056 ) and raygui ( https://github.com/raysan5/raygui/commit/c02a5883e0fa0bf78dbd65e70c530080deac5056 )
244
+
245
+ 2023-02-25 vaiorabbit <http://twitter.com/vaiorabbit>
246
+
247
+ * generator/raylib_generator.py: Emits appropriate spaces to align comments
248
+
249
+ 2023-02-18 vaiorabbit <http://twitter.com/vaiorabbit>
250
+
251
+ * examples/generate_heightmap_obj.rb: Added
252
+
253
+ 2023-02-15 vaiorabbit <http://twitter.com/vaiorabbit>
254
+
255
+ * examples/models_heightmap.rb: Added
256
+
257
+ 2023-02-04 vaiorabbit <http://twitter.com/vaiorabbit>
258
+
259
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/7914332c40ee811ad08a90e4eb7d40c2d1e81f4e ) and raygui ( https://github.com/raysan5/raygui/commit/cec2de3440eac0ad0020d3ce3d546706c0749335 )
260
+
261
+ 2023-01-28 vaiorabbit <http://twitter.com/vaiorabbit>
262
+
263
+ * Added Linux x86_64 binaries
264
+ * Added GitHub Actions scripts
265
+
266
+ 2023-01-23 vaiorabbit <http://twitter.com/vaiorabbit>
267
+
268
+ * examples/util/setup_dll.rb: Fixed
269
+
270
+ 2023-01-21 vaiorabbit <http://twitter.com/vaiorabbit>
271
+
272
+ * Added Linux x86_64 binaries
273
+
274
+ 2023-01-03 vaiorabbit <http://twitter.com/vaiorabbit>
275
+
276
+ * examples/models_loading_gltf.rb: Added glTF animation playback
277
+
278
+ 2023-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
279
+
280
+ * examples/reversi_board.rb: Added
281
+
282
+ 2022-12-31 vaiorabbit <http://twitter.com/vaiorabbit>
283
+
284
+ * examples/game_of_life_simple.rb: Added
285
+
286
+ 2022-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
287
+
288
+ * generator: Now generates binding code for config.h
289
+
290
+ 2022-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
291
+
292
+ * generator: Now generates enum descriptions
293
+ * Fixed several codes according to Rubocop warnings
294
+ * lib/raylib_helper.rb: Added several helper functions/classes
295
+
296
+ 2022-12-25 vaiorabbit <http://twitter.com/vaiorabbit>
297
+
298
+ * Converted DrawModelEx into a wrapper function of rbDrawModelEx to avoid Matrix problem found in models_animation sample
299
+ * Attach functions with an explicit name - Ref.: https://www.rubydoc.info/github/ffi/ffi/FFI%2FLibrary:attach_function
300
+ * setup_xxx_symbols: name, retval and arguments of one function are now packed into one line
301
+ * generator: Now imports descriptions from original API schema
302
+ * Generated with the latest raylib ( https://github.com/raysan5/raylib/commit/03cc540d5f1df71bd7ad8118d0e11b492fa5cc18 )
303
+
304
+ 2022-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
305
+
306
+ * Experimental Linux (Chromebook) support
307
+
308
+ 2022-12-10 vaiorabbit <http://twitter.com/vaiorabbit>
309
+
310
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2c9d116a5ce835328dc3267313f1b34b2e7ad8c9 ) / and raygui ( https://github.com/raysan5/raygui/commit/64179558e425f6e05054d2a70eb12530e0fec103 )
311
+ * [Windows] Updated DLLs with the latest raylib
312
+ * examples/rlgl_compute_shader.rb: Fixed API usage
313
+
314
+ 2022-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
315
+
316
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/483f10397ee37ba551e57bad563a846f2dc5bb5b ) / and raygui ( https://github.com/raysan5/raygui/commit/d981abebd8f36dea9a297b2158b529ad8bf76a69a )
317
+ * [Windows] Updated DLLs with the latest raylib
318
+
319
+ 2022-10-16 vaiorabbit <http://twitter.com/vaiorabbit>
320
+
321
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/c5e89241c515d12a739a0d0bacb6a05395bf2a95 ) / and raygui ( https://github.com/raysan5/raygui/commit/98df231227d87dbf5954520169af29e610cd6a87 )
322
+ * examples/models_loading_m3d.rb: Added
323
+ * examples/models_loading_gltf.rb: Fixed model paths
324
+ * [Windows] Updated DLLs with the latest raylib
325
+
326
+ 2022-08-28 vaiorabbit <http://twitter.com/vaiorabbit>
327
+
328
+ * examples/template.rb: Added demonstration program included in gem package
329
+ * lib/raylib.rb: Added method 'Raylib.template' to generate template code
330
+
331
+ 2022-08-12 vaiorabbit <http://twitter.com/vaiorabbit>
332
+
333
+ * 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 )
334
+
335
+ 2022-07-18 vaiorabbit <http://twitter.com/vaiorabbit>
336
+
337
+ * examples/core_storage_values.rb: Removed ( see https://github.com/raysan5/raylib/commit/e722a8dbef59cf0ecccf141af61e1e1c8a24849f )
338
+ * examples/core_drop_files.rb: Updated ( see https://github.com/raysan5/raylib/commit/b8f67c628553cb9199f51efc9b20eb5991d58e8f )
339
+ * Updated DLLs
340
+ * examples/textures_sprite_anim.rb: Added
341
+ * examples/textures_gif_player.rb: Added
342
+
343
+ 2022-07-17 vaiorabbit <http://twitter.com/vaiorabbit>
344
+
345
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/49a534b5d478fd2f195380143ded4f0ab764c228 ) / and raygui ( https://github.com/raysan5/raygui/commit/9c826f213f5b287159a0b0e1a0670a27c09dcc7e )
346
+ * physac_dll now refers new repository ( https://github.com/raysan5/physac )
347
+
348
+ 2022-06-08 vaiorabbit <http://twitter.com/vaiorabbit>
349
+
350
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/70ec71a373db426685590127122e77bfd66cbf69 ) / and raygui ( https://github.com/raysan5/raygui/commit/47269f30ce55f0399096d1bee4188b8b8c0d7186 )
351
+ * Updated submodules appropriately
352
+
353
+ 2022-04-29 vaiorabbit <http://twitter.com/vaiorabbit>
354
+
355
+ * script/rebuild_libs_windows.cmd: Added
356
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) / Updated submodules appropriately
357
+ * [Windows] Updated DLLs with the latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
358
+ * [macOS] Updated DLLs with the latest raylib
359
+
360
+ 2022-04-24 vaiorabbit <http://twitter.com/vaiorabbit>
361
+
362
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/233cf3970c9148c4963cfdea20e49e761104f9de ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
363
+ * examples/models_mesh_picking.rb: Applied changes done by https://github.com/raysan5/raylib/commit/90fc7c0376f39d7b19d632e1d69dec715ec3f2a8
364
+
365
+ 2022-02-26 vaiorabbit <http://twitter.com/vaiorabbit>
366
+
367
+ * 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 )
368
+ * Fixed incomplete parsing flow
369
+
370
+ 2022-01-20 vaiorabbit <http://twitter.com/vaiorabbit>
371
+
372
+ * examples/core_2d_camera.rb: Added
373
+ * examples/shapes_lines_bezier.rb: Added
374
+
375
+ 2022-01-19 vaiorabbit <http://twitter.com/vaiorabbit>
376
+
377
+ * examples/lissajous_curve.rb: Added
378
+
379
+ 2022-01-17 vaiorabbit <http://twitter.com/vaiorabbit>
380
+
381
+ * raygui: Revert to https://github.com/raysan5/raygui/commit/7a2964302ada73438092d0ad11e54f9f9590547a (See https://github.com/vaiorabbit/raylib-bindings/issues/2 for details)
382
+
383
+ 2022-01-16 vaiorabbit <http://twitter.com/vaiorabbit>
384
+
385
+ * examples/audio_raw_stream.rb: Added
386
+
387
+ 2022-01-15 vaiorabbit <http://twitter.com/vaiorabbit>
388
+
389
+ * raylib_dll/build_raylib_macos.sh: Stop copying symbolic links
390
+
391
+ 2022-01-10 vaiorabbit <http://twitter.com/vaiorabbit>
392
+
393
+ * examples/models_animation.rb: Added
394
+
395
+ 2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
396
+
397
+ * examples/raylib_opengl_interop.rb: Use opengl-bindings2
398
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/549ca669aa42462662a610ff240aa4d5736240e5 ) and raygui ( https://github.com/raysan5/raygui/commit/c7eb9268535298ee25be90739c86d1be215f53e5 )
399
+
400
+ 2022-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
401
+
402
+ * raylib-bindings.gemspec: Bump version
403
+
404
+ 2021-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
405
+
406
+ * BoundingBox.create (lib/raylib.rb): Fixed wrong implementation
407
+
408
+ 2021-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
409
+
410
+ * examples/procedural_texture.rb: Added
411
+
412
+ 2021-12-26 vaiorabbit <http://twitter.com/vaiorabbit>
413
+
414
+ * examples/shaders_raymarching.rb: Added
415
+
416
+ 2021-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
417
+
418
+ * examples/text_rectangle_bounds.rb: Added
419
+
420
+ 2021-12-20 vaiorabbit <http://twitter.com/vaiorabbit>
421
+
422
+ * examples/text_draw_3d.rb: Added
423
+
424
+ 2021-12-19 vaiorabbit <http://twitter.com/vaiorabbit>
425
+
426
+ * examples/models_mesh_picking.rb: Added
427
+ * examples/text_font_filters.rb: Added
428
+ * examples/utf8_font.rb: Modified to use texture filter
429
+ * examples/textures_mouse_painting.rb: Added
430
+
431
+ 2021-12-18 vaiorabbit <http://twitter.com/vaiorabbit>
432
+
433
+ * examples/models_mesh_generation.rb: Added
434
+ * examples/utf8_font.rb: Added another font
435
+ * examples/core_3d_split_screen.rb: Added
436
+ * examples/core_world_screen.rb: Added
437
+ * examples/models_yaw_pitch_roll.rb: Added
438
+
439
+ 2021-12-16 vaiorabbit <http://twitter.com/vaiorabbit>
440
+
441
+ * raylib_parser.py: Typo
442
+ * Python cindex reports va_list as int on macOS
443
+ * examples/models_loading_gltf.rb: Added
444
+
445
+ 2021-12-15 vaiorabbit <http://twitter.com/vaiorabbit>
446
+
447
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/0454acaacfaae4a3269d443d3d88045240f738c3 )
448
+ * Added generator scripts for Windows
449
+
450
+ 2021-11-14 vaiorabbit <http://twitter.com/vaiorabbit>
451
+
452
+ * examples/core_storage_values.rb: Added
453
+
454
+ 2021-11-13 vaiorabbit <http://twitter.com/vaiorabbit>
455
+
456
+ * examples/core_drop_files.rb: Added
457
+
458
+ 2021-11-09 vaiorabbit <http://twitter.com/vaiorabbit>
459
+
460
+ * examples/models_first_person_maze.rb: Added
461
+
462
+ 2021-11-08 vaiorabbit <http://twitter.com/vaiorabbit>
463
+
464
+ * examples/raylib_opengl_interop.rb: Added
465
+ * examples/models_geometric_shapes.rb: Added
466
+
467
+ 2021-11-07 vaiorabbit <http://twitter.com/vaiorabbit>
468
+
469
+ * examples/rlgl_compute_shader.rb: Added
470
+ * examples/models_billboard.rb: Added
471
+
472
+ 2021-11-06 vaiorabbit <http://twitter.com/vaiorabbit>
473
+
474
+ * examples/physics_demo.rb: Added
475
+ * examples/textures_background_scrolling.rb: Added
476
+ * Added dll build scripts for Windows
477
+
478
+ 2021-11-05 vaiorabbit <http://twitter.com/vaiorabbit>
479
+
480
+ * examples/models_box_collisions.rb: Added
481
+ * Added physac wrapper and wrapper generator
482
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2021f09db4df72aea9f963666435bddf0718df94 )
483
+
484
+ 2021-11-04 vaiorabbit <http://twitter.com/vaiorabbit>
485
+
486
+ * Bugfix: Generate correct signatures for raymath and rlgl
487
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/d18f3fca30858916546908e40cc2e0cea2be03ca )
488
+ * Bugfix: Fixed wrong signature in raymath.rb
489
+ * examples/audio_sound_loading.rb: Added
490
+ * examples/audio_music_stream.rb: Added
491
+
492
+ 2021-11-03 vaiorabbit <http://twitter.com/vaiorabbit>
493
+
494
+ * Added raygui wrapper and wrapper generator
495
+ * examples/shapes_draw_circle_sector.rb: Added
496
+
497
+ 2021-10-31 vaiorabbit <http://twitter.com/vaiorabbit>
498
+
499
+ * examples/text_unicode.rb: Added
500
+ * examples/textures_bunnymark.rb: Added
501
+
502
+ 2021-10-28 vaiorabbit <http://twitter.com/vaiorabbit>
503
+
504
+ * examples/core_loading_thread.rb: Added
505
+ * examples/bitmap_font.rb and font/VP16Font_XNA.png: Added
506
+
507
+ 2021-10-27 vaiorabbit <http://twitter.com/vaiorabbit>
508
+
509
+ * examples/models_waving_cubes.rb: Added
510
+
511
+ 2021-10-26 vaiorabbit <http://twitter.com/vaiorabbit>
512
+
513
+ * examples/models_rlgl_solar_system.rb: Added
514
+ * Bugfix: DEG2RAD and RAD2DEG duplication
515
+ * examples/models_cubicmap.rb: Added
516
+
517
+ 2021-10-25 vaiorabbit <http://twitter.com/vaiorabbit>
518
+
519
+ * examples/utf8_font.rb: Added
520
+
521
+ 2021-10-24 vaiorabbit <http://twitter.com/vaiorabbit>
522
+
523
+ * generator: Add ".by_value" to struct arguments
524
+ * generator: Add struct alias hook
525
+ * examples: Added
526
+ * examples/shapes_basic_shapes.rb: Added
527
+ * generator: Now correctly handles variable-length arguments (TextFormat and TraceLog)
528
+ * Added helper functions (Color.from_u8, Vector2.create, etc.)
529
+ * examples/core_3d_camera_first_person.rb: Added
530
+ * generator: Now correctly handles return values
531
+ * Bugfix: Removed duplicated enums / Names of some structs must start with capital letter
532
+
533
+ 2021-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
534
+
535
+ * Experimental raylib header parser
536
+
537
+ 2021-10-17 vaiorabbit <http://twitter.com/vaiorabbit>
538
+
539
+ * initial commit