An open API service indexing awesome lists of open source software.

https://github.com/mdubus/fdf

A beautiful map visualizer
https://github.com/mdubus/fdf

42 42school c infographics minilibx

Last synced: 7 months ago
JSON representation

A beautiful map visualizer

Awesome Lists containing this project

README

          

# 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](https://github.com/mdubus/fdf/blob/master/overview/42.png)

![alt text](https://github.com/mdubus/fdf/blob/master/overview/t1.png)

## Final Mark

`125/100 (full bonus)`