lpaube / Fdf

:mount_fuji: A 3D visualizer of a 2D map of data points, each representing an elevation level. (MacOS only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webserv logo

fdf is a 3D visualizer of 2D points, each representing an elevation level.

Usage (Only for MacOS)

  1. Compile the program with make.

  2. Launch fdf with a map file with the extension .fdf

    ./fdf test_maps/42.fdf
    

Controls

  • Click and drag: Rotation of map.
  • Sroll wheel: Zoom in/Zoom out
  • WASD: Translation of map.
  • P: Parallel perspective.
  • I: Isometric perspective.
  • B: Change colors.
  • <: Decrease elevation.
  • >: Increase elevation.
  • ESC: Exit program.

About

:mount_fuji: A 3D visualizer of a 2D map of data points, each representing an elevation level. (MacOS only)


Languages

Language:C 61.8%Language:Roff 21.6%Language:Objective-C 13.2%Language:Makefile 2.2%Language:Shell 0.8%Language:Perl 0.3%