-
In the early days of WebGL, there was [a tiny library called phenomenon-px][ppx], which describes itself as *the fastest way to create pixel shaders*, and it probably was.
The user provides their f…
-
Hello,
What dependencies are required on Linux for the game engine, e.g. SDL2, glfw, audio libs, etc?
I've successfully compiled Lobster on Nixos in a development shell, although I'm not sure if…
-
So unless I'm misreading the code, this flag is not implemented and there's currently no way to use the system raylib instead of a fresh download, yes?
(This is relevant to me as raylib doesn't see…
-
-
**Describe the bug**
If I install a package with a custom triplet and --overlay-triplet and then remove the triplet file, I can't remove the package.
**Environment**
- OS: Windows
**To Reprodu…
-
**WARNING: Please, read this note carefully before submitting a new issue:**
It is important to realise that **this is NOT A SUPPORT FORUM**, this is for reproducible BUGS with raylib ONLY.
Ther…
-
I was trying to make some point-picking example code using GetMouseRay but it acted weirdly.
I just ported the following raylib example to the editor example to see if I can use a mouse click to pi…
-
### Issue description
FLAG_WINDOW_RESIZABLE has no effect on PLATFORM_WEB
### Issue Screenshot
![Screenshot_20230808_012136](https://github.com/raysan5/raylib/assets/49879065/bd9d5c2b-50c9-4655-8…
-
Thank you for Raymob :).
I have an issue after cloning Git with no other changes, I am not able to Standard Library headers
below are the ones I have tried
#include < string>
#include < istr…
-
Im trying to get the ```AttachAudioStreamProcessor``` working. Heres my current code:
```zig
const std = @import("std");
const rl = @import("raylib");
const rg = @import("raygui");
const WINDOW…