iggyvolz/phpsfml

PHP bindings for SFML

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 2

pkg:composer/iggyvolz/phpsfml

dev-main 2024-08-17 00:11 UTC

This package is auto-updated.

Last update: 2025-09-17 02:27:40 UTC


README

Bindings of SFML for PHP using FFI (no custom extensions needed!).

How to use

  • Obtain the CSFML binaries for your platform (https://github.com/SFML/CSFML)
  • Create an SFML object with the path of the appropriate .so (Linux), .dylib (Mac) or .dll (Windows) library files
  • Call functions and have fun! Make sure to stay away from @internal stuff - there be demons implementation details!