-
It seems it won't compile against RGFW, even after changing zig.build it will still compile against GLFW
my partial zig.build
```
const raylib_dep = b.dependency("raylib-zig", .{
.targ…
-
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…
-
Before submitting a new issue, please verify and check:
- [ ] The issue is specific to Raylib-cs and not raylib
- [ x] I checked there is no similar issue already reported
- [ x] My code has n…
-
Hello! This library is amazing and I'm glad it exists, but I'm trying to get an UI working and I've tried with Raylib.
I used this attached method:
```cs
public unsafe void Attached(nint pare…
-
## Context
The checked in shared libraries under vendor/raylib/linux only support amd64 architecture
* Operating System & Odin Version:
Odin: dev-2024-10:417e9bb37
OS: …
-
> ⚠️ 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…
-
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…
-
It seems that raylib only supports PNG/GIF/QOI/DDS by default: https://github.com/raysan5/raylib/blob/master/src/config.h#L162
It was recently discussed at https://discord.com/channels/56813895183617…
-
### Issue description
When entering macOS fullscreen (clicking green button in the top left of the window or fn + F) only 1/ 4 of the screen is rendered. `BeginTextureMode()` and `EndTextureMode()`…
-
**Project description**
Common Lisp binding of raylib
Not available in Quicklisp
**Metadata**
* homepage URL: https://github.com/longlene/cl-raylib
* source URL: https://github.com/longle…