Skip to content

Commit 27e530e

Browse files
authored
update examples with difficulty stars (#4694)
* update examples with difficulty stars * manual fix script issues * manual fix script issues
1 parent 7c7b087 commit 27e530e

File tree

132 files changed

+269
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+269
-5
lines changed

examples/audio/audio_mixed_processor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*
33
* raylib [audio] example - Mixed audio processing
44
*
5+
* Example complexity rating: [★★★★] 4/4
6+
*
57
* Example originally created with raylib 4.2, last time updated with raylib 4.2
68
*
79
* Example contributed by hkc (@hatkidchan) and reviewed by Ramon Santamaria (@raysan5)

examples/audio/audio_module_playing.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*
33
* raylib [audio] example - Module playing (streaming)
44
*
5+
* Example complexity rating: [★☆☆☆] 1/4
6+
*
57
* Example originally created with raylib 1.5, last time updated with raylib 3.5
68
*
79
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,

examples/audio/audio_music_stream.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*
33
* raylib [audio] example - Music playing (streaming)
44
*
5+
* Example complexity rating: [★☆☆☆] 1/4
6+
*
57
* Example originally created with raylib 1.3, last time updated with raylib 4.0
68
*
79
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,

examples/audio/audio_raw_stream.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*
33
* raylib [audio] example - Raw audio streaming
44
*
5+
* Example complexity rating: [★★★☆] 3/4
6+
*
57
* Example originally created with raylib 1.6, last time updated with raylib 4.2
68
*
79
* Example created by Ramon Santamaria (@raysan5) and reviewed by James Hofmann (@triplefox)

examples/audio/audio_sound_loading.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*
33
* raylib [audio] example - Sound loading and playing
44
*
5+
* Example complexity rating: [★☆☆☆] 1/4
6+
*
57
* Example originally created with raylib 1.1, last time updated with raylib 3.5
68
*
79
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,

examples/audio/audio_sound_multi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*
33
* raylib [audio] example - Playing sound multiple times
44
*
5+
* Example complexity rating: [★★☆☆] 2/4
6+
*
57
* Example originally created with raylib 4.6
68
*
79
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,

examples/audio/audio_stream_effects.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*
33
* raylib [audio] example - Music stream processing effects
44
*
5+
* Example complexity rating: [★★★★] 4/4
6+
*
57
* Example originally created with raylib 4.2, last time updated with raylib 5.0
68
*
79
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,

examples/core/core_2d_camera.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*
33
* raylib [core] example - 2D Camera system
44
*
5+
* Example complexity rating: [★★☆☆] 2/4
6+
*
57
* Example originally created with raylib 1.5, last time updated with raylib 3.0
68
*
79
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,

examples/core/core_2d_camera_mouse_zoom.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*
33
* raylib [core] example - 2d camera mouse zoom
44
*
5+
* Example complexity rating: [★★☆☆] 2/4
6+
*
57
* Example originally created with raylib 4.2, last time updated with raylib 4.2
68
*
79
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,

examples/core/core_2d_camera_platformer.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*
33
* raylib [core] example - 2D Camera platformer
44
*
5+
* Example complexity rating: [★★★☆] 3/4
6+
*
57
* Example originally created with raylib 2.5, last time updated with raylib 3.0
68
*
79
* Example contributed by arvyy (@arvyy) and reviewed by Ramon Santamaria (@raysan5)

0 commit comments

Comments
 (0)