Ray
912085c831
Update raygui
2026-07-31 13:48:34 +02:00
Ray
86684cd246
Merge branch 'master' of https://github.com/raysan5/raylib
2026-07-26 16:58:14 +02:00
Ray
f3d7d5a3cd
Update raygui
2026-07-26 16:58:01 +02:00
Jeffery Myers
a18051fdd9
Fix various warnings when building in VC2022 ( #6020 )
2026-07-26 15:10:19 +02:00
Ray
1c3a7748ea
Update examples dep. raygui 5.0
2026-07-21 08:40:56 +02:00
Ray
6ff51d3a2a
Update audio_amp_envelope.c
2026-04-04 11:13:29 +02:00
Ray
ea6292e27a
REVIEWED: example: audio_amp_envelope, code formating to follow raylib code conventions #5713
2026-04-04 11:12:30 +02:00
Arbinda Rizki Muhammad
bb7b8d70e9
Example/audio adsr ( #5713 )
...
* add audio_amp_envelope example
* Change 1.0f to env->sustainLevel in case the user
release the spacebar before attack state done
2026-04-04 11:04:24 +02:00
Ray
fb0f83bc91
Remove trailing spaces on shaders
2026-03-29 01:10:29 +01:00
Ray
0f0983c065
Remove trailing spaces
2026-03-25 16:51:02 +01:00
Ray
1eea511070
Remove trailing spaces
2026-03-16 17:51:53 +01:00
Ray
7401214e92
Update audio_stream_callback.c
2026-03-16 17:14:53 +01:00
Ray
e2aed43410
Update examples version to latest raylib 6.0
2026-03-16 17:03:02 +01:00
dan-hoang
70cb8d15e0
[examples] Add audio_stream_callback ( #5638 )
...
* Add audio_raw_stream_callback.c
* Update audio_raw_stream_callback.c to more closely follow raylib coding conventions
* Remove spaces before asterisks in comments in audio_raw_stream_callback.c
* Put SetTargetFPS(30) before while(!WindowShouldClose()) in audio_raw_stream_callback.c
* Add audio_stream_callback.c
* Delete examples/audio/audio_raw_stream_callback.c
* Delete examples/audio/audio_raw_stream_callback.png
* Update audio_raw_stream.c to more closely follow raylib coding conventions
Drawing code wasn't tabbed in
* Remove screenshot code in audio_stream_callback.c
* Update raylib version and copyright year in audio_raw_stream.c
* Update audio_stream_callback.c
Used if instead of switch to compact code; seemed more readable in this case.
2026-03-13 18:51:49 +01:00
dan-hoang
ee4f4a29c2
[examples] Update audio_raw_stream.c ( #5637 )
...
* Update audio_raw_stream.c
* Update audio_raw_stream.c to more closely follow raylib coding conventions
* Update audio_raw_stream.c to more closely follow raylib coding conventions
I accidentally put the file in the wrong folder.
* Delete examples/audio_raw_stream.c
* Remove spaces before asterisks in comments in audio_raw_stream.c
* Put SetTargetFPS(30) before while (!WindowShouldClose()) in audio_raw_stream.c
2026-03-12 11:33:47 +01:00
Jeffery Myers
28288fafb1
Fix MSVC warnings. ( #5619 )
2026-03-04 07:52:50 +01:00
Thomas Anderson
a78d575f75
change attenuation distance ( #5555 )
2026-02-14 22:11:18 +01:00
Ray
fbed591a6f
Reviewed example
2026-01-17 20:15:45 +01:00
Jeffery Myers
b00cbdaf49
Cleanup warnings in examples ( #5467 )
2026-01-03 22:38:51 +01:00
Ray
80ed6eadb8
REXM: RENAME: audio_fft_spectrum_visualizer -> audio_spectrum_visualizer
2025-11-25 12:15:14 +01:00
Ray
727a90c5d1
REVIEWED: Formatting to follow raylib conventions
2025-11-22 20:16:33 +01:00
Ray
30cd36a8a9
Update audio_music_stream.c
2025-11-20 00:03:08 +01:00
Ray
67f24b3b41
Update audio_sound_positioning.c
2025-11-20 00:01:06 +01:00
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
2025-11-19 13:18:10 +01:00
Ray
5fdf178969
REVIEWED: audio_fft_spectrum_visualizer, not working on web
2025-11-19 12:30:38 +01:00
Ray
e3738c1b17
REXM: UPDATE: Reviewed all examples requirements
2025-11-19 11:53:55 +01:00
iann
4dca02daa5
first draft of audio fft spectrum visualizer ( #5348 )
2025-11-13 23:12:11 +01:00
Jeffery Myers
7191749d66
[examples] Fix examples to work in MSVC ( #5267 )
...
* Fix warnings in many examples
Add examples to MSVC solution correctly
* fix CI error
---------
Co-authored-by: Ray <raysan5@gmail.com >
2025-10-15 19:02:52 +02:00
Ray
266b8efbd6
REXM: Reviewed examples inconsistencies
2025-09-07 12:05:11 +02:00
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
2025-09-07 12:01:51 +02:00
Ray
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
2025-09-07 11:04:00 +02:00
Ray
a51cb7fe30
REXM: Updated some examples inconsistencies
2025-09-04 19:15:37 +02:00
Ray
7646d08751
Updated some examples with inconsistencies
2025-09-04 18:57:00 +02:00
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
2025-09-02 12:10:16 +02:00
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
2025-08-29 14:53:16 +02:00
Ray
42abcb9492
Updated examples init window title
2025-08-26 00:36:32 +02:00
Ray
a72b4b177b
Updated examples short description
2025-08-26 00:32:24 +02:00
Ray
570082deba
WARNING: **NEW** raylib code CONVENTION: Comments do not end with '.'
2025-08-07 18:23:20 +02:00
Ray
f0889a74fe
EXAMPLES: Format tweaks
2025-08-07 17:08:22 +02:00
Ray
64fbf07e7b
Update audio_sound_multi.c
2025-08-07 17:06:11 +02:00
Daniel Abbott
696f225f29
Update audio_sound_positioning.c
...
Calculate `right` Vector3 for correct audio stereo positioning.
2025-04-30 10:12:35 -06:00
Ray
cc5739a6d7
REVIEWED: Some PRs formating
2025-04-13 20:55:38 +02:00
Bigfoot71
a554ef339b
add audio_sound_positionning example
2025-04-09 17:27:45 +02:00
Anstro Pleuton
945f181f1d
[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 >
2025-01-18 19:41:56 +01:00
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
...
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
2025-01-17 10:42:30 +01:00
Jeffery Myers
9ef678d90a
Fix warnings ( #4239 )
...
* Update raylib_api.* by CI
* Fix typecast warnings
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-09 08:54:22 +02:00
Anthony Carbajal
4b84b5563e
Update audio mixed processor ( #4214 )
...
* updated audio mixed processor
* remove float cast, better parenthesis
2024-08-06 18:29:10 +02:00
Jeffery Myers
e96bab7ce6
[Build] Fix warnings when building in VS 2022 ( #4095 )
...
* Update raylib_api.* by CI
* Fix warnings when building examples in MSVC 2022
* fix auto-format that sneaked in there.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-24 17:47:32 +02:00
Ray
a6a08c75eb
Update corrupted-header sounds #3554
2024-04-17 18:30:02 +02:00
Ray
3f1e59a7cf
Update copyright to 2024
2024-01-02 20:58:12 +01:00