fdf is a 42 Prague graphics project built with MiniLibX that visualizes a map of integer elevation values by rendering the matrix as a 2D wireframe (and filled) representation on screen; my implementation uses a variant of Bresenham’s line algorithm for efficient segment drawing and a scanline-style approach to fill between vertices with solid color for clearer terrain visualization.
- This project has not been made to full compliance with the subject. The input only supports integer values. No color HEX values are supported. This project has not been officially submitted and was made as a side project of sorts.