Skip to content

liam-middlebrook/opengl-water

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51fd299 · Mar 13, 2015

History

40 Commits
Jan 7, 2015
Jul 22, 2014
Jul 22, 2014
Jan 8, 2015
Mar 13, 2015

Repository files navigation

opengl-water

About

This is a water demo created using OpenGL 3.3. In order to run this demo you will need to have the GL_ARB_shading_language_420pack extension available on your machine.

This water demo uses a scrolling displacement map texture to simulate the movement of waves. The shader is also taking into account the refractive effect that the water would have on the background texture (by default the pebbles).

Screenshots

Screenshot of the Water Demo Screenshot of the Water Demo

Installing

Run configure.sh to install the required dependencies.