@@ -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: 172 ]
20+ ## EXAMPLES COLLECTION [ TOTAL: 173 ]
2121
2222### category: core [ 40]
2323
@@ -66,7 +66,7 @@ Examples using raylib[core](../src/rcore.c) platform functionality like window c
6666| [ core_undo_redo] ( core/core_undo_redo.c ) | <img src =" core/core_undo_redo.png " alt =" core_undo_redo " width =" 80 " > | ⭐⭐⭐☆ | 5.5 | 5.6 | [ Ramon Santamaria] ( https://github.com/raysan5 ) |
6767| [ core_input_actions] ( core/core_input_actions.c ) | <img src =" core/core_input_actions.png " alt =" core_input_actions " width =" 80 " > | ⭐⭐☆☆ | 5.5 | 5.6 | [ Jett] ( https://github.com/JettMonstersGoBoom ) |
6868
69- ### category: shapes [ 23 ]
69+ ### category: shapes [ 24 ]
7070
7171Examples using raylib shapes drawing functionality, provided by raylib [ shapes] ( ../src/rshapes.c ) module.
7272
@@ -95,6 +95,7 @@ Examples using raylib shapes drawing functionality, provided by raylib [shapes](
9595| [ shapes_double_pendulum] ( shapes/shapes_double_pendulum.c ) | <img src =" shapes/shapes_double_pendulum.png " alt =" shapes_double_pendulum " width =" 80 " > | ⭐⭐☆☆ | 5.5 | 5.5 | [ JoeCheong] ( https://github.com/Joecheong2006 ) |
9696| [ shapes_dashed_line] ( shapes/shapes_dashed_line.c ) | <img src =" shapes/shapes_dashed_line.png " alt =" shapes_dashed_line " width =" 80 " > | ⭐☆☆☆ | 5.5 | 5.5 | [ Luís Almeida] ( https://github.com/luis605 ) |
9797| [ shapes_vector_angle] ( shapes/shapes_vector_angle.c ) | <img src =" shapes/shapes_vector_angle.png " alt =" shapes_vector_angle " width =" 80 " > | ⭐⭐☆☆ | 1.0 | 5.0 | [ Ramon Santamaria] ( https://github.com/raysan5 ) |
98+ | [ shapes_kaleidoscope] ( shapes/shapes_kaleidoscope.c ) | <img src =" shapes/shapes_kaleidoscope.png " alt =" shapes_kaleidoscope " width =" 80 " > | ⭐⭐☆☆ | 5.5 | 5.6 | [ Hugo ARNAL] ( https://github.com/hugoarnal ) |
9899
99100### category: textures [ 26]
100101
0 commit comments