-
If you use/love `raylib-cslo` and are interested in helping to maintain the binding, let me know. **Raylib-cslo is up to date and working 100%.** I just don't really use it anymore so planning ahe…
-
Hello. I maintain an ImGui backend for the library Raylib (https://www.raylib.com/), for both C++ and C#.
One feature of the backend is that by default we add font awesome icons to the default font…
-
1. The header "Column C" is slightly taller than A & B? Not sure why but it is in html only raylib was fine.
2. The second and third columns are offset to the left. Clicking the header fixes it? r…
-
I was wondering whether you think it's possible to export raylib-ocaml games to WASM?
-
The shader stuff appears to be wrapped but it silently halts the program for me when I try to load one:
```
let rscFS = "/home/arckex/Raylib/Sources/Example/resources/shaders/glsl330/bloom.fs"
le…
-
jardeltorres reported on raylib discord, so I followed up.
The code works fine if the animation is commented out, but segfaults if not. Additionally, I get `TypeError: r.SetMaterialTexture is not a…
-
Lots of discussion on #98
Basically, we can update to 4.0 raylib, and the new code-generation stuff seems like a really good path (so it will be some up-front work now, but later API changes will …
-
I have the following installed:
- Kali Linux
- Node 12.18.3
- Npm 6.14.6
- Cmake 3.17
- Cmake-js 6.1.0
However, when attempted to use npm install raylib I receive an error saying that `npm E…
-
Hey guys!
I've run into a segfault that only seems to be caused by the destructor of both `raylib::Model` and `raylib::Texture`. I'm not sure where the full issue actually lies, however I thought …
Raelr updated
8 months ago
-
### Description
I think raylib 5.0 for linux does not depend on X11, it can also use glfl with wayland , but the conan recipe has this:
```python
if self.settings.os == "Linux":
self.requires(…