Announced at GDC 2026, NVIDIA has officially shipped the Advanced Particle VFX Update for the RTX Remix modding tool.
Time evolution of a particle-system based on two interaction rulesets : Boids and clusters, is simulated via numba CUDA, numba parallel, and numba serial implementations in python. Visualisation is ...
It uses a CPU-side simulation pipeline with spatial hashing for neighbor lookup, tbb::parallel_for for particle updates, and a fragment shader for final post-processing. SpatialGrid::build() Rebuilds ...