Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

dominik-chat/waves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waves

LICENSE LOC

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.

Compilation

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

Documentation

The documentation can be built using doxygen with graphviz using provided Doxyfile.

About

Waves is a program intended to simulate the motion of ocean waves.

Topics

Resources

License

Stars

Watchers

Forks