You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3D software rendering engine written in C. This project implements a full custom graphics pipeline from scratch, optimised for CPU‑bound environments. It features volumetric extrusion, multithreade…
Optimized C implementation of a 3D rotating cube. Moves beyond point-cloud rendering to a span-based rasterizer using reciprocal lookup tables and 16.16 fixed-point math to eliminate floating-point…