SDL and SDL2 wrapper for PHP

Hi SDL developers,

Some information about PHP and SDL / SDL2.

A new PHP extension is available on PECL forge:

http://pecl.php.net/package/sdl

This a wrapper for SDL v1 library, which allow to run SDL application
written in PHP. While version 0.9.2 is still beta, must of the work is
done and ready for test and stabilization.

This project is lead by Santiago Lizardo, and I join him.

Having this project on official PECL forge will give it a large/better
visibility.

Some application examples are also available on

https://github.com/phpsdl/examples

We have just launch a new project, a wrapper for SDL v2 library
(rewrite from scratch).

This new version will provide a procedural style API, in sync with SDL2
one, so users can read SDL documentation (man SDL_foo), but it will also
provide an object oriented style API, more adapted to modern PHP project.

It is not yet usable, but work is available on github:

https://github.com/phpsdl/extension/tree/sdl2-dev

Of course contribution are welcome.

And probably I will have question for this list :wink:

I hope this project will have some interest for SDL users.

Best regards,
Remi.

It is not yet usable, but work is available on github:

    https://github.com/phpsdl/extension/tree/sdl2-dev

Of course contribution are welcome.

And probably I will have question for this list :wink:

I hope this project will have some interest for SDL users.

Awesome! Good luck!–
Gabriel.