Jeffery Myers
|
daeccd03ac
|
Fix VC warnings for examples (#2085)
|
há 3 anos |
raysan5
|
c219fc02cd
|
Review includes to use extras libraries
|
há 3 anos |
Ray
|
dcf52c132f
|
Remove trail spaces
|
há 3 anos |
frithrah
|
b2545e053a
|
Minimum number of segments in circle sector functions changed from hard-coded to based on degree range. (#1707)
Co-authored-by: Simon <simon@frithrah.com>
|
há 3 anos |
frithrah
|
2f367a905e
|
Changed DrawRing and DrawCircleSector angle params from int to float to allow greater accuracy. (#1656)
Co-authored-by: Simon <simon@frithrah.com>
|
há 4 anos |
badlydrawnrod
|
6631fc4c6d
|
Fix use of GuiSliderBar in examples. (#1470)
|
há 4 anos |
Ray
|
41192c6d4a
|
Replace 0.f by 0.0f
|
há 4 anos |
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()
|
há 4 anos |
Ray
|
b525039e0a
|
Review ALL examples
|
há 5 anos |
Ray
|
424d3ca8d9
|
examples review
Redesigns, deletes and renames
Also noted authors propertly on contributed examples
|
há 5 anos |
Ray
|
62f1511e5f
|
Batch of 9 new shapes examples!
Some examples included in this batch require the included libraries: `easings.h` and `raygui.h`. Examples included:
- shapes_bouncing_ball
- shapes_collision_area
- shapes_following_eyes
- shapes_draw_circle_sector (requires raygui.h)
- shapes_draw_rectangle_rounded (requires raygui.h)
- shapes_draw_ring (requires raygui.h)
- shapes_easings_ball_anim (requires easings.h)
- shapes_easings_box_anim (requires easings.h)
- shapes_easings_rectangle_array (requires easings.h)
|
há 5 anos |