David Buzatto
b1f8cde329
[examples] Added: `text_strings_management` ( #5379 )
* new shapes example - penrose tile
* stack cleanup
* proper use of strnlen, strncat and strncpy
* typo correction
* update screenshot of shapes_penrose_tile example
* new example for strings management
* Improved structure for text_strings_management
1 day ago
Ray
ed5da45203
Update LICENSE.md #5380
1 day ago
Ray
18e1ec504f
Updated example
4 days ago
John Jimenez
e273aaea1e
[examples] text_inline_styling: make inline text and background colors respect base alpha ( #5373 )
* Added source alpha multiplier for text inline styling examples
* Added header description about base alpha multiplier
4 days ago
Ray
727a90c5d1
REVIEWED: Formatting to follow raylib conventions
1 week ago
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
2 weeks ago
Ray
83a167ca3f
Update text_inline_styling.c
2 weeks ago
Adeeb Shihadeh
40594f3ec0
Fix typo in font loading documentation ( #5308 )
1 month ago
Ray
8e052b81b4
REVIEWED: New examples on VS project
1 month ago
themushroompirates
047c9d2052
Added text alignment example ( #5254 )
Co-authored-by: Ray <raysan5@gmail.com>
1 month ago
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>
1 month ago
Ray
f62565dc72
Update text_unicode_ranges.c
1 month ago
Ray
4f9b933b34
REXM: Update examples; `text_unicode_emojis` requires additional resources on Web
2 months ago
Ray
109b3b2d2e
REXM: ADDED: example: `text_inline_styling`
2 months ago
Ray
f4250da042
Update text_unicode_ranges.c
2 months ago
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
2 months ago
Ray
a51cb7fe30
REXM: Updated some examples inconsistencies
3 months ago
Ray
7646d08751
Updated some examples with inconsistencies
3 months ago
Ray
33327760f1
REXM: RENAME: example: `text_draw_3d` --> `text_3d_drawing`
3 months ago
Ray
cadd28e5a0
REXM: RENAME: example: `text_raylib_fonts` -> `text_sprite_fonts`
3 months ago
Ray
64d6a90d48
REXM: RENAME: example: `text_unicode` --> `text_unicode_emojis`
3 months ago
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
3 months ago
Ray
9fab2c8a13
REVIEWED: example: `text_unicode_ranges`
3 months ago
Ray
0fd5a1a3f5
REDESIGNED: example: `text_unicode_ranges`
3 months ago
Ray
b16d14f5ed
Update text_font_sdf.c
3 months ago
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
3 months ago
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
3 months ago
Ray
42abcb9492
Updated examples init window title
3 months ago
Ray
a72b4b177b
Updated examples short description
3 months ago
Ray
8b68d548c9
Reviewing some examples titles
3 months ago
Ray
0658abc64c
Update text_raylib_fonts.c
3 months ago
Ray
8ba4ff2143
Renamed directory for sprite fonts
3 months ago
Ray
25d00130a8
REVIEWED: example: `text_unicode_ranges`
3 months ago
Ray
9b598f6bcf
REVIEWED: Shaders formating to follow raylib code conventions
3 months ago
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
3 months ago
Ray
f0889a74fe
EXAMPLES: Format tweaks
3 months ago
Ray
e130775e0d
Updated for resources scanning system
4 months ago
Jordan Zedeck
e91a3697ff
Fixed typo
5 months ago
Zean Key
77f31178ed
fixed text_draw_3d
7 months ago
Zean Key
869ae8bbd2
[example] fix text size in text_draw_3d
7 months ago
Gunko Vadim
53cbd3cb11
rename
7 months ago
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
7 months ago
Gunko Vadim
4184a5b251
Update text_unicode_font_example.c
7 months ago
Gunko Vadim
5d7e8010a5
example unicode font
A review of the code is required. Since I'm not sure what's written correctly at all.
7 months ago
jordan4ibanez
7cae259a6d
Reviewed shaders comment wording ( #4793 )
9 months ago
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.
9 months ago
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>
10 months ago
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
10 months ago
Hakunamawatta
43dbaf21e7
[examples] Fix broken link ( #4674 )
10 months ago
Anthony Carbajal
e4529ff8f9
update text input box ( #4229 )
1 year ago