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
Hello world program written by Brian Kernighan in 1978

Why I am doing this now (and why I didn't do it before)

I have been thinking about creating a developer blog and writing technical articles for a long time, but I have always felt that I didn’t know anything or that my ideas were not worth sharing. After reflecting on and examining my thoughts, I realized that my thinking process held me back and has been doing it for quite some time. But not anymore; here I am, writing my first post on my blog, and hopefully, many to come!...

4 min · 652 words · Enrique Martínez