raylib-bindings 0.2.0 → 0.4.0

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