Ray
|
6aada7d5ec
|
Updated examples to raygui 4.0-dev
|
2023-06-09 18:07:25 +02:00 |
|
Ray
|
b59fab7ee6
|
Update year to 2023
|
2023-01-01 16:00:56 +01:00 |
|
Ray
|
4a9391ae83
|
REVIEWED: examples descriptions
|
2022-07-20 01:28:37 +02:00 |
|
Ray
|
c1b01c0d5d
|
Added new comment to examples
|
2022-06-21 19:53:18 +02:00 |
|
Ray
|
609d92003b
|
WARNING: REMOVED raygui from raylib/src/extras
|
2022-06-06 11:11:39 +02:00 |
|
Jeffery Myers
|
daeccd03ac
|
Fix VC warnings for examples (#2085)
|
2021-10-25 10:21:16 +02:00 |
|
raysan5
|
c219fc02cd
|
Review includes to use extras libraries
|
2021-07-28 17:29:49 +02:00 |
|
Ray
|
dcf52c132f
|
Remove trail spaces
|
2021-04-22 18:55:24 +02:00 |
|
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>
|
2021-04-06 14:29:58 +02:00 |
|
frithrah
|
2f367a905e
|
Changed DrawRing and DrawCircleSector angle params from int to float to allow greater accuracy. (#1656)
Co-authored-by: Simon <simon@frithrah.com>
|
2021-03-19 19:13:55 +01:00 |
|
badlydrawnrod
|
6631fc4c6d
|
Fix use of GuiSliderBar in examples. (#1470)
|
2020-12-26 13:02:42 +01:00 |
|
Ray
|
41192c6d4a
|
Replace 0.f by 0.0f
|
2020-10-05 20:19:18 +02:00 |
|
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()
|
2020-08-16 11:28:15 +02:00 |
|
Ray
|
b525039e0a
|
Review ALL examples
|
2019-05-20 16:36:42 +02:00 |
|
Ray
|
424d3ca8d9
|
examples review
Redesigns, deletes and renames
Also noted authors propertly on contributed examples
|
2019-05-14 15:34:23 +02:00 |
|
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)
|
2019-05-03 16:00:16 +02:00 |
|