raylib-py
raylib-py copied to clipboard
A Python binding for the great C library raylib.
Results
22
raylib-py issues
Sort by
recently updated
recently updated
newest added
Loading 3D skeletal animation or updating model with said animation doesn't seem to work properly. I have tried almost identical pieces of code for both python and the Zig binding...
```console $ source venv/bin/activate $ pip install raylib-py==5.5.0 $ python3 -c 'import raylibpy' Library loading info: platform: linux bitness: 64bit current working dir: /src/game .raylib used: no .raylib status: INFO:...