Ray
7e3b7cd349
REVIEWED: `DrawLineDashed()`
1 tydzień temu
Ray
377853bb32
REXM: Updated new examples requried files
1 tydzień temu
Ray
5d9c11e165
Updated examples
1 tydzień temu
Robin ❤️
a5a5d3f347
removed unneeded include ( #5225 )
1 tydzień temu
Luís Almeida
f680776941
feat:Added DrawLineDashed() and a new example explaining how to use this new function. ( #5222 )
1 tydzień temu
Jopestpe
0e2e8ce225
[examples] Update `shapes_bouncing_ball` with gravity ( #5217 )
* [examples] Add shapes_bouncing_ball with gravity
* gravity could be enabled/disabled
1 tydzień temu
Ray
5d9352a0a1
Update shapes_bullet_hell.c
1 tydzień temu
zero
56e32f2c3e
ADDED: example: `shapes_bullet_hell` ( #5218 )
* add shapes_bullet_hell example
* adjust example count
1 tydzień temu
Ray
84e2cbccc4
Update complexity level for `shapes_digital_clock`
1 miesiąc temu
Ray
a42eb2f79b
REDESIGNED: example: `shapes_digital_clock`
1 miesiąc temu
Ray
ef0dd5f774
REXM: Updated examples after some renames
1 miesiąc temu
Ray
adda398e65
REXM: RENAME: example: `shapes_easings_rectangle_array` --> `shapes_easings_rectangles`
1 miesiąc temu
Ray
5ac0539481
REXM: RENAME: example: `shapes_easings_box_anim` --> `shapes_easings_box`
1 miesiąc temu
Ray
84baaa6ee7
REXM: RENAME: example: `shapes_easings_ball_anim` --> `shapes_easings_ball`
1 miesiąc temu
Ray
b67e7ffc44
REXM: RENAME: example: `shapes_draw_circle_sector` --> `shapes_circle_sector_drawing`
1 miesiąc temu
Ray
16fbca2e8b
REXM: RENAME: example: `shapes_draw_rectangle_rounded` --> `shapes_rounded_rectangle_drawing`
1 miesiąc temu
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
1 miesiąc temu
Ray
1bbd4c3566
REXM: RENAME: example: `shapes_draw_ring` --> `shapes_ring_drawing`
1 miesiąc temu
Ray
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
1 miesiąc temu
Ray
eb816898e5
Revert "Added creation-review years to examples"
This reverts commit b5e25916fc
.
1 miesiąc temu
Ray
b5e25916fc
Added creation-review years to examples
1 miesiąc temu
Ray
7646d08751
Updated some examples with inconsistencies
1 miesiąc temu
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
1 miesiąc temu
Ray
aa475b1046
REVIEWED: Code sections description for consistency
1 miesiąc temu
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
1 miesiąc temu
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
1 miesiąc temu
Hamza RAHAL
507c85900f
fix: [digital_clock] minute hand doesn't appear ( #5151 )
1 miesiąc temu
Ray
a72b4b177b
Updated examples short description
1 miesiąc temu
Ray
4d0c3affaa
REXM: Update examples and lists
1 miesiąc temu
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
2 miesięcy temu
Ray
f0889a74fe
EXAMPLES: Format tweaks
2 miesięcy temu
Ray
f02c7fca8a
Update shapes_double_pendulum.c
2 miesięcy temu
Joecheong2006
10fadd9185
Replaced scalar to float
2 miesięcy temu
Joecheong2006
b6ae5af4e3
Removed redefined RAD and DEG
2 miesięcy temu
Joecheong2006
8a0ab163d3
Changed to 4 spaces
2 miesięcy temu
Joecheong2006
f1714a6234
[examples]: New shapes example - double pendulum
2 miesięcy temu
Ray
8a3a8ee8e3
Update shapes_digital_clock.c
4 miesięcy temu
Ray
5f497d0687
REVIEWED: `shapes_digital_clock` example
4 miesięcy temu
Hamza RAHAL
3f228f4594
[examples] : adding new fancy clock
4 miesięcy temu
Meowster
6d5aedbd38
Add DrawEllipseV and DrawEllipseLinesV
4 miesięcy temu
Amy Wilder
61a026f7ef
[examples] Reorganize some conditions to fix overlap bugs ( #4829 )
* Reorganize some conditions to fix overlap bugs
* Fix edge case where control point selection outlives mouse down
7 miesięcy temu
sleeptightAnsiC
f430d72a8c
[examples] fix: use quotation marks when including raylib.h ( #4821 )
...so it will always prioritize local version of raylib instead of
system-wide installations, which is a huge problem when testing any
changes done locally to raylib as it might cause silent mismatch issues.
There were only 4 examples affected by this issue which were using
`#include <raylib.h>`. Other examples use proper `#include "raylib.h"`
Fixes: https://github.com/raysan5/raylib/issues/4820
7 miesięcy temu
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 miesięcy temu
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
8 miesięcy temu
Ray
a1896c7a90
REVIEWED: Code/Web-Makefile formatting
9 miesięcy temu
Jeffery Myers
a2f6ae6796
Fix warnings in examples ( #4492 )
Move shapes/shapes_rectangle_advanced to the correct folder in MSVC project
Add core_input_virtual_controls.vcxproj back into sln file
11 miesięcy temu
Ray
14d3bbbb86
Update raygui.h
11 miesięcy temu
Everton Jr.
ad79d4a884
[shapes] Add `shapes_rectangle_advanced ` example implementing a `DrawRectangleRoundedGradientH` function ( #4435 )
* [rshapes] Add function
* "[shapes] rectangle advanced: fix screen width and height to fit with other examples"
11 miesięcy temu
Anthony Carbajal
3c5bdae7ab
update shapes bouncing ball ( #4226 )
1 rok temu
Anthony Carbajal
5233b80fb7
update raygui ( #4238 )
1 rok temu