-
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, …
-
```
define i1 @src(i32 %x) {
entry:
%1 = icmp sgt i32 %x, 33
tail call void @llvm.assume(i1 %1)
%2 = and i32 %x, 2147483646
%3 = icmp eq i32 %2, 32
ret i1 %3
}
define i1 @tgt(i32 …
-
in this [page](https://libtmx.readthedocs.io/en/latest/renderer-from-scratch.html)'s example for raylib the function `draw_title() ` uses float for color.Raylib's color uses `char`. also the range for…
-
With the new push of the `lib` folder in the prebuild branch, I wasn't able to compile the adapters due to the command just throwing an error, so I resorted to manually compiling them.
For librayl…
-
**What seems to be the problem?**
It generates flawlessly the .sln project, but makefile gets a build fail.
`gcc version 8.1.0 (x86_64-win32-sjlj-rev0, Built by MinGW-W64 project` and several others…
-
```
...
info CMD BUILD
info RUN cmake --build "C:\Code\flappy\node_modules\raylib\build" --config Relea
se
Microsoft (R) Build Engine version 16.7.0+b89cb5fde for .NET Framework
Copyright (C) Mi…
-
Hi
We are currently using node js on a raspberry pi project. I'm trying to install/use node-raylib to build a GUI displayed in a 5" hdmi screen.
I'm using the commands from the "usage" section from …
-
- 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`…
-
This is from the plane rotations example:
`model.materials[0].maps[MATERIAL_MAP_DIFFUSE].texture = texture; // Set map diffuse texture`
-
Building a fresh clone fails with multiple `unresolved external symbol`s and a `warning LNK4272: library machine type 'x64' conflicts with target machine type 'x86'`.
Output:
```
PS C:\Us…