Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 763 Bytes

File metadata and controls

36 lines (27 loc) · 763 Bytes

Water Surface Wavelets

img/teaser.gif img/gui.gif

Installation

Download repository:

git clone --recursive https://github.com/lecopivo/WaterSurfaceWavelets.git

Install prerequisites(takes couple of minutes):

pushd vcpkg
./bootstrap-vcpkg.sh 
./vcpkg install magnum-integration[imgui] eigen3 egl-registry gl3w
popd

To build:

mkdir -p build/release
pushd build/release
cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../../vcpkg/scripts/buildsystems/vcpkg.cmake 
make -j
popd

And to run an example:

./build/release/src/visualization/Demo