NVIDIA / warp

A Python framework for high performance GPU simulation and graphics
https://nvidia.github.io/warp/
Other
4.3k stars 246 forks source link

[QUESTION] particle emitter in the SPH example #296

Open RaymondMcGuire opened 3 months ago

RaymondMcGuire commented 3 months ago

I'm interested in implementing a particle emitter in the SPH example provided. Is this feasible? I've attempted to do so but encountered some issues. Are there any existing examples or references that demonstrate how to integrate a particle emitter with an SPH simulation?