raylib-py icon indicating copy to clipboard operation
raylib-py copied to clipboard

A Python binding for the great C library raylib.

Results 21 raylib-py issues
Sort by recently updated
recently updated
newest added

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...

``` Traceback (most recent call last): File "main.py", line 1, in import raylibpy as r File "/home/creikey/Documents/grayviewer/env/lib/python3.8/site-packages/raylibpy/__init__.py", line 71, in _rl = CDLL(os.path.join(RAYLIB_BIN_PATH, _lib_filename[_platform])) File "/home/creikey/.pyenv/versions/3.8.5/lib/python3.8/ctypes/__init__.py", line 373, in __init__...

In the return it uses `r` for green as well. Is this a bug? Should I create a PR instead to solve this? https://github.com/overdev/raylib-py/blob/786efdc332eb885a4a14b65cbf9bf3df6eef833f/raylibpy/core.py#L224-L229 # To reproduce 1. Get `raylibpy-3.7`...

how can i use chinese encode in raylib, I got this ![WechatIMG83](https://user-images.githubusercontent.com/13182485/106873955-fbb44d80-670f-11eb-8fa3-9a8ad2c24abd.png)

I was finish my game and export it by **pyinstaller**, but when I run the file, it error: Traceback (most recent call last): File "main.py", line 1, in File "",...

I just followed the instructions an got this error. `Traceback (most recent call last): File "G:\programming_projects\RaylibPyGame\main.py", line 5, in import raylibpy File "G:\programming_projects\RaylibPyGame\.venv\lib\site-packages\raylibpy\__init__.py", line 71, in _rl = CDLL(os.path.join(RAYLIB_BIN_PATH, _lib_filename[_platform]))...

The current master branch is using an old version of raylib which is not API compatible with the latest 3.x branch. The 3.7 branch seems to be working - although...

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(RAYLIB_BIN_PATH, _lib_filename[_platform])) File "/usr/lib/python3.8/ctypes/__init__.py", line 373, in __init__ self._handle = _dlopen(self._name, mode)...

Hello! Is the library actually compatible with the new release of raylib 3.0? Thank you for the answer!