π§ Building memory-safe systems from forged logic
π Peer at 42 Heilbronn
π― miniRT
A ray tracer written in C using MLX42.
Built with @gzovkic β we simulated light, shadows, reflections, and 3D geometry through math, not magic.
βοΈ Implements ambient, diffuse, and specular lighting
π₯ Supports multiple objects (spheres, planes, cylinders) and camera movement
π‘ Focused on clean architecture and numerical stability
π minishell
A custom UNIX shell built from scratch β includes pipes, redirections, signals, environment expansion, and more.
π fract'ol
An interactive fractal explorer using MiniLibX.
Supports zooming, mouse-driven navigation, and color-shifting effects.
Features Mandelbrot, Julia and Burning Ship.
| Project | Description | Link |
|---|---|---|
ft_printf |
Custom printf() implementation |
Repo |
get_next_line |
Line-by-line file reader using static buffers | Repo |
minitalk |
Binary message passing via UNIX signals | Repo |
push_swap |
Stack-sorting algorithm using custom instructions | Repo |
philosophers |
Thread-safe dining philosophers simulation | Repo |
- C (strictly norm-compliant)
- POSIX syscalls (
fork,execve,pipe, etc.) - MLX42 for graphics
- Parsing theory + shell grammar
- Git & Makefiles
- π 42 Profile