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
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.
Just run the following command
make