Posted March 15, 2025 by seanim
Parallelized Euler and FLIP fluid simulation based on Ten Minute Physics using Vulkan/GLSL.
Takes less than 5 ms per frame on both RX6600 and RTX3080 to run FLIP and Euler fluid simulation using 256x256 grid, 262144 particles, particle and density rendering, and bloom.
Implemented parallel Jacobi solver, Blelloch Prefix Sum (using Shared Memory), particle rendering with Graphics Pipeline, Bloom post-processing , collision with SDF, and 2D camera with zoom.