raylib-bindings 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec140a3aeb14467dddc0851eb6dc9b26f1e189955eda32aede4cdb9068163d2a
4
- data.tar.gz: 9edeefc3c423bb8436b9d0a3779c86abe584a0c719090a8819dd8489689079db
3
+ metadata.gz: 7bcee871c5ee2ff88b9da5aa1b5d4728f4fc354bc0d49c3420676bff37d7c0d9
4
+ data.tar.gz: bf012b9633b4634a3af04d203ad0fe6f378693154c83b3d5f913e7c9540fbf58
5
5
  SHA512:
6
- metadata.gz: 6f46201e5a1c794a319ccae7008220e092837aa860040710d9ba41ff5836bf81c179d48ba72994cf863ce9dce393134d1218e237b76c4f414de6422ddd19bf19
7
- data.tar.gz: 349f290348f0fe2ac8690dd2bf712a2d1a41f979f4c95e4ca5a1cf7d85dcdd278714688aa359112a845960549870d0deb4775ef88642c4e567b1999966c515ce
6
+ metadata.gz: b24432fed4db03f9291795bd0cc7a04131daf5ad1fb39cf4cf62478f4dac1a018609d1159838672b8f829245364215d662997da106c8a7368d4685a765784607
7
+ data.tar.gz: 31e53a0236351958d656bb0493b926ba294635672f241123ca30488b592e2fdf9d17da17077c053241902059205b374d8d432e7a1bf6cb1d0b5027a09e6c1d60
data/ChangeLog CHANGED
@@ -1,254 +1,279 @@
1
- 2022-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
2
-
3
- * generator: Now generates binding code for config.h
4
-
5
- 2022-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
6
-
7
- * generator: Now generates enum descriptions
8
- * Fixed several codes according to Rubocop warnings
9
- * lib/raylib_helper.rb: Added several helper functions/classes
10
-
11
- 2022-12-25 vaiorabbit <http://twitter.com/vaiorabbit>
12
-
13
- * Converted DrawModelEx into a wrapper function of rbDrawModelEx to avoid Matrix problem found in models_animation sample
14
- * Attach functions with an explicit name - Ref.: https://www.rubydoc.info/github/ffi/ffi/FFI%2FLibrary:attach_function
15
- * setup_xxx_symbols: name, retval and arguments of one function are now packed into one line
16
- * generator: Now imports descriptions from original API schema
17
- * Generated with the latest raylib ( https://github.com/raysan5/raylib/commit/03cc540d5f1df71bd7ad8118d0e11b492fa5cc18 )
18
-
19
- 2022-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
20
-
21
- * Experimental Linux (Chromebook) support
22
-
23
- 2022-12-10 vaiorabbit <http://twitter.com/vaiorabbit>
24
-
25
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2c9d116a5ce835328dc3267313f1b34b2e7ad8c9 ) / and raygui ( https://github.com/raysan5/raygui/commit/64179558e425f6e05054d2a70eb12530e0fec103 )
26
- * [Windows] Updated DLLs with the latest raylib
27
- * example/rlgl_compute_shader.rb: Fixed API usage
28
-
29
- 2022-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
30
-
31
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/483f10397ee37ba551e57bad563a846f2dc5bb5b ) / and raygui ( https://github.com/raysan5/raygui/commit/d981abebd8f36dea9a297b2158b529ad8bf76a69a )
32
- * [Windows] Updated DLLs with the latest raylib
33
-
34
- 2022-10-16 vaiorabbit <http://twitter.com/vaiorabbit>
35
-
36
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/c5e89241c515d12a739a0d0bacb6a05395bf2a95 ) / and raygui ( https://github.com/raysan5/raygui/commit/98df231227d87dbf5954520169af29e610cd6a87 )
37
- * example/models_loading_m3d.rb: Added
38
- * example/models_loading_gltf.rb: Fixed model paths
39
- * [Windows] Updated DLLs with the latest raylib
40
-
41
- 2022-08-28 vaiorabbit <http://twitter.com/vaiorabbit>
42
-
43
- * example/template.rb: Added demonstration program included in gem package
44
- * lib/raylib.rb: Added method 'Raylib.template' to generate template code
45
-
46
- 2022-08-12 vaiorabbit <http://twitter.com/vaiorabbit>
47
-
48
- * 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 )
49
-
50
- 2022-07-18 vaiorabbit <http://twitter.com/vaiorabbit>
51
-
52
- * examples/core_storage_values.rb: Removed ( see https://github.com/raysan5/raylib/commit/e722a8dbef59cf0ecccf141af61e1e1c8a24849f )
53
- * examples/core_drop_files.rb: Updated ( see https://github.com/raysan5/raylib/commit/b8f67c628553cb9199f51efc9b20eb5991d58e8f )
54
- * Updated DLLs
55
- * examples/textures_sprite_anim.rb: Added
56
- * examples/textures_gif_player.rb: Added
57
-
58
- 2022-07-17 vaiorabbit <http://twitter.com/vaiorabbit>
59
-
60
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/49a534b5d478fd2f195380143ded4f0ab764c228 ) / and raygui ( https://github.com/raysan5/raygui/commit/9c826f213f5b287159a0b0e1a0670a27c09dcc7e )
61
- * physac_dll now refers new repository ( https://github.com/raysan5/physac )
62
-
63
- 2022-06-08 vaiorabbit <http://twitter.com/vaiorabbit>
64
-
65
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/70ec71a373db426685590127122e77bfd66cbf69 ) / and raygui ( https://github.com/raysan5/raygui/commit/47269f30ce55f0399096d1bee4188b8b8c0d7186 )
66
- * Updated submodules appropriately
67
-
68
- 2022-04-29 vaiorabbit <http://twitter.com/vaiorabbit>
69
-
70
- * script/rebuild_libs_windows.cmd: Added
71
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) / Updated submodules appropriately
72
- * [Windows] Updated DLLs with the latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
73
- * [macOS] Updated DLLs with the latest raylib
74
-
75
- 2022-04-24 vaiorabbit <http://twitter.com/vaiorabbit>
76
-
77
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/233cf3970c9148c4963cfdea20e49e761104f9de ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
78
- * examples/models_mesh_picking.rb: Applied changes done by https://github.com/raysan5/raylib/commit/90fc7c0376f39d7b19d632e1d69dec715ec3f2a8
79
-
80
- 2022-02-26 vaiorabbit <http://twitter.com/vaiorabbit>
81
-
82
- * 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 )
83
- * Fixed incomplete parsing flow
84
-
85
- 2022-01-20 vaiorabbit <http://twitter.com/vaiorabbit>
86
-
87
- * examples/core_2d_camera.rb: Added
88
- * examples/shapes_lines_bezier.rb: Added
89
-
90
- 2022-01-19 vaiorabbit <http://twitter.com/vaiorabbit>
91
-
92
- * examples/lissajous_curve.rb: Added
93
-
94
- 2022-01-17 vaiorabbit <http://twitter.com/vaiorabbit>
95
-
96
- * raygui: Revert to https://github.com/raysan5/raygui/commit/7a2964302ada73438092d0ad11e54f9f9590547a (See https://github.com/vaiorabbit/raylib-bindings/issues/2 for details)
97
-
98
- 2022-01-16 vaiorabbit <http://twitter.com/vaiorabbit>
99
-
100
- * examples/audio_raw_stream.rb: Added
101
-
102
- 2022-01-15 vaiorabbit <http://twitter.com/vaiorabbit>
103
-
104
- * raylib_dll/build_raylib_macos.sh: Stop copying symbolic links
105
-
106
- 2022-01-10 vaiorabbit <http://twitter.com/vaiorabbit>
107
-
108
- * examples/models_animation.rb: Added
109
-
110
- 2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
111
-
112
- * examples/raylib_opengl_interop.rb: Use opengl-bindings2
113
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/549ca669aa42462662a610ff240aa4d5736240e5 ) and raygui ( https://github.com/raysan5/raygui/commit/c7eb9268535298ee25be90739c86d1be215f53e5 )
114
-
115
- 2022-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
116
-
117
- * raylib-bindings.gemspec: Bump version
118
-
119
- 2021-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
120
-
121
- * BoundingBox.create (lib/raylib.rb): Fixed wrong implementation
122
-
123
- 2021-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
124
-
125
- * examples/procedural_texture.rb: Added
126
-
127
- 2021-12-26 vaiorabbit <http://twitter.com/vaiorabbit>
128
-
129
- * examples/shaders_raymarching.rb: Added
130
-
131
- 2021-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
132
-
133
- * examples/text_rectangle_bounds.rb: Added
134
-
135
- 2021-12-20 vaiorabbit <http://twitter.com/vaiorabbit>
136
-
137
- * examples/text_draw_3d.rb: Added
138
-
139
- 2021-12-19 vaiorabbit <http://twitter.com/vaiorabbit>
140
-
141
- * examples/models_mesh_picking.rb: Added
142
- * examples/text_font_filters.rb: Added
143
- * examples/utf8_font.rb: Modified to use texture filter
144
- * examples/textures_mouse_painting.rb: Added
145
-
146
- 2021-12-18 vaiorabbit <http://twitter.com/vaiorabbit>
147
-
148
- * examples/models_mesh_generation.rb: Added
149
- * examples/utf8_font.rb: Added another font
150
- * examples/core_3d_split_screen.rb: Added
151
- * examples/core_world_screen.rb: Added
152
- * examples/models_yaw_pitch_roll.rb: Added
153
-
154
- 2021-12-16 vaiorabbit <http://twitter.com/vaiorabbit>
155
-
156
- * raylib_parser.py: Typo
157
- * Python cindex reports va_list as int on macOS
158
- * examples/models_loading_gltf.rb: Added
159
-
160
- 2021-12-15 vaiorabbit <http://twitter.com/vaiorabbit>
161
-
162
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/0454acaacfaae4a3269d443d3d88045240f738c3 )
163
- * Added generator scripts for Windows
164
-
165
- 2021-11-14 vaiorabbit <http://twitter.com/vaiorabbit>
166
-
167
- * examples/core_storage_values.rb: Added
168
-
169
- 2021-11-13 vaiorabbit <http://twitter.com/vaiorabbit>
170
-
171
- * examples/core_drop_files.rb: Added
172
-
173
- 2021-11-09 vaiorabbit <http://twitter.com/vaiorabbit>
174
-
175
- * examples/models_first_person_maze.rb: Added
176
-
177
- 2021-11-08 vaiorabbit <http://twitter.com/vaiorabbit>
178
-
179
- * examples/raylib_opengl_interop.rb: Added
180
- * examples/models_geometric_shapes.rb: Added
181
-
182
- 2021-11-07 vaiorabbit <http://twitter.com/vaiorabbit>
183
-
184
- * examples/rlgl_compute_shader.rb: Added
185
- * examples/models_billboard.rb: Added
186
-
187
- 2021-11-06 vaiorabbit <http://twitter.com/vaiorabbit>
188
-
189
- * examples/physics_demo.rb: Added
190
- * examples/textures_background_scrolling.rb: Added
191
- * Added dll build scripts for Windows
192
-
193
- 2021-11-05 vaiorabbit <http://twitter.com/vaiorabbit>
194
-
195
- * examples/models_box_collisions.rb: Added
196
- * Added physac wrapper and wrapper generator
197
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2021f09db4df72aea9f963666435bddf0718df94 )
198
-
199
- 2021-11-04 vaiorabbit <http://twitter.com/vaiorabbit>
200
-
201
- * Bugfix: Generate correct signatures for raymath and rlgl
202
- * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/d18f3fca30858916546908e40cc2e0cea2be03ca )
203
- * Bugfix: Fixed wrong signature in raymath.rb
204
- * examples/audio_sound_loading.rb: Added
205
- * examples/audio_music_stream.rb: Added
206
-
207
- 2021-11-03 vaiorabbit <http://twitter.com/vaiorabbit>
208
-
209
- * Added raygui wrapper and wrapper generator
210
- * examples/shapes_draw_circle_sector.rb: Added
211
-
212
- 2021-10-31 vaiorabbit <http://twitter.com/vaiorabbit>
213
-
214
- * examples/text_unicode.rb: Added
215
- * examples/textures_bunnymark.rb: Added
216
-
217
- 2021-10-28 vaiorabbit <http://twitter.com/vaiorabbit>
218
-
219
- * examples/core_loading_thread.rb: Added
220
- * examples/bitmap_font.rb and font/VP16Font_XNA.png: Added
221
-
222
- 2021-10-27 vaiorabbit <http://twitter.com/vaiorabbit>
223
-
224
- * examples/models_waving_cubes.rb: Added
225
-
226
- 2021-10-26 vaiorabbit <http://twitter.com/vaiorabbit>
227
-
228
- * examples/models_rlgl_solar_system.rb: Added
229
- * Bugfix: DEG2RAD and RAD2DEG duplication
230
- * examples/models_cubicmap.rb: Added
231
-
232
- 2021-10-25 vaiorabbit <http://twitter.com/vaiorabbit>
233
-
234
- * examples/utf8_font.rb: Added
235
-
236
- 2021-10-24 vaiorabbit <http://twitter.com/vaiorabbit>
237
-
238
- * generator: Add ".by_value" to struct arguments
239
- * generator: Add struct alias hook
240
- * examples: Added
241
- * examples/shapes_basic_shapes.rb: Added
242
- * generator: Now correctly handles variable-length arguments (TextFormat and TraceLog)
243
- * Added helper functions (Color.from_u8, Vector2.create, etc.)
244
- * examples/core_3d_camera_first_person.rb: Added
245
- * generator: Now correctly handles return values
246
- * Bugfix: Removed duplicated enums / Names of some structs must start with capital letter
247
-
248
- 2021-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
249
-
250
- * Experimental raylib header parser
251
-
252
- 2021-10-17 vaiorabbit <http://twitter.com/vaiorabbit>
253
-
254
- * initial commit
1
+ 2023-01-28 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * Added Linux x86_64 binaries
4
+ * Added GitHub Actions scripts
5
+
6
+ 2023-01-23 vaiorabbit <http://twitter.com/vaiorabbit>
7
+
8
+ * example/util/setup_dll.rb: Fixed
9
+
10
+ 2023-01-21 vaiorabbit <http://twitter.com/vaiorabbit>
11
+
12
+ * Added Linux x86_64 binaries
13
+
14
+ 2023-01-03 vaiorabbit <http://twitter.com/vaiorabbit>
15
+
16
+ * example/models_loading_gltf.rb: Added glTF animation playback
17
+
18
+ 2023-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
19
+
20
+ * example/reversi_board.rb: Added
21
+
22
+ 2022-12-31 vaiorabbit <http://twitter.com/vaiorabbit>
23
+
24
+ * example/game_of_life_simple.rb: Added
25
+
26
+ 2022-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
27
+
28
+ * generator: Now generates binding code for config.h
29
+
30
+ 2022-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
31
+
32
+ * generator: Now generates enum descriptions
33
+ * Fixed several codes according to Rubocop warnings
34
+ * lib/raylib_helper.rb: Added several helper functions/classes
35
+
36
+ 2022-12-25 vaiorabbit <http://twitter.com/vaiorabbit>
37
+
38
+ * Converted DrawModelEx into a wrapper function of rbDrawModelEx to avoid Matrix problem found in models_animation sample
39
+ * Attach functions with an explicit name - Ref.: https://www.rubydoc.info/github/ffi/ffi/FFI%2FLibrary:attach_function
40
+ * setup_xxx_symbols: name, retval and arguments of one function are now packed into one line
41
+ * generator: Now imports descriptions from original API schema
42
+ * Generated with the latest raylib ( https://github.com/raysan5/raylib/commit/03cc540d5f1df71bd7ad8118d0e11b492fa5cc18 )
43
+
44
+ 2022-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
45
+
46
+ * Experimental Linux (Chromebook) support
47
+
48
+ 2022-12-10 vaiorabbit <http://twitter.com/vaiorabbit>
49
+
50
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2c9d116a5ce835328dc3267313f1b34b2e7ad8c9 ) / and raygui ( https://github.com/raysan5/raygui/commit/64179558e425f6e05054d2a70eb12530e0fec103 )
51
+ * [Windows] Updated DLLs with the latest raylib
52
+ * example/rlgl_compute_shader.rb: Fixed API usage
53
+
54
+ 2022-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
55
+
56
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/483f10397ee37ba551e57bad563a846f2dc5bb5b ) / and raygui ( https://github.com/raysan5/raygui/commit/d981abebd8f36dea9a297b2158b529ad8bf76a69a )
57
+ * [Windows] Updated DLLs with the latest raylib
58
+
59
+ 2022-10-16 vaiorabbit <http://twitter.com/vaiorabbit>
60
+
61
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/c5e89241c515d12a739a0d0bacb6a05395bf2a95 ) / and raygui ( https://github.com/raysan5/raygui/commit/98df231227d87dbf5954520169af29e610cd6a87 )
62
+ * example/models_loading_m3d.rb: Added
63
+ * example/models_loading_gltf.rb: Fixed model paths
64
+ * [Windows] Updated DLLs with the latest raylib
65
+
66
+ 2022-08-28 vaiorabbit <http://twitter.com/vaiorabbit>
67
+
68
+ * example/template.rb: Added demonstration program included in gem package
69
+ * lib/raylib.rb: Added method 'Raylib.template' to generate template code
70
+
71
+ 2022-08-12 vaiorabbit <http://twitter.com/vaiorabbit>
72
+
73
+ * 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 )
74
+
75
+ 2022-07-18 vaiorabbit <http://twitter.com/vaiorabbit>
76
+
77
+ * examples/core_storage_values.rb: Removed ( see https://github.com/raysan5/raylib/commit/e722a8dbef59cf0ecccf141af61e1e1c8a24849f )
78
+ * examples/core_drop_files.rb: Updated ( see https://github.com/raysan5/raylib/commit/b8f67c628553cb9199f51efc9b20eb5991d58e8f )
79
+ * Updated DLLs
80
+ * examples/textures_sprite_anim.rb: Added
81
+ * examples/textures_gif_player.rb: Added
82
+
83
+ 2022-07-17 vaiorabbit <http://twitter.com/vaiorabbit>
84
+
85
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/49a534b5d478fd2f195380143ded4f0ab764c228 ) / and raygui ( https://github.com/raysan5/raygui/commit/9c826f213f5b287159a0b0e1a0670a27c09dcc7e )
86
+ * physac_dll now refers new repository ( https://github.com/raysan5/physac )
87
+
88
+ 2022-06-08 vaiorabbit <http://twitter.com/vaiorabbit>
89
+
90
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/70ec71a373db426685590127122e77bfd66cbf69 ) / and raygui ( https://github.com/raysan5/raygui/commit/47269f30ce55f0399096d1bee4188b8b8c0d7186 )
91
+ * Updated submodules appropriately
92
+
93
+ 2022-04-29 vaiorabbit <http://twitter.com/vaiorabbit>
94
+
95
+ * script/rebuild_libs_windows.cmd: Added
96
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) / Updated submodules appropriately
97
+ * [Windows] Updated DLLs with the latest raylib ( https://github.com/raysan5/raylib/commit/5c66cc1c9bb4a3ae4af7cc6f82a521137ed5484d ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
98
+ * [macOS] Updated DLLs with the latest raylib
99
+
100
+ 2022-04-24 vaiorabbit <http://twitter.com/vaiorabbit>
101
+
102
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/233cf3970c9148c4963cfdea20e49e761104f9de ) and raygui ( https://github.com/raysan5/raygui/commit/865bb293764073c01e74314ef647464f1f10fd96 )
103
+ * examples/models_mesh_picking.rb: Applied changes done by https://github.com/raysan5/raylib/commit/90fc7c0376f39d7b19d632e1d69dec715ec3f2a8
104
+
105
+ 2022-02-26 vaiorabbit <http://twitter.com/vaiorabbit>
106
+
107
+ * 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 )
108
+ * Fixed incomplete parsing flow
109
+
110
+ 2022-01-20 vaiorabbit <http://twitter.com/vaiorabbit>
111
+
112
+ * examples/core_2d_camera.rb: Added
113
+ * examples/shapes_lines_bezier.rb: Added
114
+
115
+ 2022-01-19 vaiorabbit <http://twitter.com/vaiorabbit>
116
+
117
+ * examples/lissajous_curve.rb: Added
118
+
119
+ 2022-01-17 vaiorabbit <http://twitter.com/vaiorabbit>
120
+
121
+ * raygui: Revert to https://github.com/raysan5/raygui/commit/7a2964302ada73438092d0ad11e54f9f9590547a (See https://github.com/vaiorabbit/raylib-bindings/issues/2 for details)
122
+
123
+ 2022-01-16 vaiorabbit <http://twitter.com/vaiorabbit>
124
+
125
+ * examples/audio_raw_stream.rb: Added
126
+
127
+ 2022-01-15 vaiorabbit <http://twitter.com/vaiorabbit>
128
+
129
+ * raylib_dll/build_raylib_macos.sh: Stop copying symbolic links
130
+
131
+ 2022-01-10 vaiorabbit <http://twitter.com/vaiorabbit>
132
+
133
+ * examples/models_animation.rb: Added
134
+
135
+ 2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
136
+
137
+ * examples/raylib_opengl_interop.rb: Use opengl-bindings2
138
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/549ca669aa42462662a610ff240aa4d5736240e5 ) and raygui ( https://github.com/raysan5/raygui/commit/c7eb9268535298ee25be90739c86d1be215f53e5 )
139
+
140
+ 2022-01-01 vaiorabbit <http://twitter.com/vaiorabbit>
141
+
142
+ * raylib-bindings.gemspec: Bump version
143
+
144
+ 2021-12-30 vaiorabbit <http://twitter.com/vaiorabbit>
145
+
146
+ * BoundingBox.create (lib/raylib.rb): Fixed wrong implementation
147
+
148
+ 2021-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
149
+
150
+ * examples/procedural_texture.rb: Added
151
+
152
+ 2021-12-26 vaiorabbit <http://twitter.com/vaiorabbit>
153
+
154
+ * examples/shaders_raymarching.rb: Added
155
+
156
+ 2021-12-24 vaiorabbit <http://twitter.com/vaiorabbit>
157
+
158
+ * examples/text_rectangle_bounds.rb: Added
159
+
160
+ 2021-12-20 vaiorabbit <http://twitter.com/vaiorabbit>
161
+
162
+ * examples/text_draw_3d.rb: Added
163
+
164
+ 2021-12-19 vaiorabbit <http://twitter.com/vaiorabbit>
165
+
166
+ * examples/models_mesh_picking.rb: Added
167
+ * examples/text_font_filters.rb: Added
168
+ * examples/utf8_font.rb: Modified to use texture filter
169
+ * examples/textures_mouse_painting.rb: Added
170
+
171
+ 2021-12-18 vaiorabbit <http://twitter.com/vaiorabbit>
172
+
173
+ * examples/models_mesh_generation.rb: Added
174
+ * examples/utf8_font.rb: Added another font
175
+ * examples/core_3d_split_screen.rb: Added
176
+ * examples/core_world_screen.rb: Added
177
+ * examples/models_yaw_pitch_roll.rb: Added
178
+
179
+ 2021-12-16 vaiorabbit <http://twitter.com/vaiorabbit>
180
+
181
+ * raylib_parser.py: Typo
182
+ * Python cindex reports va_list as int on macOS
183
+ * examples/models_loading_gltf.rb: Added
184
+
185
+ 2021-12-15 vaiorabbit <http://twitter.com/vaiorabbit>
186
+
187
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/0454acaacfaae4a3269d443d3d88045240f738c3 )
188
+ * Added generator scripts for Windows
189
+
190
+ 2021-11-14 vaiorabbit <http://twitter.com/vaiorabbit>
191
+
192
+ * examples/core_storage_values.rb: Added
193
+
194
+ 2021-11-13 vaiorabbit <http://twitter.com/vaiorabbit>
195
+
196
+ * examples/core_drop_files.rb: Added
197
+
198
+ 2021-11-09 vaiorabbit <http://twitter.com/vaiorabbit>
199
+
200
+ * examples/models_first_person_maze.rb: Added
201
+
202
+ 2021-11-08 vaiorabbit <http://twitter.com/vaiorabbit>
203
+
204
+ * examples/raylib_opengl_interop.rb: Added
205
+ * examples/models_geometric_shapes.rb: Added
206
+
207
+ 2021-11-07 vaiorabbit <http://twitter.com/vaiorabbit>
208
+
209
+ * examples/rlgl_compute_shader.rb: Added
210
+ * examples/models_billboard.rb: Added
211
+
212
+ 2021-11-06 vaiorabbit <http://twitter.com/vaiorabbit>
213
+
214
+ * examples/physics_demo.rb: Added
215
+ * examples/textures_background_scrolling.rb: Added
216
+ * Added dll build scripts for Windows
217
+
218
+ 2021-11-05 vaiorabbit <http://twitter.com/vaiorabbit>
219
+
220
+ * examples/models_box_collisions.rb: Added
221
+ * Added physac wrapper and wrapper generator
222
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/2021f09db4df72aea9f963666435bddf0718df94 )
223
+
224
+ 2021-11-04 vaiorabbit <http://twitter.com/vaiorabbit>
225
+
226
+ * Bugfix: Generate correct signatures for raymath and rlgl
227
+ * Pulled latest raylib ( https://github.com/raysan5/raylib/commit/d18f3fca30858916546908e40cc2e0cea2be03ca )
228
+ * Bugfix: Fixed wrong signature in raymath.rb
229
+ * examples/audio_sound_loading.rb: Added
230
+ * examples/audio_music_stream.rb: Added
231
+
232
+ 2021-11-03 vaiorabbit <http://twitter.com/vaiorabbit>
233
+
234
+ * Added raygui wrapper and wrapper generator
235
+ * examples/shapes_draw_circle_sector.rb: Added
236
+
237
+ 2021-10-31 vaiorabbit <http://twitter.com/vaiorabbit>
238
+
239
+ * examples/text_unicode.rb: Added
240
+ * examples/textures_bunnymark.rb: Added
241
+
242
+ 2021-10-28 vaiorabbit <http://twitter.com/vaiorabbit>
243
+
244
+ * examples/core_loading_thread.rb: Added
245
+ * examples/bitmap_font.rb and font/VP16Font_XNA.png: Added
246
+
247
+ 2021-10-27 vaiorabbit <http://twitter.com/vaiorabbit>
248
+
249
+ * examples/models_waving_cubes.rb: Added
250
+
251
+ 2021-10-26 vaiorabbit <http://twitter.com/vaiorabbit>
252
+
253
+ * examples/models_rlgl_solar_system.rb: Added
254
+ * Bugfix: DEG2RAD and RAD2DEG duplication
255
+ * examples/models_cubicmap.rb: Added
256
+
257
+ 2021-10-25 vaiorabbit <http://twitter.com/vaiorabbit>
258
+
259
+ * examples/utf8_font.rb: Added
260
+
261
+ 2021-10-24 vaiorabbit <http://twitter.com/vaiorabbit>
262
+
263
+ * generator: Add ".by_value" to struct arguments
264
+ * generator: Add struct alias hook
265
+ * examples: Added
266
+ * examples/shapes_basic_shapes.rb: Added
267
+ * generator: Now correctly handles variable-length arguments (TextFormat and TraceLog)
268
+ * Added helper functions (Color.from_u8, Vector2.create, etc.)
269
+ * examples/core_3d_camera_first_person.rb: Added
270
+ * generator: Now correctly handles return values
271
+ * Bugfix: Removed duplicated enums / Names of some structs must start with capital letter
272
+
273
+ 2021-10-23 vaiorabbit <http://twitter.com/vaiorabbit>
274
+
275
+ * Experimental raylib header parser
276
+
277
+ 2021-10-17 vaiorabbit <http://twitter.com/vaiorabbit>
278
+
279
+ * initial commit
data/LICENSE.txt CHANGED
File without changes