Updated examples short description

This commit is contained in:
Ray
2025-08-26 00:32:24 +02:00
parent a67b49498f
commit a72b4b177b
102 changed files with 104 additions and 104 deletions

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - Draw basic shapes 2d (rectangle, circle, line...)
* raylib [shapes] example - basic shapes drawing
*
* Example complexity rating: [★☆☆☆] 1/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - Colors palette
* raylib [shapes] example - colors palette
*
* Example complexity rating: [★★☆☆] 2/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - fancy clock using basic shapes
* raylib [shapes] example - digital clock
*
* Example complexity rating: [★★☆☆] 2/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - Double Pendulum
* raylib [shapes] example - double pendulum
*
* Example complexity rating: [★★☆☆] 2/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - draw circle sector (with gui options)
* raylib [shapes] example - draw circle sector
*
* Example complexity rating: [★★★☆] 3/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - draw rectangle rounded (with gui options)
* raylib [shapes] example - draw rectangle rounded
*
* Example complexity rating: [★★★☆] 3/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - draw ring (with gui options)
* raylib [shapes] example - draw ring
*
* Example complexity rating: [★★★☆] 3/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - Cubic-bezier lines
* raylib [shapes] example - cubic-bezier lines
*
* Example complexity rating: [★☆☆☆] 1/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - draw raylib logo using basic shapes
* raylib [shapes] example - raylib logo using shapes
*
* Example complexity rating: [★☆☆☆] 1/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - advanced rectangle drawing
* raylib [shapes] example - rectangle avanced
*
* Example complexity rating: [★★★★] 4/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shapes] example - rectangle scaling by mouse
* raylib [shapes] example - rectangle scaling mouse
*
* Example complexity rating: [★★☆☆] 2/4
*