Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Fluid simulation on a sphere🌏
| Date | Stars |
|---|---|
| 2026-07-25 | 393 |
| 2026-07-28 | 393 |
| 2026-07-30 | 393 |
| 2026-08-06 | 393 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# WaterBall Real-time fluid simulation on a sphere🌏 implemented in WebGPU. Works on your browsers which support WebGPU (Chrome, Edge etc. Safari is also supported when WebGPU feature flag is enabled). [Try demo here!](https://waterball.netlify.app/)  This is a follow-up project of [webgpu-ocean](https://github.com/matsuoka-601/webgpu-ocean) and has the following characteristics. - [**Moving Least Squares Material Point Method (MLS-MPM)**](https://yzhu.io/publication/mpmmls2018siggraph/paper.pdf) by Hu et al. is implemented for the simulation. - [nialltl's article](https://nialltl.neocities.org/articles/mpm_guide) helped a lot when implementing MLS-MPM. Huge thanks for them! - **Screen-Space Fluid Rendering** described in [GDC 2010 slide](https://developer.download.nvidia.com/presentations/2010/gdc/Direct3D_Effects.pdf) is used for real-time rendering of the fluid. ## How to run ``` npm install npm run serve ``` If you have trouble running the repo, feel free to open an issue.
Excerpt of 1,101 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9ed10e10a2ab6e65, topic:gpu
matched fp:9ed10e10a2ab6e65, topic:simulation