Hongyu Ouyang
721e273547
Fix a bug in examples/shapes/shapes_following_eyes ( #3710 )
преди 1 година
Ray
3afb4dda97
Update raygui.h
преди 1 година
Ray
3f1e59a7cf
Update copyright to 2024
преди 1 година
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.
преди 2 години
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
преди 2 години
Jeffery Myers
81ca2f0bf3
Fix warnings and bad project settings for 4.5 release ( #2894 )
преди 2 години
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
преди 3 години
raysan5
61d0c71b3c
REVIEWED: example: shapes_top_down_lights
преди 3 години
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>
преди 3 години
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>
преди 4 години
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>
преди 4 години
Jeffery Myers
6c518008a5
Fixes for 64 bit typecast warnings ( #1733 )
преди 4 години
Ray
dcf52c132f
Remove trail spaces
преди 4 години
frithrah
b2545e053a
Minimum number of segments in circle sector functions changed from hard-coded to based on degree range. ( #1707 )
Co-authored-by: Simon <simon@frithrah.com>
преди 4 години
frithrah
2f367a905e
Changed DrawRing and DrawCircleSector angle params from int to float to allow greater accuracy. ( #1656 )
Co-authored-by: Simon <simon@frithrah.com>
преди 4 години
Rabia Alhaffar
e300d268f9
Fixed problem related to `IsKeyPressed` function! ( #1589 )
преди 4 години
badlydrawnrod
6631fc4c6d
Fix use of GuiSliderBar in examples. ( #1470 )
преди 4 години
raysan5
ea0f6c7a26
Replace TABS by 4 spaces
преди 4 години
raysan5
b68e522ffc
Updated several files while porting examples to web
преди 4 години
Ray
41192c6d4a
Replace 0.f by 0.0f
преди 4 години
Ray
a4ea9f872f
Review "aggregate initializations" #1403
преди 4 години
raysan5
c32ae480af
RENAMED: FormatText() -> TextFormat()
This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText()
преди 4 години