Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lecopivo/WaterSurfaceWavelets


https://github.com/lecopivo/WaterSurfaceWavelets

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

* 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