Skip to content

Written in C++ and using OPENGL's fixed pipeline, this program generates different kinds of waves, water movement and the ripple effect.

Notifications You must be signed in to change notification settings

DanielRosa73/WaterMovement

Repository files navigation

Water Physics Project - OpenGL Course - Daniel Rosa IMAGE2024

Usage

To compile and run the program, use the following commands:

  1. Clean the build directory (optional):

    make clean
    
  2. Compile the program:

    make
    
  3. Run the program:

    ./program
    

About

Written in C++ and using OPENGL's fixed pipeline, this program generates different kinds of waves, water movement and the ripple effect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages