electronstudio / raylib-python-cffi

Python CFFI bindings for Raylib
http://electronstudio.github.io/raylib-python-cffi
Eclipse Public License 2.0
152 stars 29 forks source link

added texures srcrec dstrec example #93

Closed sDos280 closed 1 year ago

sDos280 commented 2 years ago

added scarfy.png file added texures_srcrec_dstrec.py with the conventions of the Python API (https://github.com/sDos280/raylib-python-cffi/blob/Conventions/PYTHON_API_CONVENTIONS.md I am still on the last changes to the Python API conventions, probably next week I will add a C_API_CONVENTIONS.md file...)

sDos280 commented 1 year ago

is there a reason why this pr didn't merge? was there something wrong with the example?