Quellcode durchsuchen

[examples] Update examples to be consistent (#4699)

* Update examples inconsistencies

* Happy new years, examples!

* Missed one inconsistency

* Update final few examples inconsistencies

---------

Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
pull/4707/head
Anstro Pleuton vor 5 Monaten
committed von GitHub
Ursprung
Commit
945f181f1d
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: B5690EEEBB952194
155 geänderte Dateien mit 188 neuen und 166 gelöschten Zeilen
  1. +1
    -1
      CHANGELOG
  2. +1
    -1
      examples/README.md
  3. +1
    -1
      examples/audio/audio_mixed_processor.c
  4. +1
    -1
      examples/audio/audio_module_playing.c
  5. +1
    -1
      examples/audio/audio_music_stream.c
  6. +1
    -1
      examples/audio/audio_raw_stream.c
  7. +1
    -1
      examples/audio/audio_sound_loading.c
  8. +4
    -2
      examples/audio/audio_sound_multi.c
  9. +1
    -1
      examples/audio/audio_stream_effects.c
  10. +1
    -1
      examples/core/core_2d_camera.c
  11. +3
    -1
      examples/core/core_2d_camera_mouse_zoom.c
  12. +1
    -1
      examples/core/core_2d_camera_platformer.c
  13. +1
    -1
      examples/core/core_2d_camera_split_screen.c
  14. +1
    -1
      examples/core/core_3d_camera_first_person.c
  15. +1
    -1
      examples/core/core_3d_camera_free.c
  16. +1
    -1
      examples/core/core_3d_camera_mode.c
  17. +1
    -1
      examples/core/core_3d_camera_split_screen.c
  18. +1
    -1
      examples/core/core_3d_picking.c
  19. +1
    -1
      examples/core/core_automation_events.c
  20. +1
    -1
      examples/core/core_basic_screen_manager.c
  21. +1
    -1
      examples/core/core_basic_window.c
  22. +1
    -1
      examples/core/core_basic_window_web.c
  23. +1
    -1
      examples/core/core_custom_frame_control.c
  24. +1
    -1
      examples/core/core_custom_logging.c
  25. +1
    -1
      examples/core/core_drop_files.c
  26. +1
    -1
      examples/core/core_input_gamepad.c
  27. +1
    -1
      examples/core/core_input_gestures.c
  28. +1
    -1
      examples/core/core_input_gestures_web.c
  29. +1
    -1
      examples/core/core_input_keys.c
  30. +1
    -1
      examples/core/core_input_mouse_wheel.c
  31. +1
    -1
      examples/core/core_input_multitouch.c
  32. +1
    -1
      examples/core/core_input_virtual_controls.c
  33. +1
    -1
      examples/core/core_loading_thread.c
  34. +1
    -1
      examples/core/core_random_sequence.c
  35. +1
    -1
      examples/core/core_random_values.c
  36. +1
    -1
      examples/core/core_scissor_test.c
  37. +1
    -1
      examples/core/core_smooth_pixelperfect.c
  38. +1
    -1
      examples/core/core_storage_values.c
  39. +1
    -1
      examples/core/core_vr_simulator.c
  40. +1
    -1
      examples/core/core_window_flags.c
  41. +1
    -1
      examples/core/core_window_letterbox.c
  42. +1
    -1
      examples/core/core_window_should_close.c
  43. +1
    -1
      examples/core/core_world_screen.c
  44. +2
    -2
      examples/examples_template.c
  45. +1
    -1
      examples/models/models_animation.c
  46. +1
    -1
      examples/models/models_billboard.c
  47. +1
    -1
      examples/models/models_bone_socket.c
  48. +1
    -1
      examples/models/models_box_collisions.c
  49. +1
    -1
      examples/models/models_cubicmap.c
  50. +1
    -1
      examples/models/models_draw_cube_texture.c
  51. +1
    -1
      examples/models/models_first_person_maze.c
  52. +1
    -1
      examples/models/models_geometric_shapes.c
  53. +1
    -1
      examples/models/models_gpu_skinning.c
  54. +1
    -1
      examples/models/models_heightmap.c
  55. +1
    -1
      examples/models/models_loading.c
  56. +1
    -1
      examples/models/models_loading_gltf.c
  57. +1
    -1
      examples/models/models_loading_m3d.c
  58. +1
    -1
      examples/models/models_loading_vox.c
  59. +1
    -1
      examples/models/models_mesh_generation.c
  60. +1
    -1
      examples/models/models_mesh_picking.c
  61. +1
    -1
      examples/models/models_orthographic_projection.c
  62. +1
    -1
      examples/models/models_point_rendering.c
  63. +1
    -1
      examples/models/models_rlgl_solar_system.c
  64. +1
    -1
      examples/models/models_skybox.c
  65. +3
    -1
      examples/models/models_tesseract_view.c
  66. +1
    -1
      examples/models/models_waving_cubes.c
  67. +1
    -1
      examples/models/models_yaw_pitch_roll.c
  68. +1
    -1
      examples/others/easings_testbed.c
  69. +1
    -1
      examples/others/embedded_files_loading.c
  70. +1
    -1
      examples/others/raylib_opengl_interop.c
  71. +1
    -1
      examples/others/raymath_vector_angle.c
  72. +1
    -1
      examples/others/rlgl_compute_shader.c
  73. +3
    -1
      examples/others/rlgl_standalone.c
  74. +1
    -1
      examples/shaders/shaders_basic_lighting.c
  75. +1
    -1
      examples/shaders/shaders_basic_pbr.c
  76. +1
    -1
      examples/shaders/shaders_custom_uniform.c
  77. +1
    -1
      examples/shaders/shaders_deferred_render.c
  78. +2
    -2
      examples/shaders/shaders_eratosthenes.c
  79. +1
    -1
      examples/shaders/shaders_fog.c
  80. +1
    -1
      examples/shaders/shaders_hot_reloading.c
  81. +1
    -1
      examples/shaders/shaders_hybrid_render.c
  82. +1
    -1
      examples/shaders/shaders_julia_set.c
  83. +3
    -1
      examples/shaders/shaders_lightmap.c
  84. +2
    -2
      examples/shaders/shaders_mesh_instancing.c
  85. +1
    -1
      examples/shaders/shaders_model_shader.c
  86. +1
    -1
      examples/shaders/shaders_multi_sample2d.c
  87. +3
    -3
      examples/shaders/shaders_palette_switch.c
  88. +1
    -1
      examples/shaders/shaders_postprocessing.c
  89. +1
    -1
      examples/shaders/shaders_raymarching.c
  90. +3
    -1
      examples/shaders/shaders_shadowmap.c
  91. +1
    -1
      examples/shaders/shaders_shapes_textures.c
  92. +1
    -1
      examples/shaders/shaders_simple_mask.c
  93. +1
    -1
      examples/shaders/shaders_spotlight.c
  94. +2
    -2
      examples/shaders/shaders_texture_drawing.c
  95. +1
    -1
      examples/shaders/shaders_texture_outline.c
  96. +3
    -1
      examples/shaders/shaders_texture_tiling.c
  97. +1
    -1
      examples/shaders/shaders_texture_waves.c
  98. +2
    -2
      examples/shaders/shaders_vertex_displacement.c
  99. +1
    -1
      examples/shaders/shaders_write_depth.c
  100. +1
    -1
      examples/shapes/shapes_basic_shapes.c

+ 1
- 1
CHANGELOG Datei anzeigen

@ -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 Datei anzeigen

@ -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_mixed_processor.c Datei anzeigen

@ -11,7 +11,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) 2023 hkc (@hatkidchan)
* Copyright (c) 2023-2025 hkc (@hatkidchan)
*
********************************************************************************************/
#include "raylib.h"

+ 1
- 1
examples/audio/audio_module_playing.c Datei anzeigen

@ -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) 2016-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2016-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/audio/audio_music_stream.c Datei anzeigen

@ -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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/audio/audio_raw_stream.c Datei anzeigen

@ -11,7 +11,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) 2015-2024 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
*
********************************************************************************************/

+ 1
- 1
examples/audio/audio_sound_loading.c Datei anzeigen

@ -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) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 4
- 2
examples/audio/audio_sound_multi.c Datei anzeigen

@ -4,12 +4,14 @@
*
* 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 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
*
* Copyright (c) 2023 Jeffery Myers (@JeffM2501)
* Copyright (c) 2023-2025 Jeffery Myers (@JeffM2501)
*
********************************************************************************************/

+ 1
- 1
examples/audio/audio_stream_effects.c Datei anzeigen

@ -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) 2022-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2022-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_2d_camera.c Datei anzeigen

@ -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) 2016-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2016-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 3
- 1
examples/core/core_2d_camera_mouse_zoom.c Datei anzeigen

@ -6,10 +6,12 @@
*
* 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
*
* Copyright (c) 2022-2024 Jeffery Myers (@JeffM2501)
* Copyright (c) 2022-2025 Jeffery Myers (@JeffM2501)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_2d_camera_platformer.c Datei anzeigen

@ -11,7 +11,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 arvyy (@arvyy)
* Copyright (c) 2019-2025 arvyy (@arvyy)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_2d_camera_split_screen.c Datei anzeigen

@ -14,7 +14,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) 2023 Gabriel dos Santos Sanches (@gabrielssanches)
* Copyright (c) 2023-2025 Gabriel dos Santos Sanches (@gabrielssanches)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_3d_camera_first_person.c Datei anzeigen

@ -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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_3d_camera_free.c Datei anzeigen

@ -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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_3d_camera_mode.c Datei anzeigen

@ -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) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_3d_camera_split_screen.c Datei anzeigen

@ -11,7 +11,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) 2021-2024 Jeffery Myers (@JeffM2501)
* Copyright (c) 2021-2025 Jeffery Myers (@JeffM2501)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_3d_picking.c Datei anzeigen

@ -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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_automation_events.c Datei anzeigen

@ -11,7 +11,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) 2023 Ramon Santamaria (@raysan5)
* Copyright (c) 2023-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_basic_screen_manager.c Datei anzeigen

@ -11,7 +11,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) 2021-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2021-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_basic_window.c Datei anzeigen

@ -22,7 +22,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) 2013-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2013-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_basic_window_web.c Datei anzeigen

@ -11,7 +11,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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_custom_frame_control.c Datei anzeigen

@ -24,7 +24,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) 2021-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2021-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_custom_logging.c Datei anzeigen

@ -11,7 +11,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) 2018-2024 Pablo Marcos Oltra (@pamarcos) and Ramon Santamaria (@raysan5)
* Copyright (c) 2018-2025 Pablo Marcos Oltra (@pamarcos) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_drop_files.c Datei anzeigen

@ -11,7 +11,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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_gamepad.c Datei anzeigen

@ -15,7 +15,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) 2013-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2013-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_gestures.c Datei anzeigen

@ -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) 2016-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2016-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_gestures_web.c Datei anzeigen

@ -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) 2023 ubkp (@ubkp)
* Copyright (c) 2023-2025 ubkp (@ubkp)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_keys.c Datei anzeigen

@ -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) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_mouse_wheel.c Datei anzeigen

@ -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) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_multitouch.c Datei anzeigen

@ -11,7 +11,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 Berni (@Berni8k) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Berni (@Berni8k) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_virtual_controls.c Datei anzeigen

@ -12,7 +12,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) 2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2024-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_loading_thread.c Datei anzeigen

@ -11,7 +11,7 @@
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
*
* Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_random_sequence.c Datei anzeigen

@ -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) 2023 Dalton Overmyer (@REDl3east)
* Copyright (c) 2023-2025 Dalton Overmyer (@REDl3east)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_random_values.c Datei anzeigen

@ -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) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_scissor_test.c Datei anzeigen

@ -11,7 +11,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 Chris Dill (@MysteriousSpace)
* Copyright (c) 2019-2025 Chris Dill (@MysteriousSpace)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_smooth_pixelperfect.c Datei anzeigen

@ -12,7 +12,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) 2021-2024 Giancamillo Alessandroni (@NotManyIdeasDev) and Ramon Santamaria (@raysan5)
* Copyright (c) 2021-2025 Giancamillo Alessandroni (@NotManyIdeasDev) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_storage_values.c Datei anzeigen

@ -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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_vr_simulator.c Datei anzeigen

@ -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) 2017-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2017-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_window_flags.c Datei anzeigen

@ -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) 2020-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2020-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_window_letterbox.c Datei anzeigen

@ -11,7 +11,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 (@anatagawa) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Anata (@anatagawa) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_window_should_close.c Datei anzeigen

@ -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) 2013-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2013-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_world_screen.c Datei anzeigen

@ -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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 2
- 2
examples/examples_template.c Datei anzeigen

@ -58,14 +58,14 @@
*
* raylib [core] example - Basic window
*
* Example originally created with raylib 4.5, last time updated with raylib 4.5
* Example originally created with raylib 5.5, last time updated with raylib 5.5
*
* Example contributed by <user_name> (@<user_github>) 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) mi">2023 <user_name> (@<user_github>)
* Copyright (c) o"><year_created>-<year_updated> <user_name> (@<user_github>)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_animation.c Datei anzeigen

@ -11,7 +11,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 Culacant (@culacant) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Culacant (@culacant) and Ramon Santamaria (@raysan5)
*
********************************************************************************************
*

+ 1
- 1
examples/models/models_billboard.c Datei anzeigen

@ -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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_bone_socket.c Datei anzeigen

@ -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) 2024 iP (@ipzaur)
* Copyright (c) 2024-2025 iP (@ipzaur)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_box_collisions.c Datei anzeigen

@ -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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_cubicmap.c Datei anzeigen

@ -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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_draw_cube_texture.c Datei anzeigen

@ -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) 2022-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2022-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_first_person_maze.c Datei anzeigen

@ -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 Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_geometric_shapes.c Datei anzeigen

@ -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) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_gpu_skinning.c Datei anzeigen

@ -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) 2024 Daniel Holden (@orangeduck)
* Copyright (c) 2024-2025 Daniel Holden (@orangeduck)
*
* Note: Due to limitations in the Apple OpenGL driver, this feature does not work on MacOS
*

+ 1
- 1
examples/models/models_heightmap.c Datei anzeigen

@ -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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_loading.c Datei anzeigen

@ -22,7 +22,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) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_loading_gltf.c Datei anzeigen

@ -16,7 +16,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) 2020-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2020-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_loading_m3d.c Datei anzeigen

@ -15,7 +15,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) 2022-2024 bzt (@bztsrc)
* Copyright (c) 2022-2025 bzt (@bztsrc)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_loading_vox.c Datei anzeigen

@ -11,7 +11,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) 2021-2024 Johann Nadalutti (@procfxgen) and Ramon Santamaria (@raysan5)
* Copyright (c) 2021-2025 Johann Nadalutti (@procfxgen) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_mesh_generation.c Datei anzeigen

@ -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) 2017-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2017-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_mesh_picking.c Datei anzeigen

@ -11,7 +11,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) 2017-2024 Joel Davis (@joeld42) and Ramon Santamaria (@raysan5)
* Copyright (c) 2017-2025 Joel Davis (@joeld42) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_orthographic_projection.c Datei anzeigen

@ -11,7 +11,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) 2018-2024 Max Danielsson (@autious) and Ramon Santamaria (@raysan5)
* Copyright (c) 2018-2025 Max Danielsson (@autious) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_point_rendering.c Datei anzeigen

@ -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) 2024 Reese Gallagher (@satchelfrost)
* Copyright (c) 2024-2025 Reese Gallagher (@satchelfrost)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_rlgl_solar_system.c Datei anzeigen

@ -11,7 +11,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) 2018-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2018-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_skybox.c Datei anzeigen

@ -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) 2017-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2017-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 3
- 1
examples/models/models_tesseract_view.c Datei anzeigen

@ -6,10 +6,12 @@
*
* Example originally created with raylib 5.6-dev, last time updated with raylib 5.6-dev
*
* Example contributed by Timothy van der Valk (@arceryz) 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 contributor (?) & Ramon Santamaria (@raysan5)
* Copyright (c) 2024-2025 Timothy van der Valk (@arceryz) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_waving_cubes.c Datei anzeigen

@ -11,7 +11,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 Codecat (@codecat) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Codecat (@codecat) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_yaw_pitch_roll.c Datei anzeigen

@ -11,7 +11,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) 2017-2024 Berni (@Berni8k) and Ramon Santamaria (@raysan5)
* Copyright (c) 2017-2025 Berni (@Berni8k) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/others/easings_testbed.c Datei anzeigen

@ -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-2025 Juan Miguel López (@flashback-fx) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/others/embedded_files_loading.c Datei anzeigen

@ -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) 2020-2024 Kristian Holmgren (@defutura) and Ramon Santamaria (@raysan5)
* Copyright (c) 2020-2025 Kristian Holmgren (@defutura) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/others/raylib_opengl_interop.c Datei anzeigen

@ -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) 2021-2024 Stephan Soller (@arkanis) and Ramon Santamaria (@raysan5)
* Copyright (c) 2021-2025 Stephan Soller (@arkanis) and Ramon Santamaria (@raysan5)
*
********************************************************************************************
*

+ 1
- 1
examples/others/raymath_vector_angle.c Datei anzeigen

@ -7,7 +7,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) 2023 Ramon Santamaria (@raysan5)
* Copyright (c) 2023-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/others/rlgl_compute_shader.c Datei anzeigen

@ -12,7 +12,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) 2021-2024 Teddy Astie (@tsnake41)
* Copyright (c) 2021-2025 Teddy Astie (@tsnake41)
*
********************************************************************************************/

+ 3
- 1
examples/others/rlgl_standalone.c Datei anzeigen

@ -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)
*
@ -29,7 +31,7 @@
* This example is 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) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.

+ 1
- 1
examples/shaders/shaders_basic_lighting.c Datei anzeigen

@ -16,7 +16,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 Chris Camacho (@codifies) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Chris Camacho (@codifies) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_basic_pbr.c Datei anzeigen

@ -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) 2023-2024 Afan OLOVCIC (@_DevDad)
* Copyright (c) 2023-2025 Afan OLOVCIC (@_DevDad)
*
* Model: "Old Rusty Car" (https://skfb.ly/LxRy) by Renafox,
* licensed under Creative Commons Attribution-NonCommercial

+ 1
- 1
examples/shaders/shaders_custom_uniform.c Datei anzeigen

@ -16,7 +16,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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_deferred_render.c Datei anzeigen

@ -13,7 +13,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) 2023 Justin Andreas Lacoste (@27justin)
* Copyright (c) 2023-2025 Justin Andreas Lacoste (@27justin)
*
********************************************************************************************/

+ 2
- 2
examples/shaders/shaders_eratosthenes.c Datei anzeigen

@ -18,12 +18,12 @@
*
* Example originally created with raylib 2.5, last time updated with raylib 4.0
*
* Example contributed by ProfJski and reviewed by Ramon Santamaria (@raysan5)
* Example contributed by ProfJski p">(@ProfJski) 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) 2019-2024 ProfJski and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 ProfJski (@ProfJski) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_fog.c Datei anzeigen

@ -16,7 +16,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 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_hot_reloading.c Datei anzeigen

@ -12,7 +12,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) 2020-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2020-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_hybrid_render.c Datei anzeigen

@ -11,7 +11,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) 2022-2024 Buğra Alptekin Sarı (@BugraAlptekinSari)
* Copyright (c) 2022-2025 Buğra Alptekin Sarı (@BugraAlptekinSari)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_julia_set.c Datei anzeigen

@ -16,7 +16,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 Josh Colclough (@joshcol9232) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Josh Colclough (@joshcol9232) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 3
- 1
examples/shaders/shaders_lightmap.c Datei anzeigen

@ -9,12 +9,14 @@
*
* NOTE: Shaders used in this example are #version 330 (OpenGL 3.3).
*
* Example originally created with raylib 4.5, last time updated with raylib 4.5
*
* Example contributed by Jussi Viitala (@nullstare) 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) 2019-2024 Jussi Viitala (@nullstare) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Jussi Viitala (@nullstare) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 2
- 2
examples/shaders/shaders_mesh_instancing.c Datei anzeigen

@ -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-2025 seanpringle (@seanpringle), Max (@moliad) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_model_shader.c Datei anzeigen

@ -16,7 +16,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) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_multi_sample2d.c Datei anzeigen

@ -16,7 +16,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) 2020-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2020-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 3
- 3
examples/shaders/shaders_palette_switch.c Datei anzeigen

@ -1,8 +1,8 @@
/*******************************************************************************************
*
* raylib [shaders] example - Color palette switch
*
* Example complexity rating: [] 3/4
*
* Example complexity rating: [] 3/4
*
* NOTE: This example requires raylib OpenGL 3.3 or ES2 versions for shaders support,
* OpenGL 1.1 does not support shaders, recompile raylib to OpenGL 3.3 version.
@ -18,7 +18,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 Marco Lizza (@MarcoLizza) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Marco Lizza (@MarcoLizza) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_postprocessing.c Datei anzeigen

@ -16,7 +16,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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_raymarching.c Datei anzeigen

@ -12,7 +12,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) 2018-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2018-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 3
- 1
examples/shaders/shaders_shadowmap.c Datei anzeigen

@ -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-2025 TheManTheMythTheGameDev (@TheManTheMythTheGameDev)
*
********************************************************************************************/
#include "raylib.h"

+ 1
- 1
examples/shaders/shaders_shapes_textures.c Datei anzeigen

@ -16,7 +16,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) 2015-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_simple_mask.c Datei anzeigen

@ -11,7 +11,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 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
*
********************************************************************************************
*

+ 1
- 1
examples/shaders/shaders_spotlight.c Datei anzeigen

@ -11,7 +11,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 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
*
********************************************************************************************
*

+ 2
- 2
examples/shaders/shaders_texture_drawing.c Datei anzeigen

@ -8,12 +8,12 @@
*
* Example originally created with raylib 2.0, last time updated with raylib 3.7
*
* Example contributed by Michał Ciesielski and reviewed by Ramon Santamaria (@raysan5)
* Example contributed by Michał Ciesielski p">(@ciessielski) 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) 2019-2024 Michał Ciesielski and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Michał Ciesielski (@ciessielski) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_texture_outline.c Datei anzeigen

@ -14,7 +14,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) 2021-2024 Samuel SKiff (@GoldenThumbs) and Ramon Santamaria (@raysan5)
* Copyright (c) 2021-2025 Samuel SKiff (@GoldenThumbs) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 3
- 1
examples/shaders/shaders_texture_tiling.c Datei anzeigen

@ -6,12 +6,14 @@
*
* Example demonstrates how to tile a texture on a 3D model using raylib.
*
* Example originally created with raylib 4.5, last time updated with raylib 4.5
*
* Example contributed by Luis Almeida (@luis605) 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 Luis Almeida (@luis605)
* Copyright (c) 2023-2025 Luis Almeida (@luis605)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_texture_waves.c Datei anzeigen

@ -18,7 +18,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 (@anatagawa) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Anata (@anatagawa) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 2
- 2
examples/shaders/shaders_vertex_displacement.c Datei anzeigen

@ -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 <Alex ZH> (@ZzzhHe)
* Copyright (c) 2023-2025 Alex ZH (@ZzzhHe)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_write_depth.c Datei anzeigen

@ -11,7 +11,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) 2022-2024 Buğra Alptekin Sarı (@BugraAlptekinSari)
* Copyright (c) 2022-2025 Buğra Alptekin Sarı (@BugraAlptekinSari)
*
********************************************************************************************/

+ 1
- 1
examples/shapes/shapes_basic_shapes.c Datei anzeigen

@ -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) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.

Laden…
Abbrechen
Speichern