Screenshot of Simulation Engine project

Simulation Engine WIP

A desktop application for real-time physics and rule-based (automa) simulations laboratory, and highly customizable UI for granular control.

C++ SDL3 UI/UX
Screenshot of Webserv project

Webserv

A custom HTTP server implementation in C++, designed to handle concurrent connections, static file serving, and CGI execution.

C++ HTTP Linux Network
Screenshot of Minirt project

Minirt

A ray tracing engine written from scratch in C, capable of rendering 3D scenes with shapes and complex lighting effects.

C Graphics Ray Tracing
Screenshot of Minishell project

Minishell

A custom shell (command-line interpreter) implementation replicating core features of Bash, including parsing, piping, and execution.

C Bash