-
Was trying to run `v translate` (which compiled `c2v` automatically) on `raudio.c` from: https://github.com/raysan5/raylib/blob/master/src/raudio.c
and it failed like this:
```bash
neko-san@ARCH /m…
-
As it stands the code became extremely messy after separating the modules as networking vs rendering since raylib has collisions with the Win32 API. But the networking also needs structures and vector…
-
I am on Mac M1, in docker (just doing some build-testing) so it's technically ARM64 linux.
If I run a project that uses node-raylib, it seems to be trying to load the plain .node file, but it downl…
-
Hi,
For the GuiButton, on Windows the bevahiour is good, with the mouse the button is highlighted then go back to normal state but on Android the button stay highlighted when touch it and release, …
-
I am trying to build a static `.lib` file on Windows.
This is my version of Clang.
```console
> clang --version
clang version 15.0.2
Target: x86_64-pc-windows-msvc
Thread model: posix
Install…
-
**Use** `make build_depends && make mmatching && make run`
```make
CC=g++
INCLUDE_DIR = -I./
INCLUDE_DIR+= -I./depends/raylib/raylib/include
INCLUDE_DIR+= -I./depends/raygui/src
LIBRARY_DIR = -…
-
### Description
I've tried to run the 3d camera examples from the RayLib package, but it seems that the `rcamera.h` header is missing from the package's include path. I've managed to find it in the R…
Ezbob updated
5 months ago
-
Following instructions from [this](https://github.com/RobLoach/node-raylib/pull/63#issuecomment-622991278).
Board: RPI Zero W
OS: Raspbian Buster Lite
CMake Version: 3.20.2
Node Version: 10.16.3…
-
- Noticed in release 1.1
- Generated new `Screen Manager` template project
- Opened solution file in VS2022
- Project built and launched without issue
- Log output shows that `resources/mecha.png`…
-
### Summary
The `package ...` and `import ...` in Odin have incorrect highlighting because they use `@namespace` instead of `@keyword.control.import`, like Rust, Go, and others do. Additionally, some…