Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 805 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 805 Bytes

Real-Time 3D Fluid Simulator

Major project for BCIT Computer Systems Technology Bachelor of Technology (BCIT CST BTech).

Usage

To setup the environment, use

pip install -r requirements.txt

Run PBF algorithm with GGUI:

python main.py

Run SPH algorithm with GGUI and control panel:

python run_simulation.py

Gallery

PBF algorithm

SPH algorithm

Related

The simulator with renderer:

3D Fluid Simulation (C++ Based)