-
Hey. I'm using version 4.2.0.9 and I noticed that there is no native Raylib DLL for 32 bit. I tried it myself, but I must confess that I couldn't manage to create one myself.
Then I saw that there …
-
Analogous to npm postinstall scripts.
Would make it just that much easier to have dependencies with their own build steps.
Ie for building raylib as a git dependency:
```toml
[scripts]
post…
DvvCz updated
5 months ago
-
in the [raylib wrapper](https://github.com/Not-Nik/raylib-zig) it just uses the package in [the official ratlib repo](https://github.com/raysan5/raylib) and makes a wrapper arround it
-
Let's discuss which audio and video library we want to use for the modernized version of XBoing. Proposed candidates:
- SDL2
- QT
- GTK+
And others as you mention.
-
With the master branch freshly compiled and Raylib 4.0 installed:
```
IN: scratchpad USE: raylib
Loading resource:extra/raylib/raylib.factor
Loading resource:extra/raylib/util/util.factor
IN: s…
-
## Expected Behavior
To build hello-world example
## Current Behavior
Build failure
## Possible Solution
Fix glfw not being downloaded inside raylib/lib/external
## Steps t…
-
This is the output:
```
zig build-lib raylib Debug native: error: error(compilation): clang failed with stderr: In file included from /Users/mark/code/zig-odin-raylib-template/raylib/src/rglfw.c:1…
-
Hi, I wanna play the game but the compilation failed (link erros) with the following command sequence.
May you give your command sequence please ?
```cmd
echo > Setup required Environment
echo -…
-
I saw that the `Xext` dependency was removed recently https://github.com/Anut-py/h-raylib/commit/5a09c28bac06adbf1b2891152c52d2f36ceeb7be
But when building `4.5.0.7` with `macaroni.nix`, it fails d…
-
In Raylib, `Image.data` can be checked for null in case loading an image failed: https://github.com/raysan5/raylib/blob/9a280cda0be211ee751cdb44fedab8f1e698be2a/src/rtextures.c#L4156
But in the bin…