@@ -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: 207 ]
20+ ## EXAMPLES COLLECTION [ TOTAL: 208 ]
2121
2222### category: core [ 49]
2323
@@ -182,7 +182,7 @@ Examples using raylib text functionality, including sprite fonts loading/generat
182182| [ 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 ) |
183183| [ 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 ) |
184184
185- ### category: models [ 29 ]
185+ ### category: models [ 30 ]
186186
187187Examples using raylib models functionality, including models loading/generation and drawing, provided by raylib [ models] ( ../src/rmodels.c ) module.
188188
@@ -215,8 +215,9 @@ Examples using raylib models functionality, including models loading/generation
215215| [ 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 ) |
216216| [ 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 ) |
217217| [ 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 ) |
218- | [ 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 ) |
218+ | [ models_animation_blend_custom ] ( models/models_animation_blend_custom .c ) | <img src =" models/models_animation_blend_custom .png " alt =" models_animation_blend_custom " width =" 80 " > | ⭐⭐⭐⭐️ | 5.5 | 5.5 | [ dmitrii-brand] ( https://github.com/dmitrii-brand ) |
219219| [ models_animation_blending] ( models/models_animation_blending.c ) | <img src =" models/models_animation_blending.png " alt =" models_animation_blending " width =" 80 " > | ☆☆☆☆ | 5.5 | 5.6-dev | [ Kirandeep] ( https://github.com/Kirandeep-Singh-Khehra ) |
220+ | [ models_animation_timming] ( models/models_animation_timming.c ) | <img src =" models/models_animation_timming.png " alt =" models_animation_timming " width =" 80 " > | ⭐⭐☆☆ | 5.6 | 5.6 | [ Ramon Santamaria] ( https://github.com/raysan5 ) |
220221
221222### category: shaders [ 34]
222223
0 commit comments