--- About ---
My name is Raphael. I’ve been building my way up from personal projects to a C++ internship, and I’m currently exploring graphics programming.
Aspiring C++ wizard, part-time bug developer, full-time caffeine addict.
I also use Arch, btw.
--- Education ---
I am a Computer Science bachelor's student at [Hellenic Open University].
I also hold a diploma in Software Development from [IEK DELTA 360].
--- Projects ---
#include "projects.hpp"
int main() {
// auto Nexavey = std::get<Graphics>(projects[0]);C++ Graphics Engine // auto NeuralNetwork = std::get<AI>(projects[1]);A neural network implemented with C++ using backpropagation // auto DFTDraw = std::get<Math>(projects[2]);Drawing stuff with Fourier epicycles // auto SVDImageCompressor = std::get<Image>(projects[3]);Image compression using Singular Value Decomposition (SVD) // auto VerletBalls = std::get<Physics>(projects[4]);Ball collision simulation using a Quadtree and Verlet integration // auto TypstRayMarcher = std::get<Graphics>(projects[5]);Ray Marching with Typst (a PDF composing language) // auto GitHub = std::vector(projects.begin() + 6, projects.end());The rest of my projects}