-
### Zig Version
0.14.0-dev.1913+7b8fc18c6
### Steps to Reproduce and Observed Behavior
MRP(includes raylib and headers) (windows): [mrp_raygui.zip](https://github.com/user-attachments/files/1738674…
-
## The issue
The `IntoCStr` trait is not working as intended.
https://github.com/raylib-rs/raylib-rs/blob/a170ceed3b4453c3b5287fbc049f2472d3d3425a/raylib/src/rgui/safe.rs#L10C1-L33C2
See the fo…
-
I wanted to add a GUI User interface but when i tried to include the raygui.h file,
it shows a build error and undefined references of the raygui.
please help.
-
- [x] enums
Currently the docs list enums, but they don’t actually exist as objects - cffi just converts all the values to ints.
So first we need to fix the docs.
Then, is there an automate…
-
**Is your feature request related to a problem? Please describe.**
I need a gui toolkit and imgui tends to crash alot due to the unconstrained function nature of it
**Describe the solution you'd l…
-
raygui isn't included with Raylib, and I think it should be treated as such now that we have a Github organization for this. But even if it's not in it's own repo, separating it would allow us to spee…
-
When I call `Raygui.text_box bounds text edit_mode` the result will append the byte `0` onto `text` even if no key has been pressed. I can work around this by trimming 0's off the result.
Also, th…
-
Thank you for jaylib it works like a charm !
https://github.com/raysan5/raygui
Do you know if I can use raygui with jaylib ? if yes how ?
raygui looks like a set of .h files.
Regards
-
Currently there are issues when you try to compile a single file header as a C source file
`build.zig`
```zig
const raygui = b.dependency("raygui", .{});
exe.addCSourceFile(.{ .file = raygui.pat…
-
Why not, since ctod exists?