Ray
4f9b933b34
REXM: Update examples; `text_unicode_emojis` requires additional resources on Web
преди 2 седмици
Ray
109b3b2d2e
REXM: ADDED: example: `text_inline_styling`
преди 1 месец
Ray
f4250da042
Update text_unicode_ranges.c
преди 1 месец
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
преди 1 месец
Ray
a51cb7fe30
REXM: Updated some examples inconsistencies
преди 1 месец
Ray
7646d08751
Updated some examples with inconsistencies
преди 1 месец
Ray
33327760f1
REXM: RENAME: example: `text_draw_3d` --> `text_3d_drawing`
преди 1 месец
Ray
cadd28e5a0
REXM: RENAME: example: `text_raylib_fonts` -> `text_sprite_fonts`
преди 1 месец
Ray
64d6a90d48
REXM: RENAME: example: `text_unicode` --> `text_unicode_emojis`
преди 1 месец
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
преди 1 месец
Ray
9fab2c8a13
REVIEWED: example: `text_unicode_ranges`
преди 1 месец
Ray
0fd5a1a3f5
REDESIGNED: example: `text_unicode_ranges`
преди 1 месец
Ray
b16d14f5ed
Update text_font_sdf.c
преди 1 месец
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
преди 1 месец
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
преди 1 месец
Ray
42abcb9492
Updated examples init window title
преди 1 месец
Ray
a72b4b177b
Updated examples short description
преди 1 месец
Ray
8b68d548c9
Reviewing some examples titles
преди 1 месец
Ray
0658abc64c
Update text_raylib_fonts.c
преди 1 месец
Ray
8ba4ff2143
Renamed directory for sprite fonts
преди 1 месец
Ray
25d00130a8
REVIEWED: example: `text_unicode_ranges`
преди 1 месец
Ray
9b598f6bcf
REVIEWED: Shaders formating to follow raylib code conventions
преди 2 месеца
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
преди 2 месеца
Ray
f0889a74fe
EXAMPLES: Format tweaks
преди 2 месеца
Ray
e130775e0d
Updated for resources scanning system
преди 2 месеца
Jordan Zedeck
e91a3697ff
Fixed typo
преди 3 месеца
Zean Key
77f31178ed
fixed text_draw_3d
преди 5 месеца
Zean Key
869ae8bbd2
[example] fix text size in text_draw_3d
преди 5 месеца
Gunko Vadim
53cbd3cb11
rename
преди 6 месеца
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
преди 6 месеца
Gunko Vadim
4184a5b251
Update text_unicode_font_example.c
преди 6 месеца
Gunko Vadim
5d7e8010a5
example unicode font
A review of the code is required. Since I'm not sure what's written correctly at all.
преди 6 месеца
jordan4ibanez
7cae259a6d
Reviewed shaders comment wording ( #4793 )
преди 7 месеца
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.
преди 7 месеца
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>
преди 8 месеца
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
преди 8 месеца
Hakunamawatta
43dbaf21e7
[examples] Fix broken link ( #4674 )
преди 9 месеца
Anthony Carbajal
e4529ff8f9
update text input box ( #4229 )
преди 1 година
Anthony Carbajal
243801c2d1
update text writing anim ( #4230 )
преди 1 година
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
преди 1 година
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>
преди 1 година
aiafrasinei
2aed94cfc2
Fix examples warnings for macos ( #3842 )
преди 1 година
Ray
3f1e59a7cf
Update copyright to 2024
преди 1 година
Ray
040b945fef
Reviewed some examples and warnings
преди 1 година
Ray
64d64cc181
REVIEWED: Potential code issues reported by CodeQL #3476
преди 1 година
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>
преди 2 години
Ray
d41e3141f1
REVIEWED: Added `SetTextLineSpacing()` to multiline examples
преди 2 години
ubkp
016b7d0a3a
Fix text_unicode.c example crashing ( #3250 )
* Fix text_unicode.c example crashing
* Adjust the text_unicode.c example crashing fix
преди 2 години
Ray
ea590c44a9
REVIEWED: Camera redesign PR
преди 2 години
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>
преди 2 години