My Work

Articles

Serious Godot

Posted 8th July 2022

Recently, my days at work have been focused around leading production of research-backed software engineering projects for external clients. One such project, a prototype virtual reality (VR) therapy simulation for the Meta (formerly Oculus) Quest 2, has …

Hacking Generator Functions in C++

Posted 22nd May 2022

Preface Since their introduction in the C++11 standards revision, lambdas have been a massive success story for C++ due to their interaction with existing, pre-lambda code - both inside and outside of the standard library implementations. However, feature…

Projects