Ray
46f01e315d
Merge pull request #5013 from maiconpintoabreu/zig-examples
[zig] Add run examples using zig and emscripten for web
3 months ago
Ray
2e74133a62
Merge pull request #5014 from fosskers/colin/cl-binding
docs: mention another Common Lisp binding
3 months ago
Ray
7f32b9a964
Merge pull request #5015 from Sir-Irk/gltf_model_fix
[rmodels] Fixing offset for processing tangents for GLTF/GLB loading
3 months ago
Ray
8cf932c822
Merge pull request #5016 from Sir-Irk/fix_pbr_example_tangents
[example] Fix pbr example shaders to use vec4 for vertexTangent
3 months ago
sir-irk
ed509193d9
remving w multiply on the tangent itself
3 months ago
sir-irk
f86295732a
fixing shader tangents to be vec4
3 months ago
sir-irk
bee524e5e6
fixing offset for processing tangents for gltf loading
3 months ago
Maicon Santana
eef1bac3e2
fix misspelling
3 months ago
Maicon
0cae8890b8
Remove -fno-stack-protector as it is not needed and add requestFullscreen on exported methods
3 months ago
Colin Woodbury
1db006b082
docs: mention another Common Lisp binding
3 months ago
Maicon
8f50436dc9
Fix comments
3 months ago
Maicon
6e9c3acaa4
Add run examples using zig and emscripten for web
3 months ago
Ray
bdda18656b
Merge pull request #5011 from maiconpintoabreu/update-emsdk-fix-touch
[zig] Update emsdk version for zig build to fix the issue with the EM_BOOL
3 months ago
Maicon
d659037fbe
Update emsdk version for zig build to fix the issue with the EM_BOOL
3 months ago
Ray
c35e136471
Merge branch 'master' of https://github.com/raysan5/raylib
3 months ago
Ray
44f670899c
REVIEWED: Avoid `rtext` dependency on `rcore_desktop_sdl` #4959
3 months ago
Ray
e09dcf6112
Merge pull request #5006 from ElDigoXD/patch-1
Fix typo on config.h
3 months ago
Diego Sanz
6266d0f419
Fix typo on config.h
3 months ago
Ray
b677376088
Delete shader in case compilation fails
4 months ago
Ray
1abac023bd
Update rcore.c
4 months ago
Ray
8b0230f5b1
Merge pull request #5002 from mlorenc227/master
[rcore] Fix ScanDirectoryFilesRecursively
4 months ago
mlorenc
518ad8b018
Fix ScanDirectoryFilesRecursively
Fixes a regression since 5.5, where `ScanDirectoryFilesRecursively` no
longer does the "recursively" part due to `path` being `static`.
The issue was once already fixed in
5530a3ceb8
but recently made it back it in.
4 months ago
Ray
4bc8d3761c
Merge pull request #4999 from danilwhale/raylib-cs.bleedingedge
bindings: add Raylib-cs.BleedingEdge
4 months ago
danil
43bad2612b
docs: add Raylib-cs.BleedingEdge to the bindings
4 months ago
Ray
fd4375a74e
Merge pull request #4992 from M374LX/rgfw-update
Update RGFW
4 months ago
Ray
17a618758f
Merge pull request #4995 from Not-Nik/zig-raygui-options
Allow passing options to raygui in build.zig
4 months ago
Ray
abf255fbe7
Merge pull request #4993 from Marcos-cat/master
add uiua bindings to the list
4 months ago
Marcos Grzesiak
106bcf460a
add uiua bindings to the list
4 months ago
M374LX
96c898852c
Update RGFW
4 months ago
Ray
3e336e4470
Reviewed warning
4 months ago
Ray
59bcf680aa
Code gardening...
4 months ago
Ray
8a3a8ee8e3
Update shapes_digital_clock.c
4 months ago
Ray
533c12c386
Small security tweaks
4 months ago
Ray
5f497d0687
REVIEWED: `shapes_digital_clock` example
4 months ago
Ray
cb369f8df7
Merge pull request #4985 from hmz-rhl/master
[examples] : adding new fancy clock
4 months ago
Hamza RAHAL
3f228f4594
[examples] : adding new fancy clock
4 months ago
Ray
8d319b1004
Merge pull request #4983 from M374LX/miniaudio-update
Update miniaudio to v0.11.22
4 months ago
Ray
d218db9eec
Merge pull request #4982 from LainLayer/rgfw-timeout
Change `RGFW_window_eventWait` timeout to -1 to fix `EnableEventWaiting`
4 months ago
github-actions[bot]
59338c2c29
Update raylib_api.* by CI
4 months ago
Ray
714de02a88
Merge pull request #4980 from williewillus/pr4980
[rshapes] Fix incorrect parameter names in DrawRectangleGradientEx
4 months ago
Ray
c81097505c
Merge pull request #4981 from garrisonhh/add-build-zig-zon-license
Add LICENSE to build.zig.zon
4 months ago
Ray
53faf7ae74
Merge pull request #4977 from jestarray/patch-2
add const qualifier to ImageDrawTriangleFan and ImageDrawTriangleStrip arguments
4 months ago
M374LX
bb5b5434a7
Update miniaudio to v0.11.22
4 months ago
alqeeu
51958d6e2c
changed `RGFW_window_eventWait` timeout to -1
4 months ago
garrisonhh
b52a9f8a04
Add LICENSE to build.zig.zon
4 months ago
Vincent Lee
19ae6f2c2d
[rshapes] Fix incorrect parameter names in DrawRectangleGradientEx
Examining the code shows that the rectangle is drawn winding counterclockwise, starting
with the top left. Therefore the colors used should be in the order: topLeft, bottomLeft,
bottomRight, topRight.
However, the variables actually being used are topLeft, bottomLeft, topRight,
bottomRight. I was confused by this as I was getting striping where I didn't expect any.
Put another way, the last two parameters are misnamed.
This diff swaps the parameter names and their usages. The result is that no runtime
behaviour changes: the same parameter order yields the same visual result both before and
after this change, but the parameter names now correctly reflect what they are actually
used for.
You can actually see this in the implementation of DrawRectangleGradientV, which
(correctly) passes top, bottom, bottom, top to DrawRectangleGradientEx.
4 months ago
github-actions[bot]
58a6846c8f
Update raylib_api.* by CI
4 months ago
jestarray
296e3af470
add const qualifier to ImageDrawTriangleFan and ImageDrawTriangleStrip arguments
4 months ago
Ray
924c87db33
Merge pull request #4976 from M374LX/rgfw-update-dev
Update RGFW to 1.7.5-dev
4 months ago
M374LX
6eeaf1dd5b
Update RGFW to 1.7.5-dev
4 months ago