PHP-GLFW extension on PECL

[email protected] (Mario Döring) Fri, 30 Sep 2022 11:33:05 +0200
Newsgroups php.pecl.dev
Message-ID <[email protected]>
Dear Contributors to the PHP Group,

Hi, my name is Mario, I've been working with PHP for many years now, and I got specifically interested in bringing real-time graphical capabilities to the language. As available solutions didn't provide what I was looking for, I created a very experimental extension for the GLFW and OpenGL, 4 years ago. About a year ago, I picked it up again and decided to make a "real" extension out of the experiment, and I have been working on it ever since. 

The target of php-glfw is to support most, if possible, the entire OpenGL and GLFW APIs. (Currently, about 90% of the core profile is available)

The project is for sure still in a beta state, but I'm getting closer and closer to the first release. 

I'm writing this mailing list because I would like to add the extension to the PECL repository sooner or later.

You can find the Repository right here:
https://github.com/mario-deluna/php-glfw <https://github.com/mario-deluna/php-glfw>

Website with documentation here:
https://phpgl.net/index.html <https://phpgl.net/index.html>

Thank you for your time 
Kind Regards
Mario