2D fluid simulation implementation of Jos Stam paper on real-time fuild dynamics
Fluid Simulation 2D fluid simulation implementation of Jos Stam paper on real-time fuild dynamics, including some suggested extensions. Usage Download this repo and store it in your computer. Open a terminal and go to the root directory of this folder. Make sure you have installed the needed dependencies by typing: $ pip install numpy $ pip install matplotlib $ pip install ffmpeg Note: Go to Install FFmpeg on Windows section if you haven’t installed FFmpeg software locally before. It must […]
Read more