https://github.com/rrrinav/webgl-fluid-sim
Fluid simulation for browsers written in js using canvas webgl 2.0 api
https://github.com/rrrinav/webgl-fluid-sim
Last synced: 2 months ago
JSON representation
Fluid simulation for browsers written in js using canvas webgl 2.0 api
- Host: GitHub
- URL: https://github.com/rrrinav/webgl-fluid-sim
- Owner: Rrrinav
- Created: 2024-12-24T15:26:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T07:12:32.000Z (5 months ago)
- Last Synced: 2025-02-04T13:03:24.610Z (4 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluid Simulation
Fluid simulation using WebGL.
## Progress
- [x] Implemented velocity diffusion
- [X] Implemented projection (divergence, pressure and velocity correction)!## References