Skip to content

sama-gharib/fluid-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published