Tools and scripts
This is a list of some of the tools I’ve written that you can find on my public repos

Foreteller
A tool to parse and edit conditional text, built with Qt. Uses Cartomancer as its core and serves as a demonstration of its capabilities

Cartomancer
A small pure C++ library for parsing conditional text. Mainly aimed at games

Tiny website manager
A script to manage websites/services in a server. Written in bash, it is used to manage the website you're on right now

OpenSUSE-CUDA Docker images
Adapted from nVidia's official images for Ubuntu and CentOS, I've built my own versions for my usual choice: OpenSUSE. Please be aware that updating on these images is quite intermittent, and generally depends on me having need of them at the time
Other projects
These are some of my larger projects. Not all of them are currently active but they’re still things I keep going back to from time to time

toyBrot
A raymarching project I use to test and learn new parallelisation technologies. Can be used for some performance benchmarking. This is the basis for the "Multi Your Threading" series in this blog

Warp Drive
A game engine built on top of C++ and SDL2. Started as a school project but I've kept working on and off of it over the years as a test bed to implement new language features and programming concepts in a project that's a bit more complex. It doesn't see too much love these days as I, instead, have been focusing on using Godot and maybe code some actual games instead of playing eternally with the engine