Docker, Qt, Vulkan, and CI
Docker, Qt, and Vulkan walk into a project with Github Actions CI. They don’t get along. Why would I want to run a GUI application with graphics rendering in an environment like this? Simple: I want to run my unit tests upon code check-in.
Qt with External Vulkan Renderer
Information about using an external Vulkan renderer to draw on a widget within a Qt UI form.
Setting up CMake Projects in Eclipse
My quick-start guide for setting up a C++ project with CMake and Eclipse. Learn about some of the pitfalls with building and indexing code in Eclipse and how I avoid them.