Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 715 Bytes

README.org

File metadata and controls

35 lines (26 loc) · 715 Bytes

Water Surface Wavelets

img/teaser.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]
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