A 3D raycasting engine implementation, creating a Wolfenstein 3D-style game engine from scratch using raycasting techniques and low-level graphics programming.
Posts for: #C
FDF (Fil de Fer)
A 3D wireframe renderer that visualizes landscapes and 3D objects from height maps. Built to understand 3D graphics, coordinate transformations, and projection mathematics.
ft_nmap
A partial reimplementation of the nmap port scanner in C, focusing on understanding network scanning techniques, socket programming, and port detection.
ft_ping
A reimplementation of the ping command in C, exploring ICMP protocol, raw sockets, and network diagnostics. Built to understand network programming fundamentals.