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