-
Dune 3.0 has been released in 2022, it would be nice to progressively catch up with the latest releases to benefit from recent features.
For example, from the dune docs: https://dune.readthedocs.io…
-
### 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…
-
I can't complete the examples/audio/stream_effects, the last example that is missing in the audio section at [raylib.com](https://www.raylib.com/examples.html), because the functions AttachAudioStream…
-
This project appears to have no mention of the code license. Could you please specify the license? I assume it would be zlib/libpng, which is what is used by raylib. However, I want to confirm to ensu…
-
In the following image, you will note that the circles (drawn with `DrawCircleV`) seem to be missing pixels.
![Screenshot from 2024-11-10 11-32-58](https://github.com/user-attachments/assets/006f7b…
-
I noticed that raylib-cpp is not available in the vcpkg registry. I believe it would be beneficial for many users if this library could be added to vcpkg.
-
### Description
```nim
import std/sequtils
proc foo(x: string) =
echo x & "abc"
foo(cast[string](repeat('a', 6)))
```
The error log points to this code:
```c
T3_ = rawNewString(x_…
-
I am using Wayland primarily so I am missing some X11 dependencies.
You can compile Raylib without X11 though as it runs just fine for me with X11 disabled. Can the same be done for Go bindings?
```…
-
Hi! I've tried to play with the project a bit, but I don't manage to get the script to run. I get this error:
```
julik@jet $ ruby window.rb
/Users/julik/.rbenv/versions/3.3.1/lib/ruby/gems/3.3…
julik updated
5 months ago
-
I'm rather new to D so maybe I'm simply missing some fundamentals, but how do I add a C function to the stack?
My code:
```d
import raylib;
import bindbc.lua;
extern(C) static int hello(lua…