Skip to content

Commit 83377a3

Browse files
committed
Update examples_list.txt
1 parent 2377506 commit 83377a3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

examples/examples_list.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#
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
43
#
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>
79
#
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
911
#
1012
core;core_basic_window;★☆☆☆;1.0;1.0;2013;2025;"Ramon Santamaria";@raysan5
1113
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
9294
shapes;shapes_rlgl_triangle;★★☆☆;5.6-dev;5.6-dev;2025;2025;"Robin";@RobinsAviary
9395
shapes;shapes_ball_physics;★★☆☆;5.6-dev;5.6-dev;2025;2025;"David Buzatto";@davidbuzatto
9496
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
9598
textures;textures_logo_raylib;★☆☆☆;1.0;1.0;2014;2025;"Ramon Santamaria";@raysan5
9699
textures;textures_srcrec_dstrec;★★★☆;1.3;1.3;2015;2025;"Ramon Santamaria";@raysan5
97100
textures;textures_image_drawing;★★☆☆;1.4;1.4;2016;2025;"Ramon Santamaria";@raysan5

0 commit comments

Comments
 (0)