Skip to content

fuifuyu/Graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of Content

  1. Real-time Fluid Dynamics Solver (Stam Fluid)
  2. PDE Sovler with Walks on Sphere

Real-time Fluid Dynamics Solver (Stam Fluid)

Implementation of "Real-Time Fluid Dynamics for Games" by Jos Stam

Fluid Dynamics Solver in Action

Instruction

Controls

S - Start

Space - Stop

Left Click - Add density

Right click and drag - Add force

V - View velocity/force

D - View density

C - Clear

Fluid Configuration

To generate config.csv, modify and run the script.

Running from executable

Download config.csv SDL2.dll stamFluidx64.exe from Demo or from Release and put them in the same folder

Running from Visual Studio

This project works with Visual Studio 2019.

PDE Solver With Walks on Sphere

Implementation of Monte Carlo Geometry Processing:A Grid-Free Approach to PDE-Based Methods on Volumetric Domains by Rohan Sawhney and Keenan Crane

Taylor Green Vortex Solution with a Triangular Boundary

About

All graphics related learning/experiment go here

Resources

Stars

Watchers

Forks