Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bidoubiwa/fdf
- Owner: bidoubiwa
- Created: 2018-04-16T13:18:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T16:23:57.000Z (about 3 years ago)
- Last Synced: 2024-12-15T12:06:51.581Z (8 days ago)
- Topics: 42, 42born2code
- Language: C
- Homepage:
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FDF
## Make
To generate the binary please compile using the following command:
```
make
```## Usage
```bash
./fdf [flags]```
## maps_pathRelative 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)