Re: PHP-GLFW extension on PECL
[email protected] ("Christoph M. Becker") Fri, 30 Sep 2022 17:20:30 +0200
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
On 30.09.2022 at 11:33, Mario Döring wrote: > 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> That looks interesting! You should apply for a PECL account (you won't need a php.net account) via <https://pecl.php.net/account-request.php>. Note that there is already <https://pecl.php.net/package/opengl> (I think this uses SDL instead of GLFW), but of course, that is no reason not to have another OpenGL extension on PECL. -- Christoph M. Becker