--- About ---
I’m Raphael, a Computer Science student from Greece, experienced in C++ programming through both personal projects and a professional internship.
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 VoxRay = std::get<Graphics>(projects[1]);Stochastic Monte Carlo - Voxel Based Path Tracer // 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}