A simple ocean surface simulation based on J. Tessendorf's paper. This is written in a heavily stripped down version of my engine.
- WASD - Movement
- Escape - Exit program
- F1 - Toggle mouse lock
The executable needs to run in the assets/
folder!
- Open Visual Studio 2019 Developer console.
- Go to
misc/
folder. - Run
build.bat
. - Executable will be located in a generated
build/
folder.