php-opengl icon indicating copy to clipboard operation
php-opengl copied to clipboard

PHP-OpenGL source code

Results 6 php-opengl issues
Sort by recently updated
recently updated
newest added

Have you made any progress with PHP7 + Windows? I was able to make this work in Windows using glew for the dynamic parts from opengl32.lib, and really wanted to...

Extensions in pecl are expected to have an entry in the php manual, please create documentation for these extensions.

OpenGL usage is possible on Windows. Ability to use via windows would make this much more cross-platform and a viable option for most people. See: http://msdn.microsoft.com/en-us/library/windows/desktop/dd374278%28v=vs.85%29.aspx

Parameter parsing is not satisfactory, I see logical pathways to leaks, convert_to_\* without a subsequent ptr_dtor is asking for trouble. It is necessary to reprogram the parsing of parameters to...

Extensions in pecl are expected to be of a certain standard, these extensions do not meet that standard. http://lxr.php.net/xref/PHP_5_5/CODING_STANDARDS

Extensions on pecl are expected to come with a test suite, please include one.