Ray
84e2cbccc4
Update complexity level for `shapes_digital_clock`
há 1 mês
Ray
a42eb2f79b
REDESIGNED: example: `shapes_digital_clock`
há 1 mês
Ray
ef0dd5f774
REXM: Updated examples after some renames
há 1 mês
Ray
adda398e65
REXM: RENAME: example: `shapes_easings_rectangle_array` --> `shapes_easings_rectangles`
há 1 mês
Ray
5ac0539481
REXM: RENAME: example: `shapes_easings_box_anim` --> `shapes_easings_box`
há 1 mês
Ray
84baaa6ee7
REXM: RENAME: example: `shapes_easings_ball_anim` --> `shapes_easings_ball`
há 1 mês
Ray
b67e7ffc44
REXM: RENAME: example: `shapes_draw_circle_sector` --> `shapes_circle_sector_drawing`
há 1 mês
Ray
16fbca2e8b
REXM: RENAME: example: `shapes_draw_rectangle_rounded` --> `shapes_rounded_rectangle_drawing`
há 1 mês
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
há 1 mês
Ray
1bbd4c3566
REXM: RENAME: example: `shapes_draw_ring` --> `shapes_ring_drawing`
há 1 mês
Ray
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
há 1 mês
Ray
eb816898e5
Revert "Added creation-review years to examples"
This reverts commit b5e25916fc
.
há 1 mês
Ray
b5e25916fc
Added creation-review years to examples
há 1 mês
Ray
7646d08751
Updated some examples with inconsistencies
há 1 mês
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
há 1 mês
Ray
aa475b1046
REVIEWED: Code sections description for consistency
há 1 mês
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
há 1 mês
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
há 1 mês
Hamza RAHAL
507c85900f
fix: [digital_clock] minute hand doesn't appear ( #5151 )
há 1 mês
Ray
a72b4b177b
Updated examples short description
há 1 mês
Ray
4d0c3affaa
REXM: Update examples and lists
há 1 mês
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
há 2 meses
Ray
f0889a74fe
EXAMPLES: Format tweaks
há 2 meses
Ray
f02c7fca8a
Update shapes_double_pendulum.c
há 2 meses
Joecheong2006
10fadd9185
Replaced scalar to float
há 2 meses
Joecheong2006
b6ae5af4e3
Removed redefined RAD and DEG
há 2 meses
Joecheong2006
8a0ab163d3
Changed to 4 spaces
há 2 meses
Joecheong2006
f1714a6234
[examples]: New shapes example - double pendulum
há 2 meses
Ray
8a3a8ee8e3
Update shapes_digital_clock.c
há 4 meses
Ray
5f497d0687
REVIEWED: `shapes_digital_clock` example
há 4 meses
Hamza RAHAL
3f228f4594
[examples] : adding new fancy clock
há 4 meses
Meowster
6d5aedbd38
Add DrawEllipseV and DrawEllipseLinesV
há 4 meses
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
há 7 meses
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
há 7 meses
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>
há 8 meses
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
há 8 meses
Ray
a1896c7a90
REVIEWED: Code/Web-Makefile formatting
há 9 meses
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
há 10 meses
Ray
14d3bbbb86
Update raygui.h
há 11 meses
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"
há 11 meses
Anthony Carbajal
3c5bdae7ab
update shapes bouncing ball ( #4226 )
há 1 ano
Anthony Carbajal
5233b80fb7
update raygui ( #4238 )
há 1 ano
kai-z99
97c02b2425
[examples] Fix some examples ( #4211 )
* Add text
* small typo
há 1 ano
Jeffery Myers
e96bab7ce6
[Build] Fix warnings when building in VS 2022 ( #4095 )
* Update raylib_api.* by CI
* Fix warnings when building examples in MSVC 2022
* fix auto-format that sneaked in there.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
há 1 ano
Ray
715633e0de
REVIEWED: Spline cubic bezier example
há 1 ano
Santiago Pelufo
640eaca8bf
[rshapes] Fix multisegment Bezier splines. ( #3744 )
* [rshapes] Fix multisegment Bezier splines.
It seems to me that these functions are wrong, if you step the index by 1 you move to a control point instead of the next segment.
* Fix example shapes/shapes_splines_drawing for bezier splines.
* Draw circles to fill gaps between bezier segments.
há 1 ano
Ray
77cabc8bf2
Update shapes_draw_rectangle_rounded.c
há 1 ano
Hongyu Ouyang
721e273547
Fix a bug in examples/shapes/shapes_following_eyes ( #3710 )
há 1 ano
Ray
3afb4dda97
Update raygui.h
há 1 ano
Ray
3f1e59a7cf
Update copyright to 2024
há 1 ano