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 Vulkan examples #28

Closed MattClarkson closed 6 years ago

MattClarkson commented 6 years ago

Again - just for learning purposes. Provide Vulkan examples from https://vulkan-tutorial.com/ say, but running within a Qt context or window of some sorts.

MattClarkson commented 6 years ago

Im putting this one on hold. We probably don't need a full example right now. OpenGL should be sufficient.