summaryrefslogtreecommitdiffhomepage
path: root/examples/shapes
AgeCommit message (Collapse)Author
2024-06-24[Build] Fix warnings when building in VS 2022 (#4095)Jeffery Myers
* 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>
2024-06-16REVIEWED: Spline cubic bezier exampleRay
2024-06-16[rshapes] Fix multisegment Bezier splines. (#3744)Santiago Pelufo
* [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.
2024-04-20Update shapes_draw_rectangle_rounded.cRay
2024-01-06Fix a bug in examples/shapes/shapes_following_eyes (#3710)Hongyu Ouyang
2024-01-05Update raygui.hRay
2024-01-02Update copyright to 2024Ray
2023-11-09Updated examplesRay
2023-11-09Update example: shapes_splines_drawingRay
2023-11-08Reviewed some examples and warningsRay
2023-11-08REVIEWED: Added new examples to VS2022 solutionRay
2023-11-07Update shapes_splines_drawing.cRay
2023-11-07ADDED: `GetSplinePoint*()` functions for spline evaluationRay
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-
2023-11-06Fix warnings in visual studio (#3512)Jeffery Myers
2023-11-06Update raygui.hRay
2023-09-24Update raygui.hRay
2023-09-08Reviewed examples for consistencyRay
2023-08-30Fix examples/shapes/shapes_collision_area.c help instructions (#3279)Asdqwe
2023-06-09Updated examples to `raygui 4.0-dev`Ray
2023-04-22Fix offset used before range check (#3021)Mingjie Shen
This use of offset 'i' should follow the range check.
2023-02-01Add WASM support for Zig build (#2901)Nikolas
* Add WASM support for Zig build * Improve Web example building * Remove emscript example building with Zig again * Readd windows emscripten variables
2023-01-27Fix warnings and bad project settings for 4.5 release (#2894)Jeffery Myers
2023-01-01Update year to 2023Ray
2023-01-01Update year to 2023Ray
2022-10-26fixing typo (#2781)Dor Shapira
fixing typo
2022-09-05REMOVED: `rlPushMatrix()`/`rlPopMatrix()` from `rshapes`Ray
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.
2022-08-15Tiny documentation fix in reasings.h (#2640)moosey
2022-08-02Updated easings examplesRay
2022-08-02Remove `easings.h` from raylib/src, moved to examplesRay
2022-08-02Update shapes_draw_ring.cRay
2022-07-20REVIEWED: examples descriptionsRay
2022-06-21Added new comment to examplesRay
2022-06-12Reviewed easings includeRay
2022-06-06WARNING: REMOVED `raygui` from `raylib/src/extras`Ray
2022-03-24Fixes #2408Ray
2022-01-16REVIEWED: example: shapes_top_down_lightsraysan5
2022-01-16[Examples] Top down lights example (#2199)Jeffery Myers
* 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 <[email protected]>
2021-10-25Fix VC warnings for examples (#2085)Jeffery Myers
2021-07-28Review includes to use extras librariesraysan5
2021-07-28Update shapes_logo_raylib_anim.craysan5
2021-06-26Update raygui.hraysan5
2021-05-10Add RenderPolyLinesEx routine (#1758)Lambert Wang
Co-authored-by: Lambert Wang <[email protected]>
2021-05-08Added support for additional mouse buttons (#1753)Lambert Wang
* Added support for additional mouse buttons * Renamed mouse button enum Co-authored-by: Lambert Wang <[email protected]>
2021-04-25Fixes for 64 bit typecast warnings (#1733)Jeffery Myers
2021-04-22Remove trail spacesRay
2021-04-06Minimum number of segments in circle sector functions changed from ↵frithrah
hard-coded to based on degree range. (#1707) Co-authored-by: Simon <[email protected]>
2021-03-19Changed DrawRing and DrawCircleSector angle params from int to float to ↵frithrah
allow greater accuracy. (#1656) Co-authored-by: Simon <[email protected]>
2021-02-15Fixed problem related to `IsKeyPressed` function! (#1589)Rabia Alhaffar
2020-12-26Fix use of GuiSliderBar in examples. (#1470)badlydrawnrod
2020-12-24Replace TABS by 4 spacesraysan5