blueloveTH
cd1b81d67e
Update project.pbxproj
1年前
blueloveTH
0a9ea31a4c
Update rlgl.h
1年前
blueloveTH
67fb284c1a
upgrade to `GRAPHICS_API_OPENGL_ES3`
1年前
blueloveTH
3a9649d397
Update rcore_ios.c
1年前
blueloveTH
c0ac3471f7
Update rcore_ios.c
1年前
github-actions[bot]
5db5720de9
Update raylib_api.* by CI
1年前
blueloveTH
a552997745
change `pointId[]` to `long long`
1年前
blueloveTH
c66c9e9ffd
some fix
1年前
blueloveTH
9f7dec63ef
support more touches
1年前
blueloveTH
74da3b7a76
Update rcore_ios.c
1年前
blueloveTH
29006070f4
prepare to add touch callbacks
1年前
blueloveTH
cae863af45
some fix
1年前
blueloveTH
d1ffab40cc
the first working version
1年前
blueloveTH
dfc6dc2fa1
some update
1年前
blueloveTH
b3b2d50d58
Update rcore_ios.c
1年前
blueloveTH
0caa4133a8
create XCode15 project targeting iOS
1年前
blueloveTH
d0a13c6838
init
1年前
Kacper Zybała
9cf408f77c
Remove redundant rlDisableVertexAttribute for SHADER_LOC_VERTEX_COLOR ( #3871 )
1年前
Ray
28c232d856
Update rcore_desktop.c
1年前
Jeffery Myers
9bb3d9977a
Put GLFW in relative mouse mode when the cursor is disabled. ( #3874 )
1年前
Ray
d7ff0175c1
Fix #3876 and also `rlgl` review on #3783
1年前
Ray
8b0dd44316
Fix #3876 and also `rlgl` review on #3783
1年前
Alexandre Almeida
9a8d73e6c3
Fix GLFW runtime platform detection ( #3863 )
* Fix GLFW runtime platform detection
* Add libwayland-dev package to workflows
* Add libxkbcommon-dev package to workflows
* Add libwayland-bin package to codeql.yml
* Add libwayland-client0 and libwayland-cursor0 packages to codeql.yml
* Use libwayland-dev in codeql.yml
* Add libxkbcommon-dev to codeql.yml
* Remove libwayland-bin from linux.yml and linux_examples.yml (libwayland-dev includes it as a dependency)
---------
Co-authored-by: Ray <raysan5@gmail.com>
1年前
joyousblunder
42db6badd0
Update BINDINGS.md ( #3868 )
Odin's binding were bumped to 5.0 back in November 2023
1年前
Ray
17d631f508
Update codeql.yml
1年前
iP
1fad8277a3
optimisation of the "bone socket" tutorial ( #3864 )
Less matrix operations doing.
1年前
Peter0x44
f072497551
Implement IsCursorOnScreen for PLATFORM_DESKTOP_SDL ( #3862 )
I did some testing and this seems to work okay, but it *is* different to
GLFW. GLFW seems to lose "IsCursorOnScreen" for one frame upon pressing
alt+tab over the window, without a different window covering it. SDL
seems to have a more reasonable behavior for this case. Either way it's
an edge case and I don't know the exact way to fix, likely requires
internal GLFW changes.
1年前
Rob Loach
ba066656f7
[cmake] Disable SDL rlgl_standalone example ( #3861 )
* cmake: For SDL, disable rlgl_standalone
* cmake: Only build rlgl_standalone when on Desktop, and not shared libs
1年前
Ray
30604080ef
Update rmodels.c
1年前
Ray
93a828f744
REVIEWED: GetMouseRay() functions rename #3830
1年前
github-actions[bot]
b1029a40b2
Update raylib_api.* by CI
1年前
aiafrasinei
3b7be85151
Screen space related functions consistency ( #3830 )
* Screen/world-space related functions rename
* Update raylib_api.* by CI
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1年前
Rob Loach
fccdfa7926
cmake: For SDL build, link the glfw dependency ( #3860 )
1年前
Ray
c1c9b69290
Implemented fix for #3859
1年前
Ray
1904873838
Merge branch 'master' of https://github.com/raysan5/raylib
1年前
Ray
68b553cfc1
Update raylib.h
1年前
Ray
c7b362d19d
Update cmake.yml
1年前
Ray
38bdcafea1
Update cmake.yml
1年前
Ray
2114e48393
Update cmake.yml
1年前
Ray
36dabe485c
Update cmake.yml
1年前
Ray
7584b6aa0b
Update cmake.yml
1年前
Alexandre Almeida
85a46e42bd
CMake: Remove USE_WAYLAND option ( #3851 )
* CMake: Remove USE_WAYLAND option
* Consistency fix
* Fix oversight
1年前
Ray
6e9dcdb599
Update linux_examples.yml
1年前
Ray
c970afeccd
Update linux.yml
1年前
Caleb Barger
25caf14be8
Fix fix-build-paths ( #3849 )
1年前
Alexandre Almeida
dc1cec8bab
Remove GLFW mouse passthrough hack and increase GLFW version in CMake ( #3852 )
1年前
Ray
449f7d3fa6
Merge branch 'master' of https://github.com/raysan5/raylib
1年前
Ray
fea3395fc1
Review formatting
1年前
github-actions[bot]
d3f2d94f23
Update raylib_api.* by CI
1年前
Ray
1e8450665c
ADDED: New function `ColorIsEqual()`
1年前