Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 665 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 665 Bytes

Fluvit

A hydraulic erosion simulation

Gahwon Lee

Compiling

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j8

How to Run

  • ./fluvit -h for help
  • ./fluvit path/to/png to load heightmap
  • ./fluvit for random terrain

Controls

Right click and WASD to fly

1,2,3 = different ways to visualize terrain

p to toggle playback

Credits