raylib binding for PHP
See also raylib-phpcpp.
- PHP 7.4
- FFI extension
- libraylib.so 2.4-dev
Only some basic examples works due to current FFI limitations:
- FFI return struct/union is not implemented
- FFI return array is not implemented
- Nested struct is not supported (patch)