@@ -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: 205 ]
20+ ## EXAMPLES COLLECTION [ TOTAL: 206 ]
2121
2222### category: core [ 47]
2323
@@ -69,11 +69,11 @@ Examples using raylib [core](../src/rcore.c) module platform functionality: wind
6969| [ core_directory_files] ( core/core_directory_files.c ) | <img src =" core/core_directory_files.png " alt =" core_directory_files " width =" 80 " > | ⭐☆☆☆ | 5.5 | 5.6 | [ Hugo ARNAL] ( https://github.com/hugoarnal ) |
7070| [ core_highdpi_testbed] ( core/core_highdpi_testbed.c ) | <img src =" core/core_highdpi_testbed.png " alt =" core_highdpi_testbed " width =" 80 " > | ⭐☆☆☆ | 5.6-dev | 5.6-dev | [ Ramon Santamaria] ( https://github.com/raysan5 ) |
7171| [ core_screen_recording] ( core/core_screen_recording.c ) | <img src =" core/core_screen_recording.png " alt =" core_screen_recording " width =" 80 " > | ⭐⭐☆☆ | 5.6-dev | 5.6-dev | [ Ramon Santamaria] ( https://github.com/raysan5 ) |
72- | [ core_clipboard_text] ( core/core_clipboard_text.c ) | <img src =" core/core_clipboard_text.png " alt =" core_clipboard_text " width =" 80 " > | ⭐☆ ☆☆ | 5.6-dev | 5.6-dev | [ Ananth S] ( https://github.com/Ananth1839 ) |
72+ | [ core_clipboard_text] ( core/core_clipboard_text.c ) | <img src =" core/core_clipboard_text.png " alt =" core_clipboard_text " width =" 80 " > | ⭐⭐ ☆☆ | 5.6-dev | 5.6-dev | [ Ananth S] ( https://github.com/Ananth1839 ) |
7373| [ core_text_file_loading] ( core/core_text_file_loading.c ) | <img src =" core/core_text_file_loading.png " alt =" core_text_file_loading " width =" 80 " > | ⭐☆☆☆ | 5.5 | 5.6 | [ Aanjishnu Bhattacharyya] ( https://github.com/NimComPoo-04 ) |
7474| [ core_compute_hash] ( core/core_compute_hash.c ) | <img src =" core/core_compute_hash.png " alt =" core_compute_hash " width =" 80 " > | ⭐⭐☆☆ | 5.6-dev | 5.6-dev | [ Ramon Santamaria] ( https://github.com/raysan5 ) |
7575
76- ### category: shapes [ 38 ]
76+ ### category: shapes [ 39 ]
7777
7878Examples using raylib shapes drawing functionality, provided by raylib [ shapes] ( ../src/rshapes.c ) module.
7979
@@ -117,6 +117,7 @@ Examples using raylib shapes drawing functionality, provided by raylib [shapes](
117117| [ shapes_rlgl_triangle] ( shapes/shapes_rlgl_triangle.c ) | <img src =" shapes/shapes_rlgl_triangle.png " alt =" shapes_rlgl_triangle " width =" 80 " > | ⭐⭐☆☆ | 5.6-dev | 5.6-dev | [ Robin] ( https://github.com/RobinsAviary ) |
118118| [ shapes_ball_physics] ( shapes/shapes_ball_physics.c ) | <img src =" shapes/shapes_ball_physics.png " alt =" shapes_ball_physics " width =" 80 " > | ⭐⭐☆☆ | 5.6-dev | 5.6-dev | [ David Buzatto] ( https://github.com/davidbuzatto ) |
119119| [ shapes_penrose_tile] ( shapes/shapes_penrose_tile.c ) | <img src =" shapes/shapes_penrose_tile.png " alt =" shapes_penrose_tile " width =" 80 " > | ⭐⭐⭐⭐️ | 5.5 | 5.6-dev | [ David Buzatto] ( https://github.com/davidbuzatto ) |
120+ | [ shapes_hilbert_curve] ( shapes/shapes_hilbert_curve.c ) | <img src =" shapes/shapes_hilbert_curve.png " alt =" shapes_hilbert_curve " width =" 80 " > | ⭐⭐⭐☆ | 5.6 | 5.6 | [ Hamza RAHAL] ( https://github.com/hmz-rhl ) |
120121
121122### category: textures [ 29]
122123
0 commit comments