-
### Zig Version
0.10.1
### Zig Language Server Version
0.11.0-dev.479+c28a59c
### Steps to Reproduce
1. Build zls for 0.10.1 using zig 0.11.0-dev.3395+1e7dcaa3a.
```bash
$ git clone https://git…
-
I was trying to implement miniaudio and libxmp with raylib, after a while i was able to build with gcc. I tried to do the same, but now using tiny c and i ran into many issues: the first ones was gett…
-
I was trying to draw scaled textures and I was not able to. While `DrawTexture` works, any of the other texture drawing methods that allow for scaling seem to be broken.
If I try this zig code:
…
-
hello !
i started to writing game with raylib cs
but when i started loading model (vox format) , i watched just a white cube in the middle of scene and in the console i seen this:
![photo](https://…
-
I'm attempting to implement Marching Cubes with Raylib-cs, but I ran into some serious problems trying to figure out how to properly create a Mesh struct. I started by trying to recreate Raylib's GenM…
-
Before submitting a new issue, please verify and check:
- [x] The issue is specific to Raylib-cs and not raylib
- [x] I checked there is no similar issue already reported
- [x] My code has no …
-
Mhm you read the title correctly.
-
Before submitting a new issue, please verify and check:
- [x] The issue is specific to Raylib-cs and not raylib
- [x] I checked there is no similar issue already reported
- [x] My code has no …
-
I was able to build my project when linking it dynamically, but i can't do the same if i try to do statically, I had the same issue with libxmp, but i was able to fix it, editing it's header file, com…
-
following https://github.com/HarbourMasters/Shipwright/blob/develop/BUILDING.md#linux (linux is the most similar)
when you get to `cmake -H. -Bbuild-cmake -GNinja` it can't find the system sdl2 it se…