Implementation of Jos Stam's Real-Time Fluid Dynamics for Games paper using javascript as a playground for learning the WebGPU API.
☆131Aug 28, 2023Updated 2 years ago
Alternatives and similar repositories for WebGPU-Fluid-Simulation
Users that are interested in WebGPU-Fluid-Simulation are comparing it to the libraries listed below
Sorting:
- ☆12Mar 7, 2024Updated last year
- WebGPU implementation for the radix sort algorithm as described in the paper "Fast 4-way parallel radix sorting on GPUs"☆87Aug 26, 2024Updated last year
- A GPU-parallel Marching Cubes implementation using WebGPU☆72Jun 4, 2024Updated last year
- 【清华大学《计算机动画原理与算法》大作业】MPM fluid simulation and surface reconstruction using Taichi; A path tracer implemented by LuisaCompute python front…☆14Jan 16, 2024Updated 2 years ago
- GPU LBVH builder implemented in Vulkan and GLSL.☆58Aug 27, 2023Updated 2 years ago
- WebGPU 3D Renderer☆63Apr 21, 2025Updated 10 months ago
- WebGPU demo demonstrating marching cubes, deferred rendering, PBR, shadow mapping and different post-processing☆30Dec 20, 2022Updated 3 years ago
- GPUComputationRender module for Three.js with ES6 compatibility☆16Jan 19, 2023Updated 3 years ago
- WebGPU Ray Tracing eXtension