File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Examples using raylib[core](../src/rcore.c) platform functionality like window c
61
61
| [ core_automation_events] ( core/core_automation_events.c ) | <img src =" core/core_automation_events.png " alt =" core_automation_events " width =" 80 " > | ⭐⭐⭐☆ | 5.0 | 5.0 | [ Ramon Santamaria] ( https://github.com/raysan5 ) |
62
62
| [ core_high_dpi] ( core/core_high_dpi.c ) | <img src =" core/core_high_dpi.png " alt =" core_high_dpi " width =" 80 " > | ⭐⭐☆☆ | 5.0 | 5.5 | [ Jonathan Marler] ( https://github.com/marler8997 ) |
63
63
| [ core_render_texture] ( core/core_render_texture.c ) | <img src =" core/core_render_texture.png " alt =" core_render_texture " width =" 80 " > | ⭐☆☆☆ | 5.6-dev | 5.6-dev | [ Ramon Santamaria] ( https://github.com/raysan5 ) |
64
- | [ 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 | [ <author_name> ] ( https://github.com/<user_github> ) |
64
+ | [ 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 ) |
65
65
66
66
### category: shapes [ 20]
67
67
Original file line number Diff line number Diff line change 6
6
*
7
7
* Example originally created with raylib 5.5, last time updated with raylib 5.6
8
8
*
9
- * Example contributed by Reamon Santamaria (@raysan5)
9
+ * Example contributed by Ramon Santamaria (@raysan5)
10
10
*
11
11
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
12
12
* BSD-like license that allows static linking with closed source software
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Example elements validated:
56
56
| core_automation_events | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
57
57
| core_high_dpi | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
58
58
| core_render_texture | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
59
+ | core_undo_redo | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
59
60
| shapes_basic_shapes | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
60
61
| shapes_bouncing_ball | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
61
62
| shapes_colors_palette | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
You can’t perform that action at this time.
0 commit comments