Seventh project for 42 school. The aim is to display an isometric representation of a landscape given as parameter
The only constraints are the following:
- use MinilibX
- display an isometric representation of the map given as parameter
./fdf path_to_fdf_map
Wikipedia page of the Bresenham's line algorithm
MinilibX 42 documentation
This awesome explanation about mlx hooks and events