Nicholas Angle Nicholas Angle

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.

Read More
Nicholas Angle Nicholas Angle

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.

Read More