Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 800 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 800 Bytes

Fluid simulation in Fortran

This project is a very simple yet very satisfying fluid particle simulator.

Dependencies

Please have the following installed :

Installation

$ git clone https://github.com/sama-gharib/fluid-sim.git
$ cd fluid-sim
$ make

The Makefile will download and build fortran-raylib by itself but you will still need to install raylib by yourself.

Troubleshooting

On Windows raylib requires additionnal linking flags when compiling. If compilation fails with a bunch of Undefined reference errors try adding the -lopengl32 -lgdi32 -lwinmm flags the the gfortran command in the Makefile.