/42_FdF

The FdF project from the 42 school.

Primary LanguageC

42_FdF - 42 Project

The "File de Fer" or FdF project is individual and is part of the 42 school cursus.

It's a simple rasterizer made from scratch: FdF

About the 42 school

The 42 school is a free programming school with a revolutionary pedagogy.

More info: 42 US - 42 Paris

Dependencies

The project uses a number of dependencies to work:

  • SDL2 - Simple DirectMedia Layer v2
  • libft - A utility library

Everything is provided in the deps folder.

Building

Building the project is relativelly easy and uses a single Makefile for both Linux an macOS:

$ cd 42_FdF
$ make