-
### Zig Version
0.11.0 and 0.12.0-dev.1814+5c0d58b71
### Steps to Reproduce and Observed Behavior
Here is a repository with reproduction steps and an error message: https://github.com/greenfork/iso…
-
Good morning day evening whenever you are reading this.
JavaCPP is a dependency of Jaylib (https://github.com/electronstudio/jaylib), which I use in my games.
With Linux becoming more and more b…
-
raygui isn't included in the official DLLs, so we would need to compile our own DLLS, either a separate project for raygui or maybe a custom raylib.dll that includes it.
-
Discuss C versions and select the target:
Choice:
- ANSI (C89)
- C99
- C11
- C18
-
I can not load texture in cl-raylib, what must i do?
-
> [!CAUTION]
> 해당 이슈는 모든 번역이 끝나기 전까지 닫지 말아주세요!
해당 번역을 작업하면서 용어를 통일시킬 예정입니다.
용어에 대한 의견이 있으면 코맨트로 달아주세요
-
Hello!
I have been trying to get this crate to work with imgui-rs. I can get a imgui-rs window up, but don't know how to link it with raylib.
I'm assuming I need to access raylib's context for img…
-
This is just an idea, borrowed from [Raylib-CPP](https://github.com/RobLoach/raylib-cpp), to turn some Raylib structs into classes.
I don't think all of them should be. `Vector2`, `Vector3`, and `R…
-
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…
-
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 …