The core FLUIDS simulator.
To install from source,
pip3 install -e .
For examples see examples/fluids_test.py
.
The FLUIDS Gym environments provide a familiar interface to the FLUIDS simulator.
To install from source,
git submodule update --init --recursive
pip3 install -e gym_fluids
make test
Travis testing will sometimes fail due to a xvfb issue with pygame. If you see a pygame error related to the bitdepth and alpha channel try restarting the build.