Call glutinit in a PHP extension
Posted
by Yijinsei
on Stack Overflow
See other posts from Stack Overflow
or by Yijinsei
Published on 2010-04-26T07:14:09Z
Indexed on
2010/04/27
12:43 UTC
Read the original article
Hit count: 311
Hi guys,
I am developing a php extension that require the use of opengl. I tried to initialize the library with glutinit; it works in CLI environment but when I tried on browser it doesn't seem to execute the code.
The code is actually executed on the server side. It is part of a process to extract features from an image, and the server will return a list of closest image to the user.
I very new to opengl, so I'm not sure what kind of error is this, does anybody have any knowledge with this?
© Stack Overflow or respective owner