Skip to content

Latest commit

 

History

History

QtTriangleGLEW

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

QtTriangleGLEW

This program uses Qt5 and the QOpenGLWindow to create a minimal OpenGL 4.x context and draw a triangle.

OpenGL extensions are loaded using the GLEW library (which is not required under mac) and this is expected to be installed via vcpkg

./vcpkg install GLEW

The demo is built using cmake and you may need to specify the CMAKE_TOOLCHAIN_FILE to point to the correct location.