Skip to content

WhizZest/WaterSurfaceWavelets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Water Surface Wavelets based on magnum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • Other 1.5%