-
I have spent the past 4 weeks trying to fix problems (on macOS & Windows) related to the windowing system in the glfw backend. I can come up with 6 points right now that should/could be addressed:
…
-
raylib has some checking functions inbuilt, like isFontReady, IsImage, IsTexture, etc. Using these and maybe some extra we could validate a lot of function's inputs "properly".
Though the raylib va…
-
Starting from the `2024-01-04` nightly, `zig build run` fails with
```
/tmp/examples-raylib.zig/build.zig:26:19: error: no field or member function named 'getOsTag' in 'Build.ResolvedTarget'
…
-
Hi,
I'm working on a small project using Raylib.zig and I'm experiencing some issues when I try to cross-compile the project from Linux to `x86_64_windows_gnu`. I've tried various recent Zig 0.11-d…
-
Some raylib functions such as `SetShaderValueTexture` must be called in between calls to `BeginShaderMode` and `EndShaderMode` in order to take effect, however this can't be done through the safe inte…
-
to try to install raylib on Windows
SYurt updated
2 years ago
-
Se necesita que en cada muro se dibuje un tile de un tileset como este:
https://pixel-poem.itch.io/dungeon-assetpuck
(en vez del cuadrado que se está dibujando ahora).
Pese a que en el nivel sólo…
-
Allow using raylib-chaiscript on the web.
-
Use `raylib.GetWindowScaleDPI` for calculating DPI, instead of just multiplying by 2
-
Hello!
I'm getting the error bellow when I try to install the lib on windows 10-64 bit, perl version:5.28.0 / MSWin32-x64-multi-thread, Strawberry Perl.
```
# Failed test 'xs'
# at t/init.t line 1…