-
Hello, I really like raylib and it works without any problem in C
Today i wanted to use it inside python, I did`pip install raylib-py` then opened a python terminal to import it `import raylibpy` and…
-
`python -m pip install raylip-py` needs to be `python -m pip install raylib-py`
-
I'm trying to run one of the examples:
```python
import os
os.environ["RAYLIB_BIN_PATH"] = "libraylib.dll"
from raylibpy import *
init_window(800, 450, "raylib [core] example - basic window")…
-
hi, 👋.
some background: i am the developer of [raypyc](https://github.com/sDos280/raylib-python-ctypes) (the python binding for the [raylib](https://www.raylib.com/) graphics library), some days ago …
-
Problem Statement: `examples/models/models_heightmap.py` shows that textures are not applied when rendering models.
Raylib-C Equivalent Example (Shows darkened edges of the model due to texture use…
-
### Peer review
Hi! Fun idea for a project. I unfortunately could not test the code, because following the instructions got me this error:
Error (click to expand)
```console
kbjakex:~$ choos…
-
I get the following error when importing raylibpy:
```
import raylibpy
File "/home/----/.local/lib/python3.8/site-packages/raylibpy/__init__.py", line 71, in
_rl = CDLL(os.path.join(RAYLI…
-
-
Hey this repo is linked to from the raylib homepage but it looks like master is only on 2.0 while 4.0 is the most recent version out. Just wondering is there a reason for this or does the owner not ha…
-
### What happened + What you expected to happen
when i install raylib and run my first rayrl code(example "custom_env.py"), i come across an error,
(rllib2) C:\Users\Raymond\Desktop\rayRL>python cu…