Ray
3f1e59a7cf
Update copyright to 2024
hace 11 meses
Jeffery Myers
81ca2f0bf3
Fix warnings and bad project settings for 4.5 release ( #2894 )
hace 1 año
Ray
b59fab7ee6
Update year to 2023
hace 2 años
Ray
84a2a88572
WARNING: REMOVED: `DrawTexturePoly()`
Function moved to `examples/textures/textures_polygon.c`, so users can learn from the implementation and create custom variants as required.
hace 2 años
Ray
4a9391ae83
REVIEWED: examples descriptions
hace 2 años
Ray
c1b01c0d5d
Added new comment to examples
hace 2 años
raysan5
c20df9aa47
Reviewed examples
hace 3 años
Ray
239c37246a
WARNING: REVIEWED: Follow a set of conventions
CONVENTIONS:
- Functions are always self-contained, no function use another raymath function inside, required code is directly re-implemented inside
- Functions input parameters are always received by value
- Functions use always a "result" variable for return
- Functions are always defined inline
- Angles are always in radians (DEG2RAD/RAD2DEG macros provided for convenience)
hace 3 años
Ray
dcf52c132f
Remove trail spaces
hace 3 años
raysan5
bc6b16beb2
REVIEWED: DrawTexturePoly()
hace 3 años
chriscamacho
9569d6a802
Add DrawTexturedPoly and example ( #1677 )
* adds DrawTexturedPoly with example
* the actual example ... ahem
* moved DrawTexturePoly to textures function and example
NB function name changed to fit with other DrawTextureXXX functions
(no "d" )
Co-authored-by: codifies <you@example.com>
hace 3 años
raysan5
c32ae480af
RENAMED: FormatText() -> TextFormat()
This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText()
hace 4 años
Ray
b525039e0a
Review ALL examples
hace 5 años
Ray
dd4dd0e87d
Reorganize examples folder
hace 7 años
raysan5
183795b8aa
Review literals type
hace 9 años
raysan5
12581c1721
Changed mail address by twitter user
Probably more useful...
hace 9 años
raysan5
51688c004c
Code cleaning, removed useless spaces
hace 10 años
raysan5
5ecb6801fa
Examples renaming and test examples merge
Examples have been renamed for coherence with raylib modules and test
examples have been merged into examples folder.
hace 10 años
raysan5
a68818e320
Update to version 1.0.6
Check CHANGELOG for the list of changes in this release!
hace 10 años
raysan5
e9143b8a8d
Added some functions and Updated examples
View CHANGELOG for details
hace 11 años
raysan5
ccf2608091
Replaced tab by 4 spaces and adjust text
hace 11 años
Ray
46f10b45ad
raylib basic folders structure and some files... ;)
hace 11 años