MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Provide OpenGL examples #26

Closed MattClarkson closed 6 years ago

MattClarkson commented 6 years ago

For my own education, I'm reading https://open.gl/ which uses various libraries to setup OpenGL context, load images etc.

I'm mainly interested in Qt, so, I'd like to provide a few example widgets to illustrate how to do some basic OpenGL within a Qt framework.