Basic Euler fluid simulation.
- Mouse input, to control
force
anddensity
- Keyboard input, to switch between color modes (
default
,hsb
,velocity
)
Before executing the binary make sure that you have SFML
installed to your standard library path. For more information on how to install SFML
on Linux, please take a look at the Readme
or visit the SFML Homepage.
Windows executable is not included yet, but will most likely be added in the near future.
Info: If you can't execute the binary because of a Permission denied
please make sure to give yourself the necessary rights via chmod 755 ./simulation
.