Skip to content

lecopivo/WaterSurfaceWavelets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages