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

https://github.com/vomnes/fdf

This project is about creating a simplified 3D graphic representation of a relief landscape. #graphic #3d #isometric
https://github.com/vomnes/fdf

3d graphics isometric

Last synced: 7 months ago
JSON representation

This project is about creating a simplified 3D graphic representation of a relief landscape. #graphic #3d #isometric

Awesome Lists containing this project

README

          

# FdF - Fils de Fer (wireframe) - MacOS
This project is about creating a simplified **3D graphic** representation of a relief landscape. The representation in 3D of a landscape is a critical aspect of modern mapping.
This project is about creating a simplified graphic “wireframe” (“fils de fer” in french, hence the name of the project) representation of a relief landscape linking various points (x, y, z) via segments. The coordinates of this landscape are stored in a file passed as a parameter.

##### Using MiniLibX
MiniLibX is an easy way to create graphical software, without any X-Win- dow/Cocoa programming knowledge. It provides simple window creation, a drawing tool, image and basic events management.

```
./fdf map_file
```

## Examples
### France
![alt text](https://github.com/vomnes/fdf/blob/master/map_screenshot/Map_france.png "Map france")

### T2
![alt text](https://github.com/vomnes/fdf/blob/master/map_screenshot/Map_t2.png "Map T2")

### Pyramid
![alt text](https://github.com/vomnes/fdf/blob/master/map_screenshot/Map_pyramide.png "Pyramide")