@@ -17,7 +17,7 @@ You may find it easier to use than other toolchains, especially when it comes to
1717- ` zig build [module] ` to compile all examples for a module (e.g. ` zig build core ` )
1818- ` zig build [example] ` to compile _ and run_ a particular example (e.g. ` zig build core_basic_window ` )
1919
20- ## EXAMPLES COLLECTION [ TOTAL: 204 ]
20+ ## EXAMPLES COLLECTION [ TOTAL: 205 ]
2121
2222### category: core [ 48]
2323
@@ -181,7 +181,7 @@ Examples using raylib text functionality, including sprite fonts loading/generat
181181| [ text_words_alignment] ( text/text_words_alignment.c ) | <img src =" text/text_words_alignment.png " alt =" text_words_alignment " width =" 80 " > | ⭐☆☆☆ | 5.6-dev | 5.6-dev | [ JP Mortiboys] ( https://github.com/themushroompirates ) |
182182| [ text_strings_management] ( text/text_strings_management.c ) | <img src =" text/text_strings_management.png " alt =" text_strings_management " width =" 80 " > | ⭐⭐⭐☆ | 5.6-dev | 5.6-dev | [ David Buzatto] ( https://github.com/davidbuzatto ) |
183183
184- ### category: models [ 27 ]
184+ ### category: models [ 28 ]
185185
186186Examples using raylib models functionality, including models loading/generation and drawing, provided by raylib [ models] ( ../src/rmodels.c ) module.
187187
@@ -214,6 +214,7 @@ Examples using raylib models functionality, including models loading/generation
214214| [ models_rotating_cube] ( models/models_rotating_cube.c ) | <img src =" models/models_rotating_cube.png " alt =" models_rotating_cube " width =" 80 " > | ⭐☆☆☆ | 5.6-dev | 5.6-dev | [ Jopestpe] ( https://github.com/jopestpe ) |
215215| [ models_decals] ( models/models_decals.c ) | <img src =" models/models_decals.png " alt =" models_decals " width =" 80 " > | ⭐⭐⭐⭐️ | 5.6-dev | 5.6-dev | [ JP Mortiboys] ( https://github.com/themushroompirates ) |
216216| [ models_directional_billboard] ( models/models_directional_billboard.c ) | <img src =" models/models_directional_billboard.png " alt =" models_directional_billboard " width =" 80 " > | ⭐⭐☆☆ | 5.6-dev | 5.6 | [ Robin] ( https://github.com/RobinsAviary ) |
217+ | [ models_animation_bone_blending] ( models/models_animation_bone_blending.c ) | <img src =" models/models_animation_bone_blending.png " alt =" models_animation_bone_blending " width =" 80 " > | ⭐⭐⭐⭐️ | 5.5 | 5.5 | [ dmitrii-brand] ( https://github.com/dmitrii-brand ) |
217218
218219### category: shaders [ 34]
219220
0 commit comments