call glutinit in an 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/26
            18:53 UTC
        
        
        Read the original article
        Hit count: 297
        
hi guys,
I am developing an php extension that require the use of opengl I tried to initialize the library with glutinit, and it works in CLI environment, but when i tried on browser, it doesn't seem to execute the code. 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