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
- Host: GitHub
- URL: https://github.com/mdubus/fdf
- Owner: mdubus
- Created: 2017-09-07T12:54:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T13:52:10.000Z (about 8 years ago)
- Last Synced: 2025-03-26T13:08:09.859Z (7 months ago)
- Topics: 42, 42school, c, infographics, minilibx
- Language: C
- Homepage:
- Size: 2.34 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## Final Mark
`125/100 (full bonus)`