Ray
4f9b933b34
REXM: Update examples; `text_unicode_emojis` requires additional resources on Web
před 2 týdny
Ray
109b3b2d2e
REXM: ADDED: example: `text_inline_styling`
před 1 měsícem
Ray
f4250da042
Update text_unicode_ranges.c
před 1 měsícem
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
před 1 měsícem
Ray
a51cb7fe30
REXM: Updated some examples inconsistencies
před 1 měsícem
Ray
7646d08751
Updated some examples with inconsistencies
před 1 měsícem
Ray
33327760f1
REXM: RENAME: example: `text_draw_3d` --> `text_3d_drawing`
před 1 měsícem
Ray
cadd28e5a0
REXM: RENAME: example: `text_raylib_fonts` -> `text_sprite_fonts`
před 1 měsícem
Ray
64d6a90d48
REXM: RENAME: example: `text_unicode` --> `text_unicode_emojis`
před 1 měsícem
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
před 1 měsícem
Ray
9fab2c8a13
REVIEWED: example: `text_unicode_ranges`
před 1 měsícem
Ray
0fd5a1a3f5
REDESIGNED: example: `text_unicode_ranges`
před 1 měsícem
Ray
b16d14f5ed
Update text_font_sdf.c
před 1 měsícem
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
před 1 měsícem
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
před 1 měsícem
Ray
42abcb9492
Updated examples init window title
před 1 měsícem
Ray
a72b4b177b
Updated examples short description
před 1 měsícem
Ray
8b68d548c9
Reviewing some examples titles
před 1 měsícem
Ray
0658abc64c
Update text_raylib_fonts.c
před 1 měsícem
Ray
8ba4ff2143
Renamed directory for sprite fonts
před 1 měsícem
Ray
25d00130a8
REVIEWED: example: `text_unicode_ranges`
před 1 měsícem
Ray
9b598f6bcf
REVIEWED: Shaders formating to follow raylib code conventions
před 2 měsíci
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
před 2 měsíci
Ray
f0889a74fe
EXAMPLES: Format tweaks
před 2 měsíci
Ray
e130775e0d
Updated for resources scanning system
před 2 měsíci
Jordan Zedeck
e91a3697ff
Fixed typo
před 3 měsíci
Zean Key
77f31178ed
fixed text_draw_3d
před 5 měsíci
Zean Key
869ae8bbd2
[example] fix text size in text_draw_3d
před 5 měsíci
Gunko Vadim
53cbd3cb11
rename
před 6 měsíci
Gunko Vadim
0d86084709
Update text_unicode_font_example.c
The creation of the array has been rewritten, the size of the example has been reduced
před 6 měsíci
Gunko Vadim
4184a5b251
Update text_unicode_font_example.c
před 6 měsíci
Gunko Vadim
5d7e8010a5
example unicode font
A review of the code is required. Since I'm not sure what's written correctly at all.
před 6 měsíci
jordan4ibanez
7cae259a6d
Reviewed shaders comment wording ( #4793 )
před 7 měsíci
Jay Rhoden
015ab9df18
Amend comment to explain what LoadCodepoints is doing. ( #4787 )
As a beginner, it was not clear to me what the purpose of the LoadCodepoints function is. I am trying to help past me.
před 7 měsíci
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>
před 8 měsíci
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
před 8 měsíci
Hakunamawatta
43dbaf21e7
[examples] Fix broken link ( #4674 )
před 9 měsíci
Anthony Carbajal
e4529ff8f9
update text input box ( #4229 )
před 1 rokem
Anthony Carbajal
243801c2d1
update text writing anim ( #4230 )
před 1 rokem
Ray
b03c8ba945
WARNING: BREAKING: REDESIGN: `SetTextLineSpacing()`
Redesigned function to only consider separation between the end of vertical size of one line and the beginning of next line
před 1 rokem
aiafrasinei
3b7be85151
Screen space related functions consistency ( #3830 )
* Screen/world-space related functions rename
* Update raylib_api.* by CI
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
před 1 rokem
aiafrasinei
2aed94cfc2
Fix examples warnings for macos ( #3842 )
před 1 rokem
Ray
3f1e59a7cf
Update copyright to 2024
před 1 rokem
Ray
040b945fef
Reviewed some examples and warnings
před 1 rokem
Ray
64d64cc181
REVIEWED: Potential code issues reported by CodeQL #3476
před 1 rokem
MichaelFiber
18e9784c6d
Remove PLATFORM_RPI ( #3232 )
* Remove PLATFORM_RPI
* remove build artifacts
---------
Co-authored-by: MichaelFiber <michael@cubeofb.org>
Co-authored-by: Ray <raysan5@gmail.com>
před 2 roky
Ray
d41e3141f1
REVIEWED: Added `SetTextLineSpacing()` to multiline examples
před 2 roky
ubkp
016b7d0a3a
Fix text_unicode.c example crashing ( #3250 )
* Fix text_unicode.c example crashing
* Adjust the text_unicode.c example crashing fix
před 2 roky
Ray
ea590c44a9
REVIEWED: Camera redesign PR
před 2 roky
Crydsch Cube
73989a4981
WIP rcamera redesign vector ( #2563 )
* core functionality CAMERA_FREE
* fix example
* add remaining camera modes
* add view bobbing
* view bobbing
* catch curser in SetCameraMode
* adjust examples
* fix compilation on linux
* fix example text_draw_3d
* actually fix text_draw_3d
* Updated camera API
* Improve Vector3RotateByAxisAngle() function
* remove camera.mode dependency from low-level functions
* remove camera.mode from struct
* fixes after rebase
* adjust examples for new UpdateCamera function
* adjust example models_loading_m3d
---------
Co-authored-by: Ray <raysan5@gmail.com>
před 2 roky