-
I'm specifying a `fetchGit` repository and including `fetchSubmodules`
```
let
mach-nix = import (builtins.fetchGit {
url = "https://github.com/DavHau/mach-nix/";
ref = "3.3.0";
}) {…
-
Currently, in order to get it working as a shared library on Linux (which, e.g. is necessary if you want to use it with https://github.com/Guevara-chan/Raylib-Forever or things like Python/Lua/etc), y…
-
I think I may have a solution to the problem of how to selectively convert pointers in PyRay. In the very least it could be used as a stepping stone forward.
In each PyRay function that needs to de…
Pebaz updated
3 years ago
-
**Describe the bug**
I have created a pdx file and imported it into my program so that I can use cdefs with structs since reading online that seemed to be the solution to cdef with structs as a type …
-
Currently we build wheel file with:
python3 setup.py bdist_wheel
This produces `dist/raylib-3.5.0-py3-none-any.whl`. It should produce something with e.g. `manylinux1_x86_64` rather than `a…
-
I installed with PIP and get this error when running
```
File "E:\code\games\raylib\py\example.py", line 1, in
from raylib.static import *
File "C:\Python39\lib\site-packages\raylib\stati…
-
Using the code and README as of 39b52c5, the pyray example doesn't work on my Linux machine. The static example does however.
Error log:
```
RAYLIB STATIC LOADED
INFO: Initializing raylib 3.5
…
-
It looks like a file isn't being found during docker installation leading to a installation failure. When the action goes to boot docker, it infinitely waits.
Significant Portion of Log:
```
+ …
-
Chrome now [blocks audio](https://blog.google/products/chrome/improving-autoplay-chrome/) from automatically playing. We are seeing reports of games and art being broken or audioless because of this.
…
-
Since i have upgraded to latest version of emscripten (2.0.16 -> 2.0.17) with Homebrew, i got this error message when i compile my usual sample C program :
```
cache:INFO: generating system asset: g…