/ocean

An ocean simulator built from scratch

Primary LanguageC++

Ocean simulator

An ocean simulator built from scratch.

  • Constants to change the ocean heightmap simulation are available in src/simulation/Constants.hpp

  • Rendering constants (sky color, sun direction etc...) are available in src/rendering/Constants.hpp

Link to the associated video, explaining how everything works (click on the image):

https://www.youtube.com/watch?v=VxElz0u1rWE

Dependencies

To use this simulator, you need to have FFMPEG and the g++ compiler installed on your computer.

Make sure that FFMPEG is available on your path.

Build and run

Just run the following command

make