I've had a look at your license in the zip, however it is invalid. The Python wrapper for Raylib (previously known as Pyray, now known as Raylib-Python-CFFI), is not zlib like the Raylib C library is. Pyray is actually licensed Eclipse Public License v2.
Because of this, to satisfy Pyray's license, you merely need to include the source code to the CFFI wrapper itself (github.com/electronstudio/raylib-python-cffi). You don't need to open source your game, just need a copy of that library in the zip here on itch.io.
A simple fix. Not destructive to your game's ownership either. Cheers
Hey, thanks a lot for catching that - really appreciate it! I'm very close to dropping a new build anyway, so I'll verify and sort it out then. Cheers!
← Return to game
Comments
Log in with itch.io to leave a comment.
Hi Woblo
I've had a look at your license in the zip, however it is invalid. The Python wrapper for Raylib (previously known as Pyray, now known as Raylib-Python-CFFI), is not zlib like the Raylib C library is. Pyray is actually licensed Eclipse Public License v2.
Because of this, to satisfy Pyray's license, you merely need to include the source code to the CFFI wrapper itself (github.com/electronstudio/raylib-python-cffi). You don't need to open source your game, just need a copy of that library in the zip here on itch.io.
A simple fix. Not destructive to your game's ownership either. Cheers
Hey, thanks a lot for catching that - really appreciate it! I'm very close to dropping a new build anyway, so I'll verify and sort it out then. Cheers!
Thanks for checking out the game! If you have any feedback or find any bugs, feel free to leave a comment. I'm actively working on updates 🙌