advancingu / Qt5OpenGL

Hello World OpenGL example for Qt5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an example of using OpenGL vertex and fragment shaders with the new OpenGL features of Qt5.

Shaders are based on GLSL 1.30 for compatibility with Intel's open source Linux drivers.

The code is based on Dr. Sean Harmer's talk "OpenGL with Qt 5" given at Qt Developer Days 2012. The presentation can be viewed here: https://www.youtube.com/watch?v=GYa5DLV6ADQ

About

Hello World OpenGL example for Qt5.


Languages

Language:C++ 90.0%Language:IDL 6.8%Language:C 3.2%