-
The build system for this tool is too convoluted. Not only does it insist on building raylib from scratch, despite package managers and alike providing an easier way of obtaining `libraylib.so` and `l…
-
Package: raylib:x64-linux@5.5
**Host Environment**
- Host: WSL Ubuntu (x64-linux)
- Compiler: GNU 13.3.0
- vcpkg-tool version: 2024-11-12-eb492805e92a2c14a230f5c3deb3e89f6771c321
vcpkg-script…
-
### Issue description
I have seen recently in the original Raylib library's examples, in the GPU skinning example to be exact, that it uses a function called UpdateModelAnimationBones. As I underst…
-
- I'm on `Darwin xxx.local 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020 arm64` and `macOS Sequioa 15.1`
- I'm starting sbcl with `sbcl …
-
- [x] I tested it on the latest Raylib version from the master branch
- [x] I checked there is no similar issue already reported (in the Android section)
- [x] I checked the documentation on the […
-
I am unable to build for Arch Linux with Wayland. I have added the "wayland" feature in the Cargo.toml. What am I supposed to do here?
Here is the full thing.
```
Compiling raylib-sys v5.0.2…
-
Latest Raspi OS Lite 32-bit on RPI-3A:
gcc -Wall -Wextra -pedantic -I. -I./raylib -I/opt/vc/include/ -march=armv8-a -mfloat-abi=hard -mfpu=neon-fp-armv8 -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOUR…
-
Hello I have a project where i need to compile the raylib-cpp with cmake under linux and windows, no error on linux but windows it's different. I use Cmake to compile the project.
```
C:\Users\Hug…
-
> ⚠️ Raylib math function is much slower than an inline implementation!
The call to raylib function is about ~50fps, the inline implementation is ~80fps, this is huge. And a bit worrying, raylib is…
-
Hello,
I was trying to use [raylib](https://github.com/raysan5/raylib/) in my zig project. However, it is not compiling. I tried to find the issue, so I tried to locate which packages are missing, …