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