Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keijiro/stablefluids
A straightforward GPU implementation of Jos Stam's "Stable Fluids" on Unity.
https://github.com/keijiro/stablefluids
compute fluid-dynamics gpu shader unity unity3d
Last synced: 5 days ago
JSON representation
A straightforward GPU implementation of Jos Stam's "Stable Fluids" on Unity.
- Host: GitHub
- URL: https://github.com/keijiro/stablefluids
- Owner: keijiro
- Created: 2018-06-27T05:22:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T23:11:23.000Z (over 1 year ago)
- Last Synced: 2024-12-17T22:07:28.977Z (5 days ago)
- Topics: compute, fluid-dynamics, gpu, shader, unity, unity3d
- Language: C#
- Homepage:
- Size: 366 KB
- Stars: 1,045
- Watchers: 32
- Forks: 88
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StableFluids
============![gif](https://i.imgur.com/XLZlc2e.gif)
![gif](https://i.imgur.com/FJBiGbk.gif)This is a straightforward GPU implementation of Jos Stam's [Stable Fluids] on
Unity.[Stable Fluids]: http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/ns.pdf
System Requirements
-------------------- Unity 2018.1 or later
References
----------- [Stable Fluids, Jos Stam](http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/ns.pdf)
- [Real-Time Fluid Dynamics for Games, Jos Stam](https://pdfs.semanticscholar.org/847f/819a4ea14bd789aca8bc88e85e906cfc657c.pdf)
- [Fast Fluid Dynamics Simulation on the GPU, Mark J. Harris](http://developer.download.nvidia.com/books/HTML/gpugems/gpugems_ch38.html)License
-------[CC0](https://creativecommons.org/share-your-work/public-domain/cc0/)