diff --git a/examples/README.md b/examples/README.md
index 72d9aae6e..2887bd4c5 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -22,87 +22,87 @@ You may find it easier to use than other toolchains, especially when it comes to
Examples using raylib core platform functionality like window creation, inputs, drawing modes and system functionality.
-| ## | example | image | difficulty
level | version
created | version
updated | original
developer |
+| ## | example | image | difficulty
level | version
created | last version
updated | original
developer |
|----|----------|--------|:-------------------:|:------------------:|:------------------:|:----------|
-| 01 | [core_basic_window](core/core_basic_window.c) |
| ⭐️☆☆☆ | **1.0** | **1.0** | [Ray](https://github.com/raysan5) |
-| 02 | [core_input_keys](core/core_input_keys.c) |
| ⭐️☆☆☆ | **1.0** | **?** | [Ray](https://github.com/raysan5) |
-| 03 | [core_input_mouse](core/core_input_mouse.c) |
| ⭐️☆☆☆ | **1.0** | **4.0** | [Ray](https://github.com/raysan5) |
-| 04 | [core_input_mouse_wheel](core/core_input_mouse_wheel.c) |
| ⭐️☆☆☆ | **1.3** | **?** | [Ray](https://github.com/raysan5) |
-| 05 | [core_input_gamepad](core/core_input_gamepad.c) |
| ⭐️☆☆☆ | **1.1** | **4.2** | [Ray](https://github.com/raysan5) |
-| 06 | [core_input_multitouch](core/core_input_multitouch.c) |
| ⭐️☆☆☆ | **2.5** | **?** | [Berni](https://github.com/Berni8k) |
-| 07 | [core_input_gestures](core/core_input_gestures.c) |
| ⭐️⭐️☆☆ | **1.4** | **?** | [Ray](https://github.com/raysan5) |
-| 08 | [core_2d_camera](core/core_2d_camera.c) |
| ⭐️⭐️☆☆ | **1.5** | **3.0** | [Ray](https://github.com/raysan5) |
-| 09 | [core_2d_camera_platformer](core/core_2d_camera_platformer.c) |
| ⭐️⭐️⭐️☆ | **3.0** | **?** | [avyy](https://github.com/avyy) |
-| 10 | [core_3d_camera_mode](core/core_3d_camera_mode.c) |
| ⭐️☆☆☆ | **1.0** | **?** | [Ray](https://github.com/raysan5) |
-| 11 | [core_3d_camera_free](core/core_3d_camera_free.c) |
| ⭐️☆☆☆ | **1.3** | **?** | [Ray](https://github.com/raysan5) |
-| 12 | [core_3d_camera_first_person](core/core_3d_camera_first_person.c) |
| ⭐️⭐️☆☆ | **1.3** | **?** | [Ray](https://github.com/raysan5) |
-| 13 | [core_3d_picking](core/core_3d_picking.c) |
| ⭐️⭐️☆☆ | **1.4** | **4.0** | [Ray](https://github.com/raysan5) |
-| 14 | [core_world_screen](core/core_world_screen.c) |
| ⭐️⭐️☆☆ | **1.4** | **?** | [Ray](https://github.com/raysan5) |
-| 15 | [core_custom_logging](core/core_custom_logging.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **?** | [Pablo Marcos Oltra](https://github.com/pamarcos) |
-| 16 | [core_window_flags](core/core_window_flags.c) |
| ⭐️⭐️⭐️☆ | **3.5** | **?** | [Ray](https://github.com/raysan5) |
-| 17 | [core_window_letterbox](core/core_window_letterbox.c) |
| ⭐️⭐️☆☆ | **2.5** | **4.0** | [Anata](https://github.com/anatagawa) |
-| 18 | [core_window_should_close](core/core_window_should_close.c) |
| ⭐️☆☆☆ | **4.2** | **?** | [Ray](https://github.com/raysan5) |
-| 19 | [core_drop_files](core/core_drop_files.c) |
| ⭐️⭐️☆☆ | **1.3** | **4.2** | [Ray](https://github.com/raysan5) |
-| 20 | [core_random_values](core/core_random_values.c) |
| ⭐️☆☆☆ | **1.1** | **?** | [Ray](https://github.com/raysan5) |
-| 21 | [core_storage_values](core/core_storage_values.c) |
| ⭐️⭐️☆☆ | **1.4** | **?** | [Ray](https://github.com/raysan5) |
-| 22 | [core_vr_simulator](core/core_vr_simulator.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **4.0** | [Ray](https://github.com/raysan5) |
-| 23 | [core_loading_thread](core/core_loading_thread.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 24 | [core_scissor_test](core/core_scissor_test.c) |
| ⭐️☆☆☆ | **3.0** | **3.0** | [Chris Dill](https://github.com/MysteriousSpace) |
-| 25 | [core_basic_screen_manager](core/core_basic_screen_manager.c) |
| ⭐️☆☆☆ | **4.0** | **?** | [Ray](https://github.com/raysan5) |
-| 26 | [core_custom_frame_control](core/core_custom_frame_control.c) |
| ⭐️⭐️⭐️⭐️ | **4.0** | **?** | [Ray](https://github.com/raysan5) |
-| 27 | [core_smooth_pixelperfect](core/core_smooth_pixelperfect.c) |
| ⭐️⭐️⭐️☆ | **4.0** | **?** | [Giancamillo Alessandroni](https://github.com/NotManyIdeasDev) |
-| 28 | [core_split_screen](core/core_split_screen.c) |
| ⭐️⭐️⭐️⭐️ | **4.0** | **?** | [Jeffery Myers](https://github.com/JeffM2501) |
-| 29 | [core_window_should_close](core/core_window_should_close.c) |
| ⭐️⭐️☆☆ | **4.2** | **?** | [Ray](https://github.com/raysan5) |
+| 01 | [core_basic_window](core/core_basic_window.c) |
| ⭐️☆☆☆ | 1.0 | 1.0 | [Ray](https://github.com/raysan5) |
+| 02 | [core_input_keys](core/core_input_keys.c) |
| ⭐️☆☆☆ | 1.0 | 1.0 | [Ray](https://github.com/raysan5) |
+| 03 | [core_input_mouse](core/core_input_mouse.c) |
| ⭐️☆☆☆ | 1.0 | **4.0** | [Ray](https://github.com/raysan5) |
+| 04 | [core_input_mouse_wheel](core/core_input_mouse_wheel.c) |
| ⭐️☆☆☆ | 1.3 | 1.3 | [Ray](https://github.com/raysan5) |
+| 05 | [core_input_gamepad](core/core_input_gamepad.c) |
| ⭐️☆☆☆ | 1.1 | **4.2** | [Ray](https://github.com/raysan5) |
+| 06 | [core_input_multitouch](core/core_input_multitouch.c) |
| ⭐️☆☆☆ | 2.5 | 2.5 | [Berni](https://github.com/Berni8k) |
+| 07 | [core_input_gestures](core/core_input_gestures.c) |
| ⭐️⭐️☆☆ | 1.4 | 1.4 | [Ray](https://github.com/raysan5) |
+| 08 | [core_2d_camera](core/core_2d_camera.c) |
| ⭐️⭐️☆☆ | 1.5 | 3.0 | [Ray](https://github.com/raysan5) |
+| 09 | [core_2d_camera_platformer](core/core_2d_camera_platformer.c) |
| ⭐️⭐️⭐️☆ | 3.0 | 3.0 | [avyy](https://github.com/avyy) |
+| 10 | [core_3d_camera_mode](core/core_3d_camera_mode.c) |
| ⭐️☆☆☆ | 1.0 | 1.0 | [Ray](https://github.com/raysan5) |
+| 11 | [core_3d_camera_free](core/core_3d_camera_free.c) |
| ⭐️☆☆☆ | 1.3 | 1.3 | [Ray](https://github.com/raysan5) |
+| 12 | [core_3d_camera_first_person](core/core_3d_camera_first_person.c) |
| ⭐️⭐️☆☆ | 1.3 | 1.3 | [Ray](https://github.com/raysan5) |
+| 13 | [core_3d_picking](core/core_3d_picking.c) |
| ⭐️⭐️☆☆ | 1.4 | **4.0** | [Ray](https://github.com/raysan5) |
+| 14 | [core_world_screen](core/core_world_screen.c) |
| ⭐️⭐️☆☆ | 1.4 | 1.4 | [Ray](https://github.com/raysan5) |
+| 15 | [core_custom_logging](core/core_custom_logging.c) |
| ⭐️⭐️⭐️☆ | 2.5 | 2.5 | [Pablo Marcos Oltra](https://github.com/pamarcos) |
+| 16 | [core_window_flags](core/core_window_flags.c) |
| ⭐️⭐️⭐️☆ | 3.5 | 3.5 | [Ray](https://github.com/raysan5) |
+| 17 | [core_window_letterbox](core/core_window_letterbox.c) |
| ⭐️⭐️☆☆ | 2.5 | **4.0** | [Anata](https://github.com/anatagawa) |
+| 18 | [core_window_should_close](core/core_window_should_close.c) |
| ⭐️☆☆☆ | **4.2** | **4.2** | [Ray](https://github.com/raysan5) |
+| 19 | [core_drop_files](core/core_drop_files.c) |
| ⭐️⭐️☆☆ | 1.3 | **4.2** | [Ray](https://github.com/raysan5) |
+| 20 | [core_random_values](core/core_random_values.c) |
| ⭐️☆☆☆ | 1.1 | 1.1 | [Ray](https://github.com/raysan5) |
+| 21 | [core_storage_values](core/core_storage_values.c) |
| ⭐️⭐️☆☆ | 1.4 | **4.2** | [Ray](https://github.com/raysan5) |
+| 22 | [core_vr_simulator](core/core_vr_simulator.c) |
| ⭐️⭐️⭐️☆ | 2.5 | **4.0** | [Ray](https://github.com/raysan5) |
+| 23 | [core_loading_thread](core/core_loading_thread.c) |
| ⭐️⭐️⭐️☆ | 2.5 | 3.0 | [Ray](https://github.com/raysan5) |
+| 24 | [core_scissor_test](core/core_scissor_test.c) |
| ⭐️☆☆☆ | 3.0 | 3.0 | [Chris Dill](https://github.com/MysteriousSpace) |
+| 25 | [core_basic_screen_manager](core/core_basic_screen_manager.c) |
| ⭐️☆☆☆ | **4.0** | **4.0** | [Ray](https://github.com/raysan5) |
+| 26 | [core_custom_frame_control](core/core_custom_frame_control.c) |
| ⭐️⭐️⭐️⭐️ | **4.0** | **4.0** | [Ray](https://github.com/raysan5) |
+| 27 | [core_smooth_pixelperfect](core/core_smooth_pixelperfect.c) |
| ⭐️⭐️⭐️☆ | **4.0** | **4.0** | [Giancamillo Alessandroni](https://github.com/NotManyIdeasDev) |
+| 28 | [core_split_screen](core/core_split_screen.c) |
| ⭐️⭐️⭐️⭐️ | **4.0** | **4.0** | [Jeffery Myers](https://github.com/JeffM2501) |
+| 29 | [core_window_should_close](core/core_window_should_close.c) |
| ⭐️⭐️☆☆ | **4.2** | **4.2** | [Ray](https://github.com/raysan5) |
### category: shapes
Examples using raylib shapes drawing functionality, provided by raylib [shapes](../src/shapes.c) module.
-| ## | example | image | difficulty
level | version
created | version
updated | original
developer |
+| ## | example | image | difficulty
level | version
created | last version
updated | original
developer |
|----|----------|--------|:-------------------:|:------------------:|:------------------:|:----------|
-| 30 | [shapes_basic_shapes](shapes/shapes_basic_shapes.c) |
| ⭐️☆☆☆ | **1.0** | **4.0** | [Ray](https://github.com/raysan5) |
-| 31 | [shapes_bouncing_ball](shapes/shapes_bouncing_ball.c) |
| ⭐️☆☆☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 32 | [shapes_colors_palette](shapes/shapes_colors_palette.c) |
| ⭐️⭐️☆☆ | **1.0** | **2.5** | [Ray](https://github.com/raysan5) |
-| 33 | [shapes_logo_raylib](shapes/shapes_logo_raylib.c) |
| ⭐️☆☆☆ | **1.0** | **?** | [Ray](https://github.com/raysan5) |
-| 34 | [shapes_logo_raylib_anim](shapes/shapes_logo_raylib_anim.c) |
| ⭐️⭐️☆☆ | **1.1** | **4.0** | [Ray](https://github.com/raysan5) |
-| 35 | [shapes_rectangle_scaling](shapes/shapes_rectangle_scaling.c) |
| ⭐️⭐️☆☆ | **2.5** | **?** | [Vlad Adrian](https://github.com/demizdor) |
-| 36 | [shapes_lines_bezier](shapes/shapes_lines_bezier.c) |
| ⭐️☆☆☆ | **1.7** | **?** | [Ray](https://github.com/raysan5) |
-| 37 | [shapes_collision_area](shapes/shapes_collision_area.c) |
| ⭐️⭐️☆☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 38 | [shapes_following_eyes](shapes/shapes_following_eyes.c) |
| ⭐️⭐️☆☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 39 | [shapes_easings_ball_anim](shapes/shapes_easings_ball_anim.c) |
| ⭐️⭐️☆☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 40 | [shapes_easings_box_anim](shapes/shapes_easings_box_anim.c) |
| ⭐️⭐️☆☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 41 | [shapes_easings_rectangle_array](shapes/shapes_easings_rectangle_array.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 42 | [shapes_draw_ring](shapes/shapes_draw_ring.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **?** | [Vlad Adrian](https://github.com/demizdor) |
-| 43 | [shapes_draw_circle_sector](shapes/shapes_draw_circle_sector.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **?** | [Vlad Adrian](https://github.com/demizdor) |
-| 44 | [shapes_draw_rectangle_rounded](shapes/shapes_draw_rectangle_rounded.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **?** | [Vlad Adrian](https://github.com/demizdor) |
+| 30 | [shapes_basic_shapes](shapes/shapes_basic_shapes.c) |
| ⭐️☆☆☆ | 1.0 | **4.0** | [Ray](https://github.com/raysan5) |
+| 31 | [shapes_bouncing_ball](shapes/shapes_bouncing_ball.c) |
| ⭐️☆☆☆ | 2.5 | 2.5 | [Ray](https://github.com/raysan5) |
+| 32 | [shapes_colors_palette](shapes/shapes_colors_palette.c) |
| ⭐️⭐️☆☆ | 1.0 | 2.5 | [Ray](https://github.com/raysan5) |
+| 33 | [shapes_logo_raylib](shapes/shapes_logo_raylib.c) |
| ⭐️☆☆☆ | 1.0 | 1.0 | [Ray](https://github.com/raysan5) |
+| 34 | [shapes_logo_raylib_anim](shapes/shapes_logo_raylib_anim.c) |
| ⭐️⭐️☆☆ | 1.1 | **4.0** | [Ray](https://github.com/raysan5) |
+| 35 | [shapes_rectangle_scaling](shapes/shapes_rectangle_scaling.c) |
| ⭐️⭐️☆☆ | 2.5 | 2.5 | [Vlad Adrian](https://github.com/demizdor) |
+| 36 | [shapes_lines_bezier](shapes/shapes_lines_bezier.c) |
| ⭐️☆☆☆ | 1.7 | 1.7 | [Ray](https://github.com/raysan5) |
+| 37 | [shapes_collision_area](shapes/shapes_collision_area.c) |
| ⭐️⭐️☆☆ | 2.5 | 2.5 | [Ray](https://github.com/raysan5) |
+| 38 | [shapes_following_eyes](shapes/shapes_following_eyes.c) |
| ⭐️⭐️☆☆ | 2.5 | 2.5 | [Ray](https://github.com/raysan5) |
+| 39 | [shapes_easings_ball_anim](shapes/shapes_easings_ball_anim.c) |
| ⭐️⭐️☆☆ | 2.5 | 2.5 | [Ray](https://github.com/raysan5) |
+| 40 | [shapes_easings_box_anim](shapes/shapes_easings_box_anim.c) |
| ⭐️⭐️☆☆ | 2.5 | 2.5 | [Ray](https://github.com/raysan5) |
+| 41 | [shapes_easings_rectangle_array](shapes/shapes_easings_rectangle_array.c) |
| ⭐️⭐️⭐️☆ | 2.5 | 2.5 | [Ray](https://github.com/raysan5) |
+| 42 | [shapes_draw_ring](shapes/shapes_draw_ring.c) |
| ⭐️⭐️⭐️☆ | 2.5 | 2.5 | [Vlad Adrian](https://github.com/demizdor) |
+| 43 | [shapes_draw_circle_sector](shapes/shapes_draw_circle_sector.c) |
| ⭐️⭐️⭐️☆ | 2.5 | 2.5 | [Vlad Adrian](https://github.com/demizdor) |
+| 44 | [shapes_draw_rectangle_rounded](shapes/shapes_draw_rectangle_rounded.c) |
| ⭐️⭐️⭐️☆ | 2.5 | 2.5 | [Vlad Adrian](https://github.com/demizdor) |
| 45 | [shapes_top_down_lights](shapes/shapes_top_down_lights.c) |
| ⭐️⭐️⭐️⭐️ | **4.2** | **4.2** | [Jeffery Myers](https://github.com/JeffM2501) |
### category: textures
Examples using raylib textures functionality, including image/textures loading/generation and drawing, provided by raylib [textures](../src/textures.c) module.
-| ## | example | image | difficulty
level | version
created | version
updated | original
developer |
+| ## | example | image | difficulty
level | version
created | last version
updated | original
developer |
|----|----------|--------|:-------------------:|:------------------:|:------------------:|:----------|
-| 46 | [textures_logo_raylib](textures/textures_logo_raylib.c) |
| ⭐️☆☆☆ | **1.0** | **?** | [Ray](https://github.com/raysan5) |
-| 47 | [textures_srcrec_dstrec](textures/textures_srcrec_dstrec.c) |
| ⭐️⭐️⭐️☆ | **1.3** | **?** | [Ray](https://github.com/raysan5) |
-| 48 | [textures_image_drawing](textures/textures_image_drawing.c) |
| ⭐️⭐️☆☆ | **1.4** | **?** | [Ray](https://github.com/raysan5) |
-| 49 | [textures_image_generation](textures/textures_image_generation.c) |
| ⭐️⭐️☆☆ | **1.8** | **?** | [Ray](https://github.com/raysan5) |
-| 50 | [textures_image_loading](textures/textures_image_loading.c) |
| ⭐️☆☆☆ | **1.3** | **?** | [Ray](https://github.com/raysan5) |
-| 51 | [textures_image_processing](textures/textures_image_processing.c) |
| ⭐️⭐️⭐️☆ | **1.4** | **3.5** | [Ray](https://github.com/raysan5) |
-| 52 | [textures_image_text](textures/textures_image_text.c) |
| ⭐️⭐️☆☆ | **1.8** | **?** | [Ray](https://github.com/raysan5) |
-| 53 | [textures_to_image](textures/textures_to_image.c) |
| ⭐️☆☆☆ | **1.3** | **4.0** | [Ray](https://github.com/raysan5) |
-| 54 | [textures_raw_data](textures/textures_raw_data.c) |
| ⭐️⭐️⭐️☆ | **1.3** | **3.5** | [Ray](https://github.com/raysan5) |
-| 55 | [textures_particles_blending](textures/textures_particles_blending.c) |
| ⭐️☆☆☆ | **1.7** | **?** | [Ray](https://github.com/raysan5) |
-| 56 | [textures_npatch_drawing](textures/textures_npatch_drawing.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **?** | [Jorge A. Gomes](https://github.com/overdev) |
-| 57 | [textures_background_scrolling](textures/textures_background_scrolling.c) |
| ⭐️☆☆☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 58 | [textures_sprite_anim](textures/textures_sprite_anim.c) |
| ⭐️⭐️☆☆ | **1.3** | **?** | [Ray](https://github.com/raysan5) |
-| 59 | [textures_sprite_button](textures/textures_sprite_button.c) |
| ⭐️⭐️☆☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 60 | [textures_sprite_explosion](textures/textures_sprite_explosion.c) |
| ⭐️⭐️☆☆ | **2.5** | **3.5** | [Ray](https://github.com/raysan5) |
-| 61 | [textures_bunnymark](textures/textures_bunnymark.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 62 | [textures_mouse_painting](textures/textures_mouse_painting.c) |
| ⭐️⭐️⭐️☆ | **3.0** | **?** | [Chris Dill](https://github.com/MysteriousSpace) |
-| 63 | [textures_blend_modes](textures/textures_blend_modes.c) |
| ⭐️☆☆☆ | **3.5** | **?** | [Karlo Licudine](https://github.com/accidentalrebel) |
-| 64 | [textures_draw_tiled](textures/textures_draw_tiled.c) |
| ⭐️⭐️⭐️☆ | **3.5** | **4.2** | [Vlad Adrian](https://github.com/demizdor) |
-| 65 | [textures_polygon](textures/textures_polygon.c) |
| ⭐️☆☆☆ | **3.7** | **3.7** | [Chris Camacho](https://github.com/codifies) |
+| 46 | [textures_logo_raylib](textures/textures_logo_raylib.c) |
| ⭐️☆☆☆ | 1.0 | 1.0 | [Ray](https://github.com/raysan5) |
+| 47 | [textures_srcrec_dstrec](textures/textures_srcrec_dstrec.c) |
| ⭐️⭐️⭐️☆ | 1.3 | 1.3 | [Ray](https://github.com/raysan5) |
+| 48 | [textures_image_drawing](textures/textures_image_drawing.c) |
| ⭐️⭐️☆☆ | 1.4 | 1.4 | [Ray](https://github.com/raysan5) |
+| 49 | [textures_image_generation](textures/textures_image_generation.c) |
| ⭐️⭐️☆☆ | 1.8 | 1.8 | [Ray](https://github.com/raysan5) |
+| 50 | [textures_image_loading](textures/textures_image_loading.c) |
| ⭐️☆☆☆ | 1.3 | 1.3 | [Ray](https://github.com/raysan5) |
+| 51 | [textures_image_processing](textures/textures_image_processing.c) |
| ⭐️⭐️⭐️☆ | 1.4 | 3.5 | [Ray](https://github.com/raysan5) |
+| 52 | [textures_image_text](textures/textures_image_text.c) |
| ⭐️⭐️☆☆ | 1.8 | **4.0** | [Ray](https://github.com/raysan5) |
+| 53 | [textures_to_image](textures/textures_to_image.c) |
| ⭐️☆☆☆ | 1.3 | **4.0** | [Ray](https://github.com/raysan5) |
+| 54 | [textures_raw_data](textures/textures_raw_data.c) |
| ⭐️⭐️⭐️☆ | 1.3 | 3.5 | [Ray](https://github.com/raysan5) |
+| 55 | [textures_particles_blending](textures/textures_particles_blending.c) |
| ⭐️☆☆☆ | 1.7 | 3.5 | [Ray](https://github.com/raysan5) |
+| 56 | [textures_npatch_drawing](textures/textures_npatch_drawing.c) |
| ⭐️⭐️⭐️☆ | 2.5 | 2.5 | [Jorge A. Gomes](https://github.com/overdev) |
+| 57 | [textures_background_scrolling](textures/textures_background_scrolling.c) |
| ⭐️☆☆☆ | 2.5 | 2.5 | [Ray](https://github.com/raysan5) |
+| 58 | [textures_sprite_anim](textures/textures_sprite_anim.c) |
| ⭐️⭐️☆☆ | 1.3 | 1.3 | [Ray](https://github.com/raysan5) |
+| 59 | [textures_sprite_button](textures/textures_sprite_button.c) |
| ⭐️⭐️☆☆ | 2.5 | 2.5 | [Ray](https://github.com/raysan5) |
+| 60 | [textures_sprite_explosion](textures/textures_sprite_explosion.c) |
| ⭐️⭐️☆☆ | 2.5 | 3.5 | [Ray](https://github.com/raysan5) |
+| 61 | [textures_bunnymark](textures/textures_bunnymark.c) |
| ⭐️⭐️⭐️☆ | 2.5 | 2.5 | [Ray](https://github.com/raysan5) |
+| 62 | [textures_mouse_painting](textures/textures_mouse_painting.c) |
| ⭐️⭐️⭐️☆ | 3.0 | 3.0 | [Chris Dill](https://github.com/MysteriousSpace) |
+| 63 | [textures_blend_modes](textures/textures_blend_modes.c) |
| ⭐️☆☆☆ | 3.5 | 3.5 | [Karlo Licudine](https://github.com/accidentalrebel) |
+| 64 | [textures_draw_tiled](textures/textures_draw_tiled.c) |
| ⭐️⭐️⭐️☆ | 3.5 | **4.2** | [Vlad Adrian](https://github.com/demizdor) |
+| 65 | [textures_polygon](textures/textures_polygon.c) |
| ⭐️☆☆☆ | 3.7 | 3.7 | [Chris Camacho](https://github.com/codifies) |
| 66 | [textures_fog_of_war](textures/textures_fog_of_war.c) |
| ⭐️⭐️⭐️☆ | **4.2** | **4.2** | [Ray](https://github.com/raysan5) |
| 67 | [textures_gif_player](textures/textures_gif_player.c) |
| ⭐️⭐️⭐️☆ | **4.2** | **4.2** | [Ray](https://github.com/raysan5) |
@@ -110,94 +110,94 @@ Examples using raylib textures functionality, including image/textures loading/g
Examples using raylib text functionality, including sprite fonts loading/generation and text drawing, provided by raylib [text](../src/text.c) module.
-| ## | example | image | difficulty
level | version
created | version
updated | original
developer |
+| ## | example | image | difficulty
level | version
created | last version
updated | original
developer |
|----|----------|--------|:-------------------:|:------------------:|:------------------:|:----------|
-| 68 | [text_raylib_fonts](text/text_raylib_fonts.c) |
| ⭐️☆☆☆ | **1.7** | **?** | [Ray](https://github.com/raysan5) |
-| 69 | [text_font_spritefont](text/text_font_spritefont.c) |
| ⭐️☆☆☆ | **1.0** | **?** | [Ray](https://github.com/raysan5) |
-| 70 | [text_font_filters](text/text_font_filters.c) |
| ⭐️⭐️☆☆ | **1.3** | **?** | [Ray](https://github.com/raysan5) |
-| 71 | [text_font_loading](text/text_font_loading.c) |
| ⭐️☆☆☆ | **1.4** | **?** | [Ray](https://github.com/raysan5) |
-| 72 | [text_font_sdf](text/text_font_sdf.c) |
| ⭐️⭐️⭐️☆ | **1.3** | **4.0** | [Ray](https://github.com/raysan5) |
-| 73 | [text_format_text](text/text_format_text.c) |
| ⭐️☆☆☆ | **1.1** | **?** | [Ray](https://github.com/raysan5) |
-| 74 | [text_input_box](text/text_input_box.c) |
| ⭐️⭐️☆☆ | **1.7** | **?** | [Ray](https://github.com/raysan5) |
-| 75 | [text_writing_anim](text/text_writing_anim.c) |
| ⭐️⭐️☆☆ | **1.4** | **?** | [Ray](https://github.com/raysan5) |
-| 76 | [text_rectangle_bounds](text/text_rectangle_bounds.c) |
| ⭐️⭐️⭐️⭐️ | **2.5** | **4.0** | [Vlad Adrian](https://github.com/demizdor) |
-| 77 | [text_unicode](text/text_unicode.c) |
| ⭐️⭐️⭐️⭐️ | **2.5** | **4.0** | [Vlad Adrian](https://github.com/demizdor) |
-| 78 | [text_draw_3d](text/text_draw_3d.c) |
| ⭐️⭐️⭐️⭐️ | **3.7** | **4.0** | [Vlad Adrian](https://github.com/demizdor) |
+| 68 | [text_raylib_fonts](text/text_raylib_fonts.c) |
| ⭐️☆☆☆ | 1.7 | 3.7 | [Ray](https://github.com/raysan5) |
+| 69 | [text_font_spritefont](text/text_font_spritefont.c) |
| ⭐️☆☆☆ | 1.0 | 1.0 | [Ray](https://github.com/raysan5) |
+| 70 | [text_font_filters](text/text_font_filters.c) |
| ⭐️⭐️☆☆ | 1.3 | **4.2** | [Ray](https://github.com/raysan5) |
+| 71 | [text_font_loading](text/text_font_loading.c) |
| ⭐️☆☆☆ | 1.4 | 1.4 | [Ray](https://github.com/raysan5) |
+| 72 | [text_font_sdf](text/text_font_sdf.c) |
| ⭐️⭐️⭐️☆ | 1.3 | **4.0** | [Ray](https://github.com/raysan5) |
+| 73 | [text_format_text](text/text_format_text.c) |
| ⭐️☆☆☆ | 1.1 | 3.0 | [Ray](https://github.com/raysan5) |
+| 74 | [text_input_box](text/text_input_box.c) |
| ⭐️⭐️☆☆ | 1.7 | 1.7 | [Ray](https://github.com/raysan5) |
+| 75 | [text_writing_anim](text/text_writing_anim.c) |
| ⭐️⭐️☆☆ | 1.4 | 1.4 | [Ray](https://github.com/raysan5) |
+| 76 | [text_rectangle_bounds](text/text_rectangle_bounds.c) |
| ⭐️⭐️⭐️⭐️ | 2.5 | **4.0** | [Vlad Adrian](https://github.com/demizdor) |
+| 77 | [text_unicode](text/text_unicode.c) |
| ⭐️⭐️⭐️⭐️ | 2.5 | **4.0** | [Vlad Adrian](https://github.com/demizdor) |
+| 78 | [text_draw_3d](text/text_draw_3d.c) |
| ⭐️⭐️⭐️⭐️ | 3.7 | **4.0** | [Vlad Adrian](https://github.com/demizdor) |
| 79 | [text_codepoints_loading](text/text_codepoints_loading.c) |
| ⭐️⭐️⭐️☆ | **4.2** | **4.2** | [Ray](https://github.com/raysan5) |
### category: models
Examples using raylib models functionality, including models loading/generation and drawing, provided by raylib [models](../src/models.c) module.
-| ## | example | image | difficulty
level | version
created | version
updated | original
developer |
+| ## | example | image | difficulty
level | version
created | last version
updated | original
developer |
|----|----------|--------|:-------------------:|:------------------:|:------------------:|:----------|
-| 80 | [models_animation](models/models_animation.c) |
| ⭐️⭐️☆☆ | **2.5** | **?** | [culacant](https://github.com/culacant) |
-| 81 | [models_billboard](models/models_billboard.c) |
| ⭐️⭐️⭐️☆ | **1.3** | **?** | [Ray](https://github.com/raysan5) |
-| 82 | [models_box_collisions](models/models_box_collisions.c) |
| ⭐️☆☆☆ | **1.3** | **?** | [Ray](https://github.com/raysan5) |
-| 83 | [models_cubicmap](models/models_cubicmap.c) |
| ⭐️⭐️☆☆ | **1.8** | **?** | [Ray](https://github.com/raysan5) |
-| 84 | [models_first_person_maze](models/models_first_person_maze.c) |
| ⭐️⭐️☆☆ | **2.5** | **?** | [Ray](https://github.com/raysan5) |
-| 85 | [models_geometric_shapes](models/models_geometric_shapes.c) |
| ⭐️☆☆☆ | **1.0** | **?** | [Ray](https://github.com/raysan5) |
-| 86 | [models_mesh_generation](models/models_mesh_generation.c) |
| ⭐️⭐️☆☆ | **1.8** | **4.0** | [Ray](https://github.com/raysan5) |
-| 87 | [models_mesh_picking](models/models_mesh_picking.c) |
| ⭐️⭐️⭐️☆ | **1.7** | **4.0** | [Joel Davis](https://github.com/joeld42) |
-| 88 | [models_loading](models/models_loading.c) |
| ⭐️☆☆☆ | **2.5** | **4.0** | [Ray](https://github.com/raysan5) |
-| 89 | [models_loading_gltf](models/models_loading_gltf.c) |
| ⭐️☆☆☆ | **3.7** | **4.2** | [Ray](https://github.com/raysan5) |
+| 80 | [models_animation](models/models_animation.c) |
| ⭐️⭐️☆☆ | 2.5 | 3.5 | [culacant](https://github.com/culacant) |
+| 81 | [models_billboard](models/models_billboard.c) |
| ⭐️⭐️⭐️☆ | 1.3 | 3.5 | [Ray](https://github.com/raysan5) |
+| 82 | [models_box_collisions](models/models_box_collisions.c) |
| ⭐️☆☆☆ | 1.3 | 3.5 | [Ray](https://github.com/raysan5) |
+| 83 | [models_cubicmap](models/models_cubicmap.c) |
| ⭐️⭐️☆☆ | 1.8 | 3.5 | [Ray](https://github.com/raysan5) |
+| 84 | [models_first_person_maze](models/models_first_person_maze.c) |
| ⭐️⭐️☆☆ | 2.5 | 3.5 | [Ray](https://github.com/raysan5) |
+| 85 | [models_geometric_shapes](models/models_geometric_shapes.c) |
| ⭐️☆☆☆ | 1.0 | 3.5 | [Ray](https://github.com/raysan5) |
+| 86 | [models_mesh_generation](models/models_mesh_generation.c) |
| ⭐️⭐️☆☆ | 1.8 | **4.0** | [Ray](https://github.com/raysan5) |
+| 87 | [models_mesh_picking](models/models_mesh_picking.c) |
| ⭐️⭐️⭐️☆ | 1.7 | **4.0** | [Joel Davis](https://github.com/joeld42) |
+| 88 | [models_loading](models/models_loading.c) |
| ⭐️☆☆☆ | 2.5 | **4.0** | [Ray](https://github.com/raysan5) |
+| 89 | [models_loading_gltf](models/models_loading_gltf.c) |
| ⭐️☆☆☆ | 3.7 | **4.2** | [Ray](https://github.com/raysan5) |
| 90 | [models_loading_vox](models/models_loading_vox.c) |
| ⭐️☆☆☆ | **4.0** | **4.0** | [Johann Nadalutti](https://github.com/procfxgen) |
-| 91 | [models_orthographic_projection](models/models_orthographic_projection.c) |
| ⭐️☆☆☆ | **2.0** | **3.7** | [Max Danielsson](https://github.com/autious) |
-| 92 | [models_rlgl_solar_system](models/models_rlgl_solar_system.c) |
| ⭐️⭐️⭐️⭐️ | **2.5** | **4.0** | [Ray](https://github.com/raysan5) |
-| 93 | [models_yaw_pitch_roll](models/models_yaw_pitch_roll.c) |
| ⭐️⭐️☆☆ | **1.8** | **4.0** | [Berni](https://github.com/Berni8k) |
-| 94 | [models_waving_cubes](models/models_waving_cubes.c) |
| ⭐️⭐️⭐️☆ | **3.0** | **3.7** | [codecat](https://github.com/codecat) |
-| 95 | [models_heightmap](models/models_heightmap.c) |
| ⭐️☆☆☆ | **1.3** | **3.0** | [Ray](https://github.com/raysan5) |
-| 96 | [models_skybox](models/models_skybox.c) |
| ⭐️⭐️☆☆ | **1.8** | **4.0** | [Ray](https://github.com/raysan5) |
+| 91 | [models_orthographic_projection](models/models_orthographic_projection.c) |
| ⭐️☆☆☆ | 2.0 | 3.7 | [Max Danielsson](https://github.com/autious) |
+| 92 | [models_rlgl_solar_system](models/models_rlgl_solar_system.c) |
| ⭐️⭐️⭐️⭐️ | 2.5 | **4.0** | [Ray](https://github.com/raysan5) |
+| 93 | [models_yaw_pitch_roll](models/models_yaw_pitch_roll.c) |
| ⭐️⭐️☆☆ | 1.8 | **4.0** | [Berni](https://github.com/Berni8k) |
+| 94 | [models_waving_cubes](models/models_waving_cubes.c) |
| ⭐️⭐️⭐️☆ | 3.0 | 3.7 | [codecat](https://github.com/codecat) |
+| 95 | [models_heightmap](models/models_heightmap.c) |
| ⭐️☆☆☆ | 1.3 | 3.5 | [Ray](https://github.com/raysan5) |
+| 96 | [models_skybox](models/models_skybox.c) |
| ⭐️⭐️☆☆ | 1.8 | **4.0** | [Ray](https://github.com/raysan5) |
### category: shaders
Examples using raylib shaders functionality, including shaders loading, parameters configuration and drawing using them (model shaders and postprocessing shaders). This functionality is directly provided by raylib [rlgl](../src/rlgl.c) module.
-| ## | example | image | difficulty
level | version
created | version
updated | original
developer |
+| ## | example | image | difficulty
level | version
created | last version
updated | original
developer |
|----|----------|--------|:-------------------:|:------------------:|:------------------:|:----------|
-| 97 | [shaders_basic_lighting](shaders/shaders_basic_lighting.c) |
| ⭐️⭐️⭐️⭐️ | **3.0** | **4.2** | [Chris Camacho](https://github.com/codifies) |
-| 98 | [shaders_model_shader](shaders/shaders_model_shader.c) |
| ⭐️⭐️☆☆ | **1.3** | **3.7** | [Ray](https://github.com/raysan5) |
-| 99 | [shaders_shapes_textures](shaders/shaders_shapes_textures.c) |
| ⭐️⭐️☆☆ | **1.4** | **3.7** | [Ray](https://github.com/raysan5) |
-| 100 | [shaders_custom_uniform](shaders/shaders_custom_uniform.c) |
| ⭐️⭐️☆☆ | **1.3** | **4.0** | [Ray](https://github.com/raysan5) |
-| 101 | [shaders_postprocessing](shaders/shaders_postprocessing.c) |
| ⭐️⭐️⭐️☆ | **1.3** | **4.0** | [Ray](https://github.com/raysan5) |
-| 102 | [shaders_palette_switch](shaders/shaders_palette_switch.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **3.7** | [Marco Lizza](https://github.com/MarcoLizza) |
-| 103 | [shaders_raymarching](shaders/shaders_raymarching.c) |
| ⭐️⭐️⭐️⭐️ | **2.5** | **4.2** | [Ray](https://github.com/raysan5) |
-| 104 | [shaders_texture_drawing](shaders/shaders_texture_drawing.c) |
| ⭐️⭐️☆☆ | **2.5** | **3.7** | [Michał Ciesielski](https://github.com/) |
+| 97 | [shaders_basic_lighting](shaders/shaders_basic_lighting.c) |
| ⭐️⭐️⭐️⭐️ | 3.0 | **4.2** | [Chris Camacho](https://github.com/codifies) |
+| 98 | [shaders_model_shader](shaders/shaders_model_shader.c) |
| ⭐️⭐️☆☆ | 1.3 | 3.7 | [Ray](https://github.com/raysan5) |
+| 99 | [shaders_shapes_textures](shaders/shaders_shapes_textures.c) |
| ⭐️⭐️☆☆ | 1.4 | 3.7 | [Ray](https://github.com/raysan5) |
+| 100 | [shaders_custom_uniform](shaders/shaders_custom_uniform.c) |
| ⭐️⭐️☆☆ | 1.3 | **4.0** | [Ray](https://github.com/raysan5) |
+| 101 | [shaders_postprocessing](shaders/shaders_postprocessing.c) |
| ⭐️⭐️⭐️☆ | 1.3 | **4.0** | [Ray](https://github.com/raysan5) |
+| 102 | [shaders_palette_switch](shaders/shaders_palette_switch.c) |
| ⭐️⭐️⭐️☆ | 2.5 | 3.7 | [Marco Lizza](https://github.com/MarcoLizza) |
+| 103 | [shaders_raymarching](shaders/shaders_raymarching.c) |
| ⭐️⭐️⭐️⭐️ | 2.5 | **4.2** | [Ray](https://github.com/raysan5) |
+| 104 | [shaders_texture_drawing](shaders/shaders_texture_drawing.c) |
| ⭐️⭐️☆☆ | 2.5 | 3.7 | [Michał Ciesielski](https://github.com/) |
| 105 | [shaders_texture_outline](shaders/shaders_texture_outline.c) |
| ⭐️⭐️⭐️☆ | **4.0** | **4.0** | [Samuel Skiff](https://github.com/GoldenThumbs) |
-| 106 | [shaders_texture_waves](shaders/shaders_texture_waves.c) |
| ⭐️⭐️☆☆ | **2.5** | **3.7** | [Anata](https://github.com/anatagawa) |
-| 107 | [shaders_julia_set](shaders/shaders_julia_set.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **4.0** | [eggmund](https://github.com/eggmund) |
-| 108 | [shaders_eratosthenes](shaders/shaders_eratosthenes.c) |
| ⭐️⭐️⭐️☆ | **2.5** | **4.0** | [ProfJski](https://github.com/ProfJski) |
-| 109 | [shaders_fog](shaders/shaders_fog.c) |
| ⭐️⭐️⭐️☆ | **3.0** | **3.7** | [Chris Camacho](https://github.com/codifies) |
-| 110 | [shaders_simple_mask](shaders/shaders_simple_mask.c) |
| ⭐️⭐️☆☆ | **3.0** | **3.7** | [Chris Camacho](https://github.com/codifies) |
-| 111 | [shaders_hot_reloading](shaders/shaders_hot_reloading.c) |
| ⭐️⭐️⭐️☆ | **3.5** | **3.5** | [Ray](https://github.com/raysan5) |
-| 112 | [shaders_mesh_instancing](shaders/shaders_mesh_instancing.c) |
| ⭐️⭐️⭐️⭐️ | **3.5** | **4.2** | [seanpringle](https://github.com/seanpringle) |
-| 113 | [shaders_multi_sample2d](shaders/shaders_multi_sample2d.c) |
| ⭐️⭐️☆☆ | **3.5** | **3.5** | [Ray](https://github.com/raysan5) |
-| 114 | [shaders_spotlight](shaders/shaders_spotlight.c) |
| ⭐️⭐️☆☆ | **3.0** | **3.7** | [Chris Camacho](https://github.com/codifies) |
+| 106 | [shaders_texture_waves](shaders/shaders_texture_waves.c) |
| ⭐️⭐️☆☆ | 2.5 | 3.7 | [Anata](https://github.com/anatagawa) |
+| 107 | [shaders_julia_set](shaders/shaders_julia_set.c) |
| ⭐️⭐️⭐️☆ | 2.5 | **4.0** | [eggmund](https://github.com/eggmund) |
+| 108 | [shaders_eratosthenes](shaders/shaders_eratosthenes.c) |
| ⭐️⭐️⭐️☆ | 2.5 | **4.0** | [ProfJski](https://github.com/ProfJski) |
+| 109 | [shaders_fog](shaders/shaders_fog.c) |
| ⭐️⭐️⭐️☆ | 3.0 | 3.7 | [Chris Camacho](https://github.com/codifies) |
+| 110 | [shaders_simple_mask](shaders/shaders_simple_mask.c) |
| ⭐️⭐️☆☆ | 3.0 | 3.7 | [Chris Camacho](https://github.com/codifies) |
+| 111 | [shaders_hot_reloading](shaders/shaders_hot_reloading.c) |
| ⭐️⭐️⭐️☆ | 3.5 | 3.5 | [Ray](https://github.com/raysan5) |
+| 112 | [shaders_mesh_instancing](shaders/shaders_mesh_instancing.c) |
| ⭐️⭐️⭐️⭐️ | 3.5 | **4.2** | [seanpringle](https://github.com/seanpringle) |
+| 113 | [shaders_multi_sample2d](shaders/shaders_multi_sample2d.c) |
| ⭐️⭐️☆☆ | 3.5 | 3.5 | [Ray](https://github.com/raysan5) |
+| 114 | [shaders_spotlight](shaders/shaders_spotlight.c) |
| ⭐️⭐️☆☆ | 3.0 | 3.7 | [Chris Camacho](https://github.com/codifies) |
### category: audio
Examples using raylib audio functionality, including sound/music loading and playing. This functionality is provided by raylib [raudio](../src/raudio.c) module. Note this module can be used standalone independently of raylib, check [raudio_standalone](others/raudio_standalone.c) example.
-| ## | example | image | difficulty
level | version
created | version
updated | original
developer |
+| ## | example | image | difficulty
level | version
created | last version
updated | original
developer |
|----|----------|--------|:-------------------:|:------------------:|:------------------:|:----------|
-| 115 | [audio_module_playing](audio/audio_module_playing.c) |
| ⭐️☆☆☆ | **1.6** | **3.5** | [Ray](https://github.com/raysan5) |
-| 116 | [audio_music_stream](audio/audio_music_stream.c) |
| ⭐️☆☆☆ | **1.1** | **4.2** | [Ray](https://github.com/raysan5) |
-| 117 | [audio_raw_stream](audio/audio_raw_stream.c) |
| ⭐️⭐️⭐️☆ | **1.1** | **4.2** | [Ray](https://github.com/raysan5) |
-| 118 | [audio_sound_loading](audio/audio_sound_loading.c) |
| ⭐️☆☆☆ | **1.1** | **3.5** | [Ray](https://github.com/raysan5) |
-| 119 | [audio_multichannel_sound](audio/audio_multichannel_sound.c) |
| ⭐️☆☆☆ | **3.0** | **3.5** | [Chris Camacho](https://github.com/codifies) |
+| 115 | [audio_module_playing](audio/audio_module_playing.c) |
| ⭐️☆☆☆ | 1.6 | 3.5 | [Ray](https://github.com/raysan5) |
+| 116 | [audio_music_stream](audio/audio_music_stream.c) |
| ⭐️☆☆☆ | 1.1 | **4.2** | [Ray](https://github.com/raysan5) |
+| 117 | [audio_raw_stream](audio/audio_raw_stream.c) |
| ⭐️⭐️⭐️☆ | 1.1 | **4.2** | [Ray](https://github.com/raysan5) |
+| 118 | [audio_sound_loading](audio/audio_sound_loading.c) |
| ⭐️☆☆☆ | 1.1 | 3.5 | [Ray](https://github.com/raysan5) |
+| 119 | [audio_multichannel_sound](audio/audio_multichannel_sound.c) |
| ⭐️☆☆☆ | 3.0 | 3.5 | [Chris Camacho](https://github.com/codifies) |
### category: others
Examples showing raylib misc functionality that does not fit in other categories, like standalone modules usage or examples integrating external libraries.
-| ## | example | image | difficulty
level | version
created | version
updated | original
developer |
+| ## | example | image | difficulty
level | version
created | last version
updated | original
developer |
|----|----------|--------|:-------------------:|:------------------:|:------------------:|:----------|
-| 120 | [raudio_standalone](others/raudio_standalone.c) |
| ⭐️⭐️⭐️☆ | **1.6** | **4.0** | [Ray](https://github.com/raysan5) |
-| 121 | [rlgl_standalone](others/rlgl_standalone.c) |
| ⭐️⭐️⭐️⭐️ | **1.6** | **4.0** | [Ray](https://github.com/raysan5) |
-| 122 | [easings_testbed](others/easings_testbed.c) |
| ⭐️⭐️⭐️☆ | **3.0** | **3.0** | [Juan Miguel López](https://github.com/flashback-fx) |
+| 120 | [raudio_standalone](others/raudio_standalone.c) |
| ⭐️⭐️⭐️☆ | 1.6 | **4.0** | [Ray](https://github.com/raysan5) |
+| 121 | [rlgl_standalone](others/rlgl_standalone.c) |
| ⭐️⭐️⭐️⭐️ | 1.6 | **4.0** | [Ray](https://github.com/raysan5) |
+| 122 | [easings_testbed](others/easings_testbed.c) |
| ⭐️⭐️⭐️☆ | 3.0 | 3.0 | [Juan Miguel López](https://github.com/flashback-fx) |
| 123 | [rlgl_compute_shader.c](others/rlgl_compute_shader.c.c) |
| ⭐️⭐️⭐️⭐️ | **4.0** | **4.0** | [Teddy Astie](https://github.com/tsnake41) |
| 124 | [raylib_opengl_interop.c](others/raylib_opengl_interop.c.c) |
| ⭐️⭐️⭐️⭐️ | **4.0** | **4.0** | [Stephan Soller](https://github.com/arkanis) |
-| 125 | [embedded_files_loading.c](others/embedded_files_loading.c.c) |
| ⭐️⭐️☆☆ | **3.5** | **3.5** | [Kristian Holmgren](https://github.com/defutura) |
+| 125 | [embedded_files_loading.c](others/embedded_files_loading.c.c) |
| ⭐️⭐️☆☆ | 3.5 | 3.5 | [Kristian Holmgren](https://github.com/defutura) |
As always contributions are welcome, feel free to send new examples! Here it is an [examples template](examples_template.c) to start with!