-
I'm using the **4.5.0.4** release version of the Raylib C# bindings, i.e. the most recent stable version (not the bleeding edge dev commits).
I've been messing around with the C# demos and have no…
-
There's currently only one example that really deals with raw audio and sample generation (the rest do playback). That example has multiple things going on, with large blocks commented out, and limite…
-
I need compatibility for aarch64 macOS for my project for a school assignment, is there a way that you can add that?
-
I've downloaded raylib-4.5.0, raygui-3.5.0.
Command which I use to build generated code is:
`gcc layout_name.c -lraylib -lGL -lm -lpthread -ldl -lrt -lX11`
Output:
```
layout_name.c: In functio…
-
I recently tried to use a libc function while also using raylib, but when using a libc procedure, compilation fails with these errors:
```
ucrt.lib(api-ms-win-crt-stdio-l1-1-0.dll) : error LNK2005…
-
![image](https://github.com/RobLoach/raylib-cpp/assets/140184612/6cfb02e0-259b-48b8-b9f6-08bc3732dc4b)
Are these operators pre-defined or am I doing something wrong?
Here is my code if it helps:
``…
-
Hi! This is just a suggestion to add an official backend for raylib. @JeffM2501 what do you suggest?
One of the interesting point of raylib is that it can be compiled for several OS and especially …
-
## Context
Odin: dev-2023-08-nightly:9453b238
## Expected Behavior
When using the `raylib.IsWindowState(configFlag)` procedure, the returned value must be `true` if the given `ConfigF…
-
Issue to more easily track `PLATFORM_ANDROID` status for:
- #3313
### Modules checked status
| module | checked |
| --- |--- |
| `raylib` | :heavy_check_mark: |
| `examples/audio` | :heavy_ch…
-
**WARNING: Please, read this note carefully before submitting a new issue:**
It is important to realise that **this is NOT A SUPPORT FORUM**, this is for reproducible BUGS with raylib ONLY.
Ther…