raylib.zig icon indicating copy to clipboard operation
raylib.zig copied to clipboard

Idiomatic Zig bindings for raylib utilizing raylib_parser

Results 12 raylib.zig issues
Sort by recently updated
recently updated
newest added

It relies on: https://github.com/raysan5/raylib/pull/3891 Fixes: #40 #39 #37 It doesn't however fix the parsing, which in the end might cause crashes if raylib is changed significantly.

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...

I'm building a project targeting the [playdate](https://play.date/) and I would like to use raymath only. The other modules can't target the playdate as far as I can tell. Would the...

Hi, i followed the instruction in the documentation, but i have this error: ``` error: struct 'target.Target' has no member named 'Query' pub fn addTo(b: *std.Build, exe: *std.Build.Step.Compile, target: std.Target.Query,...

This is my attempt/take on reworking the build script to support the new Zig package manager and ditch git submodules. Supporting a native build was pretty easy, but I read...

Trying to build a project using raylib with zig version ``` 0.12.0-dev.3193+4ba4f94c9 ``` Getting the following [error](https://pastebin.com/0BrgC4n5). As you can see the problem is that zig build now expects relative...

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, target.query, mode, .{});`), but I...

The Zig package manager [has landed](https://github.com/ziglang/zig/pull/14265). It doesn't look like git submodules are supported, so the build would need to add the raylib source repository as a package dependency instead....

Continued on #41 Changes: - update raylib - add `.zig-cache` to `.gititnore` - add `build.zig.zon` to readme, this is now needed with the latest raylib - use `LazyPath`'s - `ComptimeStringMap`...

I tried to do the example but i get this error: i using windows 11, zig 0.12.0 release version ``` info: include 'C:\Users\Gerard\Desktop\fps\raylib\raylib\src' to fps info: include 'C:\Users\Gerard\Desktop\fps\raylib' to fps...