
Multiplayer online 8-ball pool game in C++.
completedA 8-ball pool game playable online made in C++ with SFML.

City Builder Using a From Scratch Low-Level C++ Game Engine
completedA City Builder developed in low-level C++ with minimal dependencies. The custom game engine features hot reload, game data serialization, image, UI, and text rendering, audio decoding and playback, and a built-in tile editor.

Bachelor's Project: Fluid Simulation Raytracing Rendering
activeA SPH fluid simulation rendered with a DXR raytracing pipeline.

Bopy's Puzzle Adventure + Runner Game
completedTwo games developed using a custom low-level C++ engine, featuring image, UI, and text rendering, audio decoding and playback, a built-in tile editor and Emscripten for web builds.

Minecraft clone in DirectX11
activeA minecraft clone that I made by myself in C++ and DirectX11 in two weeks.

OpenGL 3D Scene in PBR
completedA 3D scene made in C++ with OpenGL with many computer graphics techniques including PBR

2D Physics Engine
completedA 2D physics engine made in C++ designed for performance and realtime safety

PathTracer in CUDA
activeA basic pathtracer made in CUDA in a few months during my free time.

Penguin battle !
completedA multiplayer online brawler-style game with rollback made in C++ where two penguins fight with snowballs. The game's physics engine is my own from scratch engine

Space Shooter
completedMy first C++ game coded with SFML and Box2D.