mworchel / fluid-2d

CUDA-based real time fluid simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fluid-2d

A two-dimensional fluid simulation based on Real-Time Fluid Dynamics for Games (Jos Stam 2003). It is a re-implementation of an old project of mine, now implementing the fluid solver on the CPU and GPU using CUDA.

output

Requirements

  • CMake >= 3.09
  • CUDA >= 8.0
  • SFML >= 2.0

About

CUDA-based real time fluid simulation

License:GNU General Public License v3.0


Languages

Language:C++ 41.1%Language:Cuda 37.1%Language:CMake 21.8%