Skip to content

mdubus/fdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDF

A beautiful map visualizer program, coded in C with the minilibx (included).

It is the first infographie project of the school 42.

Multiple bonus :

  • Specify the color in the file in parameter (hexadecimal)
  • Move with keys up / down / left / right
  • Zoom with keys + - or scroll
  • Change height of the points specified in parameter with keys < >
  • Change projection (flat or isometric)
  • Coded with images to optimize the speed

Installation

$ make

Usage

$ ./fdf [map]

Test maps are included in 'test_maps'.

Overview

alt text

alt text

Final Mark

125/100 (full bonus)