raylib-ffi icon indicating copy to clipboard operation
raylib-ffi copied to clipboard

Raylib bindings for PHP using FFI

Results 4 raylib-ffi issues
Sort by recently updated
recently updated
newest added

- [x] Add example file - [ ] Cover new methods with tests --- Issues found: - [ ] Callback receives a `va_list` as argument; We need to parse this...

This was found while implementing the `Raylib::updateCamera()` method. The snippet below can reproduce the issue: ``` public function updateCamera(Types\Camera3D $camera): void { $cdata = FFI::addr($camera->toCData($this->ffi)); $this->ffi->UpdateCamera($cdata); // ... } public...

bug
help wanted

I have different viewports on different machines. Details still to be added. See screenshot: ![image](https://user-images.githubusercontent.com/3905582/112865097-ba5d7000-90b8-11eb-8d03-664f86af8cd1.png)

bug
help wanted