Просмотр исходного кода

Update examples inconsistencies

pull/4699/head
Anstro Pleuton 13 часов назад
Родитель
Сommit
3683236968
16 измененных файлов: 31 добавлений и 17 удалений
  1. +1
    -1
      CHANGELOG
  2. +1
    -1
      examples/README.md
  3. +1
    -1
      examples/audio/audio_sound_multi.c
  4. +2
    -0
      examples/core/core_2d_camera_mouse_zoom.c
  5. +1
    -1
      examples/others/easings_testbed.c
  6. +2
    -0
      examples/others/rlgl_standalone.c
  7. +2
    -2
      examples/shaders/shaders_mesh_instancing.c
  8. +3
    -1
      examples/shaders/shaders_shadowmap.c
  9. +2
    -2
      examples/shaders/shaders_vertex_displacement.c
  10. +5
    -1
      examples/shapes/shapes_rectangle_advanced.c
  11. +1
    -1
      examples/shapes/shapes_top_down_lights.c
  12. +2
    -2
      examples/textures/textures_image_channel.c
  13. +3
    -1
      examples/textures/textures_image_generation.c
  14. +2
    -0
      examples/textures/textures_image_kernel.c
  15. +1
    -1
      examples/textures/textures_sprite_explosion.c
  16. +2
    -2
      examples/textures/textures_textured_curve.c

+ 1
- 1
CHANGELOG Просмотреть файл

@ -1671,7 +1671,7 @@ Detailed changes:
[examples] ADDED: models_waving_cubes, by @codecat
[examples] ADDED: models_solar_system, by @aldrinmartoq
[examples] ADDED: shaders_fog, by @chriscamacho
[examples] ADDED: shaders_texture_waves, by @Anata
[examples] ADDED: shaders_texture_waves, by @anatagawa
[examples] ADDED: shaders_basic_lighting, by @chriscamacho
[examples] ADDED: shaders_simple_mask, by @chriscamacho
[examples] ADDED: audio_multichannel_sound, by @chriscamacho

+ 1
- 1
examples/README.md Просмотреть файл

@ -80,7 +80,7 @@ Examples using raylib shapes drawing functionality, provided by raylib [shapes](
| 47 | [shapes_draw_circle_sector](shapes/shapes_draw_circle_sector.c) | <img src="shapes/shapes_draw_circle_sector.png" alt="shapes_draw_circle_sector" width="80"> | ⭐️⭐️⭐️☆ | 2.5 | 2.5 | [Vlad Adrian](https://github.com/demizdor) |
| 48 | [shapes_draw_rectangle_rounded](shapes/shapes_draw_rectangle_rounded.c) | <img src="shapes/shapes_draw_rectangle_rounded.png" alt="shapes_draw_rectangle_rounded" width="80"> | ⭐️⭐️⭐️☆ | 2.5 | 2.5 | [Vlad Adrian](https://github.com/demizdor) |
| 49 | [shapes_top_down_lights](shapes/shapes_top_down_lights.c) | <img src="shapes/shapes_top_down_lights.png" alt="shapes_top_down_lights" width="80"> | ⭐️⭐️⭐️⭐️ | **4.2** | **4.2** | [Jeffery Myers](https://github.com/JeffM2501) |
| 50 | [shapes_rectangle_advanced](shapes/shapes_rectangle_advanced.c) | <img src="shapes/shapes_rectangle_advanced.png" alt="shapes_rectangle_advanced" width="80"> | ⭐️⭐️⭐️⭐️⭐️| **5.0** | **5.0** | [ExCyber](https://github.com/evertonse) |
| 50 | [shapes_rectangle_advanced](shapes/shapes_rectangle_advanced.c) | <img src="shapes/shapes_rectangle_advanced.png" alt="shapes_rectangle_advanced" width="80"> | ⭐️⭐️⭐️⭐️ | **5.0** | **5.0** | [ExCyber](https://github.com/evertonse) |
### category: textures

+ 1
- 1
examples/audio/audio_sound_multi.c Просмотреть файл

@ -4,7 +4,7 @@
*
* Example complexity rating: [] 2/4
*
* Example originally created with raylib 4.6
* Example originally created with raylib 4.6, last time updated with raylib 4.6
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software

+ 2
- 0
examples/core/core_2d_camera_mouse_zoom.c Просмотреть файл

@ -6,6 +6,8 @@
*
* Example originally created with raylib 4.2, last time updated with raylib 4.2
*
* Example contributed by Jeffery Myers (@JeffM2501) and reviewed by Ramon Santamaria (@raysan5)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*

+ 1
- 1
examples/others/easings_testbed.c Просмотреть файл

@ -9,7 +9,7 @@
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2019-2024 Juan Miguel López (@flashback-fx ) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2024 Juan Miguel López (@flashback-fx) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 2
- 0
examples/others/rlgl_standalone.c Просмотреть файл

@ -5,6 +5,8 @@
* rlgl library is an abstraction layer for multiple OpenGL versions (1.1, 2.1, 3.3 Core, ES 2.0)
* that provides a pseudo-OpenGL 1.1 immediate-mode style API (rlVertex, rlTranslate, rlRotate...)
*
* Example originally created with raylib 1.6, last time updated with raylib 4.0
*
* WARNING: This example is intended only for PLATFORM_DESKTOP and OpenGL 3.3 Core profile.
* It could work on other platforms if redesigned for those platforms (out-of-scope)
*

+ 2
- 2
examples/shaders/shaders_mesh_instancing.c Просмотреть файл

@ -6,12 +6,12 @@
*
* Example originally created with raylib 3.7, last time updated with raylib 4.2
*
* Example contributed by @seanpringle and reviewed by Max (@moliad) and Ramon Santamaria (@raysan5)
* Example contributed by n">seanpringle (@seanpringle) and reviewed by Max (@moliad) and Ramon Santamaria (@raysan5)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2020-2024 @seanpringle, Max (@moliad) and Ramon Santamaria (@raysan5)
* Copyright (c) 2020-2024 n">seanpringle (@seanpringle), Max (@moliad) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 3
- 1
examples/shaders/shaders_shadowmap.c Просмотреть файл

@ -4,11 +4,13 @@
*
* Example originally created with raylib 5.0, last time updated with raylib 5.0
*
* Example contributed by @TheManTheMythTheGameDev and reviewed by Ramon Santamaria (@raysan5)
* Example contributed by n">TheManTheMythTheGameDev (@TheManTheMythTheGameDev) and reviewed by Ramon Santamaria (@raysan5)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2023 TheManTheMythTheGameDev (@TheManTheMythTheGameDev)
*
********************************************************************************************/
#include "raylib.h"

+ 2
- 2
examples/shaders/shaders_vertex_displacement.c Просмотреть файл

@ -4,12 +4,12 @@
*
* Example originally created with raylib 5.0, last time updated with raylib 4.5
*
* Example contributed by o"><Alex ZH> (@ZzzhHe) and reviewed by Ramon Santamaria (@raysan5)
* Example contributed by Alex ZH (@ZzzhHe) and reviewed by Ramon Santamaria (@raysan5)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2023 o"><Alex ZH> (@ZzzhHe)
* Copyright (c) 2023 Alex ZH (@ZzzhHe)
*
********************************************************************************************/

+ 5
- 1
examples/shapes/shapes_rectangle_advanced.c Просмотреть файл

@ -2,12 +2,16 @@
*
* raylib [shapes] example - Rectangle advanced
*
* Example complexity rating: [] 4/4
*
* Example originally created with raylib 5.5, last time updated with raylib 5.5
*
* Example contributed by Everton Jr. (@evertonse) and reviewed by Ramon Santamaria (@raysan5)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2024-2025 raylib contributors and Ramon Santamaria (@raysan5)
* Copyright (c) 2024-2025 Everton Jr. (@evertonse) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shapes/shapes_top_down_lights.c Просмотреть файл

@ -6,7 +6,7 @@
*
* Example originally created with raylib 4.2, last time updated with raylib 4.2
*
* Example contributed by Vlad Adrian (@demizdor) and reviewed by Ramon Santamaria (@raysan5)
* Example contributed by Jeffery Myers (@JeffM2501) and reviewed by Ramon Santamaria (@raysan5)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software

+ 2
- 2
examples/textures/textures_image_channel.c Просмотреть файл

@ -6,12 +6,12 @@
*
* Example originally created with raylib 5.1-dev, last time updated with raylib 5.1-dev
*
* Example contributed by Bruno Cabral (n">github.com/brccabral) and reviewed by Ramon Santamaria (@raysan5)
* Example contributed by Bruno Cabral (err">@brccabral) and reviewed by Ramon Santamaria (@raysan5)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2024-2024 Bruno Cabral (n">github.com/brccabral) and Ramon Santamaria (@raysan5)
* Copyright (c) 2024-2024 Bruno Cabral (err">@brccabral) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 3
- 1
examples/textures/textures_image_generation.c Просмотреть файл

@ -6,10 +6,12 @@
*
* Example originally created with raylib 1.8, last time updated with raylib 1.8
*
* Example contributed by Wilhem Barbier (@nounoursheureux) and reviewed by Ramon Santamaria (@raysan5)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2O17-2024 Wilhem Barbier (@nounoursheureux) and Ramon Santamaria (@raysan5)
* Copyright (c) 2017-2024 Wilhem Barbier (@nounoursheureux) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 2
- 0
examples/textures/textures_image_kernel.c Просмотреть файл

@ -4,6 +4,8 @@
*
* NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM)
*
* Example contributed by Karim Salem (@kimo-s) and reviewed by Ramon Santamaria (@raysan5)
*
* Example originally created with raylib 1.3, last time updated with raylib 1.3
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,

+ 1
- 1
examples/textures/textures_sprite_explosion.c Просмотреть файл

@ -9,7 +9,7 @@
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2019-2024 Anata and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 2
- 2
examples/textures/textures_textured_curve.c Просмотреть файл

@ -6,12 +6,12 @@
*
* Example originally created with raylib 4.5, last time updated with raylib 4.5
*
* Example contributed by Jeffery Myers and reviewed by Ramon Santamaria (@raysan5)
* Example contributed by Jeffery Myers p">(@JeffM2501) and reviewed by Ramon Santamaria (@raysan5)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2022-2024 Jeffery Myers and Ramon Santamaria (@raysan5)
* Copyright (c) 2022-2024 Jeffery Myers p">(@JeffM2501) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

Загрузка…
Отмена
Сохранить