Ray
7e3b7cd349
REVIEWED: `DrawLineDashed()`
il y a 2 semaines
Ray
377853bb32
REXM: Updated new examples requried files
il y a 2 semaines
Ray
5d9c11e165
Updated examples
il y a 2 semaines
Robin ❤️
a5a5d3f347
removed unneeded include ( #5225 )
il y a 2 semaines
Luís Almeida
f680776941
feat:Added DrawLineDashed() and a new example explaining how to use this new function. ( #5222 )
il y a 2 semaines
Jopestpe
0e2e8ce225
[examples] Update `shapes_bouncing_ball` with gravity ( #5217 )
* [examples] Add shapes_bouncing_ball with gravity
* gravity could be enabled/disabled
il y a 3 semaines
Ray
5d9352a0a1
Update shapes_bullet_hell.c
il y a 3 semaines
zero
56e32f2c3e
ADDED: example: `shapes_bullet_hell` ( #5218 )
* add shapes_bullet_hell example
* adjust example count
il y a 3 semaines
Ray
84e2cbccc4
Update complexity level for `shapes_digital_clock`
il y a 1 mois
Ray
a42eb2f79b
REDESIGNED: example: `shapes_digital_clock`
il y a 1 mois
Ray
ef0dd5f774
REXM: Updated examples after some renames
il y a 1 mois
Ray
adda398e65
REXM: RENAME: example: `shapes_easings_rectangle_array` --> `shapes_easings_rectangles`
il y a 1 mois
Ray
5ac0539481
REXM: RENAME: example: `shapes_easings_box_anim` --> `shapes_easings_box`
il y a 1 mois
Ray
84baaa6ee7
REXM: RENAME: example: `shapes_easings_ball_anim` --> `shapes_easings_ball`
il y a 1 mois
Ray
b67e7ffc44
REXM: RENAME: example: `shapes_draw_circle_sector` --> `shapes_circle_sector_drawing`
il y a 1 mois
Ray
16fbca2e8b
REXM: RENAME: example: `shapes_draw_rectangle_rounded` --> `shapes_rounded_rectangle_drawing`
il y a 1 mois
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
il y a 1 mois
Ray
1bbd4c3566
REXM: RENAME: example: `shapes_draw_ring` --> `shapes_ring_drawing`
il y a 1 mois
Ray
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
il y a 1 mois
Ray
eb816898e5
Revert "Added creation-review years to examples"
This reverts commit b5e25916fc
.
il y a 1 mois
Ray
b5e25916fc
Added creation-review years to examples
il y a 1 mois
Ray
7646d08751
Updated some examples with inconsistencies
il y a 1 mois
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
il y a 1 mois
Ray
aa475b1046
REVIEWED: Code sections description for consistency
il y a 1 mois
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
il y a 1 mois
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
il y a 1 mois
Hamza RAHAL
507c85900f
fix: [digital_clock] minute hand doesn't appear ( #5151 )
il y a 1 mois
Ray
a72b4b177b
Updated examples short description
il y a 1 mois
Ray
4d0c3affaa
REXM: Update examples and lists
il y a 1 mois
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
il y a 2 mois
Ray
f0889a74fe
EXAMPLES: Format tweaks
il y a 2 mois
Ray
f02c7fca8a
Update shapes_double_pendulum.c
il y a 2 mois
Joecheong2006
10fadd9185
Replaced scalar to float
il y a 3 mois
Joecheong2006
b6ae5af4e3
Removed redefined RAD and DEG
il y a 3 mois
Joecheong2006
8a0ab163d3
Changed to 4 spaces
il y a 3 mois
Joecheong2006
f1714a6234
[examples]: New shapes example - double pendulum
il y a 3 mois
Ray
8a3a8ee8e3
Update shapes_digital_clock.c
il y a 4 mois
Ray
5f497d0687
REVIEWED: `shapes_digital_clock` example
il y a 4 mois
Hamza RAHAL
3f228f4594
[examples] : adding new fancy clock
il y a 4 mois
Meowster
6d5aedbd38
Add DrawEllipseV and DrawEllipseLinesV
il y a 4 mois
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
il y a 7 mois
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
il y a 7 mois
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>
il y a 9 mois
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
il y a 9 mois
Ray
a1896c7a90
REVIEWED: Code/Web-Makefile formatting
il y a 9 mois
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
il y a 11 mois
Ray
14d3bbbb86
Update raygui.h
il y a 11 mois
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"
il y a 11 mois
Anthony Carbajal
3c5bdae7ab
update shapes bouncing ball ( #4226 )
il y a 1 an
Anthony Carbajal
5233b80fb7
update raygui ( #4238 )
il y a 1 an