Waves is a program intended to simulate the motion of ocean waves.
The program uses inverse DFT algorithm for generating waves and freeglut as a graphics library.
The program requires a C compiler, cmake and freeglut library.
The compilation itself can be performed by executing the following commands in the root of the cloned repository:
cmake -S. -Bbuild
cd build
make
The program can be installed using this command:
make install
Note that you may be required to execute this command as a superuser
The documentation can be built using doxygen with graphviz using provided Doxyfile
.