Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 890 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 890 Bytes

FluidSimulation-Engine

这是我的毕业设计项目,基于DirectX11开发的GPU的流体,流体模拟算法采用Position Based Fluid。

image-20230601175401021

项目概况:

环境:VS2022

语言:

  • C++14/17
  • HLSL Shader Model 5.0

目前项目使用了下述代码库或文件:

构建项目

  • cmake构建
mkdir build
cd build
cmake ..
  • xmake构建
xmake -y
xmake run

博客

DirectX11:Position Based Fluid