-
Not sure if Raylib uses any of these, but RayGUI certainly does. Currently to use with pyray code looks like this:
```
import pyray as pr
char_array = pr.ffi.new("char[20]")
pointer = pr.ffi.ad…
-
I installed the latest [raylib](https://github.com/raysan5/raylib) and [raygui](https://github.com/raysan5/raygui) and tried to compile on Ubuntu 18.04, but ran into errors. When I looked up the erro…
-
I wanted to make a project and recently moved to using meson from cmake.
However I further realized that the official raylib doesn't support meson at all.
I Downloaded this project and it doesn't …
-
I am on Pop!OS 20.04 (very similar to same version of Ubuntu)
I have latest raylib installed, and `pkg-config --cflags --libs raylib` returns this (correctly):
```
-I/usr/local/include -L/usr/l…
-
Issue: Device initializes successfully, no errors building/running, and the examples show that the song is progressing, but there is no audio.
Potential Solution: I have a hunch raudio is using th…
-
## Current problems
- All our current dependencies (libvips and raylib) are just c/c++ libraries, from a development standpoint it's easier to have those installed on the system (esp when testing on …
-
hi
I have VS2019 installed on my device and I tried to install node-raylib. Unfortunately, the install is failing and from the error it seems the new version of VS might be the issue. Can you pleas…
-
**The Current Issue**
There is currently no raylib physics implementation
**The Proposal**
Proposed to add Raylibs implementation of Physics.
https://github.com/raysan5/raylib/blob/master/src/ph…
-
I'm on OSX:10.14.6.
`brew install raylib` lets me install raylib and run the C examples without fail.
However, after installing via npm and running the example in the Readme I get:
```bash
$ node …
-
The implementation in https://github.com/deltaphc/raylib-rs/blob/master/raylib/src/core/math.rs#L1901 is backwards. (i.e. if you want to compute a * b, you need to use the expression b * a when using …