avriltank / raylib-php-ffi

raylib binding for php using ffi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raylib binding for PHP

See also raylib-phpcpp.

Requirement

  • PHP 7.4
  • FFI extension
  • libraylib.so 2.4-dev

FFI limitations

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)

About

raylib binding for php using ffi


Languages

Language:C 81.6%Language:PHP 18.4%