Qt 4.6 OpenGL GLSL
        Posted  
        
            by Zeke
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zeke
        
        
        
        Published on 2010-05-03T00:38:08Z
        Indexed on 
            2010/05/03
            0:48 UTC
        
        
        Read the original article
        Hit count: 811
        
I'm trying to find like NeHe's tutorials for Qt that are all in GLSL. Because lets face it, OpenGL in the old days are dead and Shaders are the only way now. And with Qt-4.6 they introduced the QMatrix4x4, QVector3, and the Shader classes. But I cannot find any tutorials for this.
All the ones I do find, all use crappy SDL and/or GLUT (Which are just plain useless).
© Stack Overflow or respective owner