WaterSurfaceWavelets
WaterSurfaceWavelets copied to clipboard
-
Water Surface Wavelets
[[file:img/teaser.gif]]
** Installation
Download repository: #+BEGIN_SRC bash git clone --recursive https://github.com/lecopivo/WaterSurfaceWavelets.git #+END_SRC
Install prerequisites(takes couple of minutes): #+BEGIN_SRC bash pushd vcpkg ./bootstrap-vcpkg.sh ./vcpkg install magnum-integration[imgui] popd #+END_SRC
To build: #+BEGIN_SRC bash mkdir -p build/release pushd build/release cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../../vcpkg/scripts/buildsystems/vcpkg.cmake make -j popd #+END_SRC
And to run an example: #+BEGIN_SRC bash ./build/release/src/visualization/Demo #+END_SRC