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
пре 1 месец
Ray
14d3bbbb86
Update raygui.h
пре 1 месец
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"
пре 1 месец
Anthony Carbajal
3c5bdae7ab
update shapes bouncing ball ( #4226 )
пре 4 месеци
Anthony Carbajal
5233b80fb7
update raygui ( #4238 )
пре 4 месеци
kai-z99
97c02b2425
[examples] Fix some examples ( #4211 )
* Add text
* small typo
пре 4 месеци
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>
пре 6 месеци
Ray
715633e0de
REVIEWED: Spline cubic bezier example
пре 6 месеци
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.
пре 6 месеци
Ray
77cabc8bf2
Update shapes_draw_rectangle_rounded.c
пре 8 месеци
Hongyu Ouyang
721e273547
Fix a bug in examples/shapes/shapes_following_eyes ( #3710 )
пре 11 месеци
Ray
3afb4dda97
Update raygui.h
пре 11 месеци
Ray
3f1e59a7cf
Update copyright to 2024
пре 11 месеци
Ray
21dc42d2ad
Updated examples
пре 1 година
Ray
c69b89cc42
Update example: shapes_splines_drawing
пре 1 година
Ray
040b945fef
Reviewed some examples and warnings
пре 1 година
Ray
bbf0c3a46d
REVIEWED: Added new examples to VS2022 solution
пре 1 година
Ray
4b87cc455d
Update shapes_splines_drawing.c
пре 1 година
Ray
f01d3db739
ADDED: `GetSplinePoint*()` functions for spline evaluation
RENAMED: `DrawLine<spline_type>()` to `DrawSpline<spline_type>()` for more consistent and clear naming
REVIEWED: Bezier drawing parameters order, more consistent
REVIEWED: Spline-based examples -WIP-
пре 1 година
Jeffery Myers
6cd37e57a6
Fix warnings in visual studio ( #3512 )
пре 1 година
Ray
fc21a8e552
Update raygui.h
пре 1 година
Ray
f7c3035b8c
Update raygui.h
пре 1 година
Ray
1896268775
Reviewed examples for consistency
пре 1 година
Asdqwe
927a030bbf
Fix examples/shapes/shapes_collision_area.c help instructions ( #3279 )
пре 1 година
Ray
6aada7d5ec
Updated examples to `raygui 4.0-dev`
пре 1 година
Mingjie Shen
7b7c0c83ef
Fix offset used before range check ( #3021 )
This use of offset 'i' should follow the range check.
пре 1 година
Nikolas
89171a2608
Add WASM support for Zig build ( #2901 )
* Add WASM support for Zig build
* Improve Web example building
* Remove emscript example building with Zig again
* Readd windows emscripten variables
пре 1 година
Jeffery Myers
81ca2f0bf3
Fix warnings and bad project settings for 4.5 release ( #2894 )
пре 1 година
Ray
e2a8066fca
Update year to 2023
пре 2 година
Ray
b59fab7ee6
Update year to 2023
пре 2 година
Dor Shapira
bcb47255b9
fixing typo ( #2781 )
fixing typo
пре 2 година
Ray
e59442bfab
REMOVED: `rlPushMatrix()`/`rlPopMatrix()` from `rshapes`
This simplification will allow the usage of `rshapes` as STANDALONE mode in a future. Only a small set of `rlgl` functions are required and they can be "more" easely replaced if no `rlPushMatrix()`/`rlPopMatrix()` are involved.
More simplification planned for the future, maybe the textures dependencies.
пре 2 година
moosey
f049f9dd3a
Tiny documentation fix in reasings.h ( #2640 )
пре 2 година
Ray
b79df1c329
Updated easings examples
пре 2 година
Ray
0ce8a8f360
Remove `easings.h` from raylib/src, moved to examples
пре 2 година
Ray
24e6bf0565
Update shapes_draw_ring.c
пре 2 година
Ray
4a9391ae83
REVIEWED: examples descriptions
пре 2 година
Ray
c1b01c0d5d
Added new comment to examples
пре 2 година
Ray
d37a63fad7
Reviewed easings include
пре 2 година
Ray
609d92003b
WARNING: REMOVED `raygui` from `raylib/src/extras`
пре 2 година
Ray
ca12ef48e9
Fixes #2408
пре 2 година
raysan5
61d0c71b3c
REVIEWED: example: shapes_top_down_lights
пре 2 година
Jeffery Myers
4b998cfd05
[Examples] Top down lights example ( #2199 )
* Start 2d lights example.
* finish example
* update image.
* Cleanup render textures
* Fixes to handle shadows on edges that are near to the light better.
* tabs
* move to shapes
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
пре 2 година
Jeffery Myers
daeccd03ac
Fix VC warnings for examples ( #2085 )
пре 3 година
raysan5
c219fc02cd
Review includes to use extras libraries
пре 3 година
raysan5
a9230a6c07
Update shapes_logo_raylib_anim.c
пре 3 година
raysan5
0624af09fd
Update raygui.h
пре 3 година
Lambert Wang
e39e45824d
Add RenderPolyLinesEx routine ( #1758 )
Co-authored-by: Lambert Wang <lambert.ww@gmail.com>
пре 3 година
Lambert Wang
2545f62565
Added support for additional mouse buttons ( #1753 )
* Added support for additional mouse buttons
* Renamed mouse button enum
Co-authored-by: Lambert Wang <lambert.ww@gmail.com>
пре 3 година
Jeffery Myers
6c518008a5
Fixes for 64 bit typecast warnings ( #1733 )
пре 3 година