livankrekh / fdf

3D landscape maps display program. Wrote on pure C using miniLibX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FdF (3D landscape maps display programe)

Installation minilibX

There is tutorial for installation mlx (miniLibX)

Compile

> make

Run

> ./fdf map_file.fdf

In maps directory includes maps for fdf as examples

Controls

Enter - turn on auto-rotation by x axis

Space - turn on auto-rotation by y axis

Right arrow - Left arrow - rotate map by x axis

Up arrow - Down arrow - rotate map by y axis

Mouse scroll - zoom map

Mouse buttons - new center point of axises

W / S - make textures higher / lower

L - to color the field

Esc - exit

Examples

Mars map (maps/mars.fdf) Mars map (maps/mars.fdf) Pylone map (maps/pylone.fdf) Pylone map (maps/pylone.fdf)

About

3D landscape maps display program. Wrote on pure C using miniLibX.


Languages

Language:C 96.2%Language:Makefile 3.8%