Skip to content

air4den/fluid_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

C++ Fluid Simulation

This is a C++ project built with SFML visualization library based on Jos Stam's paper Real Time Fluid Simulations for Games. This simulation is based on solving the Navier-Stokes Equations.

Running this Simulation

Use make run to compile and run the simulation. Make sure you have g++, Make, and SFML installed.

Sources & Inspiration

Real Time Fluid Simulations for Games by Jos Stam This implementation Fluid Simulation for Dummies by Mike Ash

Future Progress

Use OpenGL shaders for better simulation performance. Add obstacles for fluid flow. Add color mixing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors