Replies: 1 comment 2 replies
-
Hi @oneanime, PhysX and Flow are separate libraries, although they share the same repository. Flow is not actually part of PhysX. You can find Flow's documentation here: NVIDIA Flow Documentation. On the other hand, PhysX has its own method for simulating particle-based fluids. For examples, you can check out SnippetPBF and other related snippets in the PhysX SDK. You can find the documentation for PhysX's particle systems here: PhysX Particle Systems Documentation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to simulate fluids using PhysX and accelerate the process on the GPU. However, I couldn't find any examples or demos in the flow folder.
Beta Was this translation helpful? Give feedback.
All reactions