-
I am using ``raylib`` on linux with python 3.10.7
Using this script:
```
$ cat c.py
import time
import pyray
pyray.init_audio_device()
s=pyray.load_sound("sound.wav")
pyray.set_sound_volume…
-
Referring both to https://github.com/raysan5/raylib/blob/2.0.0/src/raylib.h and analysis of released DLL with DependencyWalker.
The `__init__.py` attempts to load the following functions which do …
-
After upgrading to the latest raylib version, my archlinux x86_64 application suddenly stopped making any sound.
(I first encountered the problem using python bindings)
So I tried to compile audio…
-
When loading a music stream using pyray, an error occurs with the following output
`pyray.load_music_stream(filepath)`
`
for (c_arg, arg) in zip(ffi.typeof(a).args, args):
ffi.error: struct Mu…
-
I cloned that raylib-python-cffi repository into my pc but when I try to run the example I get that error.
I think the problem is that when I use the "from pyray import *" line it tries to import th…
-
I'm building to support DRM mode (for display on 3.5" TFT). Steps:
#### Build / install raylib DRM, Release, PIC:
```
home> git clone https://github.com/raysan5/raylib.git
home> cd raylib
home/…
-
Well, the performance of raylibr isn't great. I rewrote the bunnymark example (https://github.com/raysan5/raylib/blob/master/examples/textures/textures_bunnymark.c) and using the `render_texture` func…
-
```
Traceback (most recent call last):
File "/Users/name/Projects/C/test/main.py", line 1, in
from raylib import *
File "/opt/homebrew/lib/python3.9/site-packages/raylib/__init__.py", lin…
-
I've been trying for three days to get Raylib and pyray working on my new m1 MacBook, but every time I run the code it says "cannot import name '(whatever import runs first in the code)' from 'pyray'"…
-
WIth this error in conda:
```
pid=12416) 2023-01-21 14:27:54,836 WARNING trainer.py:975 -- Worker crashed during call to `step_attempt()`. To try to continue training without the failed worke…