|
1 | 1 | # |
2 | | -# raylib examples list used to generate/update collection |
3 | | -# examples must be provided as: <example_category>;<example_name>;<example_stars>;<raylib_created_version>;<raylib_last_update_version>;<year_created>;<year_reviewed>;"<example_author_name>";<author_github_user> |
| 2 | +# raylib examples list with available .c example files |
4 | 3 | # |
5 | | -# This list is used as the main reference by [rexm] tool for examples collection validation and management |
6 | | -# New examples must be added to this list and any possible rename must be made on this list first |
| 4 | +# WARNING: List is not ordered by example name but by the display order on web, |
| 5 | +# so it can not be automatically generated scanning available .c code files, only updated |
| 6 | +# new examples are added at the end of each category; it's up to the user to reorder them as desired |
| 7 | +# |
| 8 | +# examples data is listed as: <example_category>;<example_name>;<example_stars>;<raylib_created_version>;<raylib_last_update_version>;<year_created>;<year_reviewed>;"<example_author_name>";<author_github_user> |
7 | 9 | # |
8 | | -# WARNING: List is not ordered by example name but by the display order on web |
| 10 | +# This list is used as the main reference by [rexm] tool for examples collection validation and management |
9 | 11 | # |
10 | 12 | core;core_basic_window;★☆☆☆;1.0;1.0;2013;2025;"Ramon Santamaria";@raysan5 |
11 | 13 | core;core_delta_time;★☆☆☆;5.5;5.6-dev;2025;2025;"Robin";@RobinsAviary |
@@ -92,6 +94,7 @@ shapes;shapes_rlgl_color_wheel;★★★☆;5.6-dev;5.6-dev;2025;2025;"Robin";@R |
92 | 94 | shapes;shapes_rlgl_triangle;★★☆☆;5.6-dev;5.6-dev;2025;2025;"Robin";@RobinsAviary |
93 | 95 | shapes;shapes_ball_physics;★★☆☆;5.6-dev;5.6-dev;2025;2025;"David Buzatto";@davidbuzatto |
94 | 96 | shapes;shapes_penrose_tile;★★★★;5.5;5.6-dev;2025;2025;"David Buzatto";@davidbuzatto |
| 97 | +shapes;shapes_hilbert_curve;★★★☆;5.6;5.6;2025;2025;"Hamza RAHAL";@hmz-rhl |
95 | 98 | textures;textures_logo_raylib;★☆☆☆;1.0;1.0;2014;2025;"Ramon Santamaria";@raysan5 |
96 | 99 | textures;textures_srcrec_dstrec;★★★☆;1.3;1.3;2015;2025;"Ramon Santamaria";@raysan5 |
97 | 100 | textures;textures_image_drawing;★★☆☆;1.4;1.4;2016;2025;"Ramon Santamaria";@raysan5 |
|
0 commit comments