Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bidoubiwa/fdf

Renders 3D forms based on specific file format
https://github.com/bidoubiwa/fdf

42 42born2code

Last synced: 1 day ago
JSON representation

Renders 3D forms based on specific file format

Awesome Lists containing this project

README

        

# FDF

## Make

To generate the binary please compile using the following command:

```
make
```

## Usage

```bash
./fdf [flags]

```
## maps_path

Relative path to a well formatted map.

Example:

```bash
./fdf ./fdf maps/42.fdf
```

## Flags

`-b`: brightness based on depth
`-c`: color based on height

## Actions

### Rotation:

Numpad only:

- `4` and `6`: `x` axis rotation
- `8` and `3`: `y` axis rotation
- `1` and `9`: `z` axis rotation

### Zoom

- `+`: zoom in
- `-`: zoom out

## Examples

![color](./with_color.png)
![color](./with_britghness.png)