Python
Lambdapi
This is a python wrapper I developed for the social media site Lambdageneration, it simplifies automating the site to a couple of lines of code.
PyEngine
I have also attempted to create an engine inspired by those that power games such as hollow knight, this resulted in Pyengine
15 Minute code Challenges
These are short challenges I do to teach myself a language faster, This is the first of that series, a quick program to check if a person owns a specific game on the online retail store steam.
C/C++ Projects
Raycasters
I created a raycaster in an attempt to learn C, This was written 100% solo.
Physics Engines
I wanted to create a 2D physics engine, inspired by that of Jolt or Havok, the end result was This, which let the controller spawn balls with basic physics, and drag across lines to act as ramps.
Console 3D Rendering
More experiments to become familier with C++, This is a console app that draws a spinning ascii cube.