WaveFD  v0.1
Simulate waves in fluid field. Powered by MiLai visual performance group
WaveFD

A powerful tool to simulate sound samples among 2D fluid field.

Inspiration

Aerophones in Flatland: Interactive Wave Simulation of Wind Instruments

Dependencies:

Tool:

Library:

  • GLFW

    Do not use Homebrew to install glfw in Mac OS. Use CMake and commands below to install it instead.

    git clone https://github.com/glfw/glfw.git
    cd glfw
    mkdir build && cd build
    cmake .. && make install

Generate the executable 'WaveFD' file:

Create a folder with an arbitrary name. Navigate to that folder and execute commands below.

git clone https://github.com/ruanluyu/WaveFD.git
cd WaveFD
mkdir build && cd build
cmake .. && make

If everything ok, you will find the executable 'WaveFD' file among WaveFD/build/WaveFDProgram folder.