Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 745 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 745 Bytes

This is a position based fluid demo modified from the k-ye's pbf2d (which is a official example of taichi).

The taichi official repo:

https://github.com/taichi-dev/taichi

pbf means position based fluid, which is a fluid simulation method. The original paper is:

I am modifing it from 2d to 3d. The 3d rendering learn from mpm3d(another taichi official example)

Demo

demo

How to play

First install taichi

then

python pbf3d.py

关于如何实现的,以及注意事项,以及其中的坑,更多详情请看我的博客

http://t.csdn.cn/DzLXD