raylib-bindings 0.1.0 → 0.1.2

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