Skip to content

agam-kashyap/Fluid-Simulation-Rendering

Repository files navigation

Introduction

This repository contains the code for performing IISPH based Fluid Simulation and rendering the same using Screen Space Fluid Rendering. Currently tested on a Linux based system, with 16GB RAM, 940MX graphics card without CUDA support.

Requirements

  • cmake >3.0.0
  • OpenGL v3.3.0
  • glm
  • GLFW

Running Code

  1. Open Project Source code with CMake application
  2. Select the Modules to Build
  3. Configure using Unix Makefiles
  4. Generate Binaries
  5. Run make all in the folder with binaries

Outputs

DAM break Demo

Spherical Water Droplet Falling

About

Implementation of IISPH and Screen Space Fluid Rendering. Currently in progress.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages