Skip to content

Grouter/water-surface-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ocean Surface Simulation

A simple ocean surface simulation based on J. Tessendorf's paper. This is written in a heavily stripped down version of my engine.

water-gif

Controls

  • WASD - Movement
  • Escape - Exit program
  • F1 - Toggle mouse lock

Run

The executable needs to run in the assets/ folder!

Compile

  1. Open Visual Studio 2019 Developer console.
  2. Go to misc/ folder.
  3. Run build.bat.
  4. Executable will be located in a generated build/ folder.

Thanks to

Ocean simulation part two: using the fast Fourier transform