programming projects

this is nowhere near all of my projects! if you want to see more, visit my Github. below is a selection of my best/favourite projects.

want to see my non-programming projects? use these links: game projects ~ art projects


HyperFractal

an interative fractal rendering tool i wrote for my A Level Computer Science coursework.

more info Github repository

keywords: graphics, c++, mathematics

STUI

a lightweight, easy-to-use, header-only, semi-immediate-mode text UI framework for building simple interfaces, inside the terminal, across platforms.

more info Github repository

keywords: c++, terminal

novos

my work-in-progress toy kernel/operating system project, creating a bootable, retro space-themed videogame (hopefully).

more info Github repository

keywords: c++, low-level, graphics programming

space game graphics demo

OpenGL graphical project created for an assignment, set in space.

more info Github repository

keywords: c++, graphics programming, assignment, OpenGL

planetarium

Vulkan API self-teach, and Google Earth alternative client (when it's finished).

more info Github repository

keywords: c++, graphics programming, Vulkan