-
Hi,
I am trying to build my project for wasm. I couldn't find any resources that covered this topic. I tried these commands out and had no luck.
`cargo build --target=wasm32-unknown-unknown`
(T…
-
Followed instructions to install and test,
I get:cd
pi@raspberrypi:~/downloads/raylibtest $ node index.js
INFO: Initializing raylib 3.5
WARNING: GLFW: Error: 65544 Description: X11: The DISPLAY e…
-
Windows 10 x64, 0ea558b x64
dlkfjdlkfdlkfjdlkfjdlkjfdlkjfdlkjfdlkfj
https://github.com/Encore-Developers/Encore-Raylib/assets/43602802/171fc0b4-3cb0-4743-9537-7f37261b2acb
-
Bindings are semi-auto-generated, so it shouldn't be overly difficult. The things I was hung up on:
- [ ] Codegen for raymath
- [ ] Reviewing changes for raylib-2d
-
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…
-
I just registered myself via `fez register` for the first time today, but are having trouble uploading, not sure what to do.
Here is my repo
https://github.com/vushu/raylib-raku
im using
```
…
vushu updated
11 months ago
-
My theory is that the info plist file is invalid.
-
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…
-
Idk whats going on but `ImGui.PushStyleVar(ImGuiStyleVar.WindowPadding , 0.0f);` crashes even if I pop the same amount of times I push.
```cs
public static void BeginDockSpace ()
…
-
**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 = -…