My wireframe renderer written in C

Graphics programming: creating a 3D renderer in C

Source code: FdF In one of the projects of 42, we are given an introduction to the world of 3D graphics through the FdF project, which stands for ‘fil de fer’ in French, which means wireframe model in English. In this project we are asked to use a text file and the school’s graphic library MLX42 to read a map where each coordinate has the value of its height, and represent it graphically in 3D, with a format like this:...

9 min · 1823 words · Enrique Martínez