diff options
| author | Andrew Reidmeyer <[email protected]> | 2025-03-31 09:20:27 -0500 |
|---|---|---|
| committer | Andrew Reidmeyer <[email protected]> | 2025-03-31 09:20:27 -0500 |
| commit | 5f7db82d72bb7427ea09d14b50aaed276e553632 (patch) | |
| tree | e9fce553ddc08a7a2159db45baf03c70a0bebc57 | |
| parent | LICENSE.txt change grants to grant. (diff) | |
| download | flow-master.tar.xz flow-master.zip | |
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5,6 +5,11 @@ Flow is a sparse grid-based fluid simulation library for real-time applications. Please see the manual included in this release package for more information on the API and usage. +Flow 2 +------------------- + +Flow 2 is now available and open source [here](https://github.com/NVIDIA-Omniverse/PhysX). + Supported Platforms ------------------- @@ -46,4 +51,4 @@ Acknowledgements * SDL is licensed under the zlib license * stb_truetype by Sean Barrett is public domain -* imgui by Mikko Mononen is licensed under the ZLib license
\ No newline at end of file +* imgui by Mikko Mononen is licensed under the ZLib license |