-
If I use 0,0,0,255 as a color it doesn't actually render on screen. I change it to a very dark gray and it renders just fine. It may be an issue within the Cute portion, I dunno.
Using this with …
-
Hi,
I tried using yesterday's commit (bd561b3689bc4e703f46bf1908633abb09680b4b), thanks for adapting to latest zig build changes (btw, I think usage section should now say `raylib.addTo(b, exe, tar…
-
## Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
* Operating System & Odin Versio…
-
Hey, I work on [node-raylib](https://github.com/RobLoach/node-raylib) and [raylib-wasm](https://github.com/konsumer/raylib-wasm), and also my own game-engine [null0](https://github.com/notnullgames/nu…
-
> [!CAUTION]
> 해당 이슈는 모든 번역이 끝나기 전까지 닫지 말아주세요!
해당 번역을 작업하면서 용어를 통일시킬 예정입니다.
용어에 대한 의견이 있으면 코맨트로 달아주세요
-
I encountered an issue where if you use ClearBackground() and try to draw a sprite some sprites, they will flicker on the screen.
This is the code
```
unsafe {
raylib_ffi::InitWindow(wid…
-
This means all the logging raylib does when creating a window doesn't go through the log callback. In the raylib C examples the logging function is set before the call to InitWindow. It would be best …
-
### Zig Version
0.11.0-dev.4059+17255bed4
### Steps to Reproduce and Observed Behavior
I uploaded a minimal example project that you can `git clone` to reproduce the issue:
https://github.com/kons…
-
**Describe the bug**
Hi,
I am maintainer on FreeBSD and you have some problem on arm7
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279369
```
In file included from /wrkdirs/usr/ports/dev…
-
I am running SBCL on Windows, I have MSYS2 and their UCRT64 GCC installed. Raylib was installed using the raylib installer from their website. I can use GCC from the command line.
Yet when I load cl…