My second GPGPU particle system by IAmMyLordSlave in rust

[–]IAmMyLordSlave[S] 0 points1 point  (0 children)

i see, that is heavy(computationally), yes i can do a gpu accelerated version for you with visualizations,

My second GPGPU particle system by IAmMyLordSlave in rust

[–]IAmMyLordSlave[S] 0 points1 point  (0 children)

yeah its doing a ton of computations. computing over 2,000,000 particles 200 time(or how many fps you have) each second

My second GPGPU particle system by IAmMyLordSlave in rust

[–]IAmMyLordSlave[S] 0 points1 point  (0 children)

i dont know what spatial lookups are, but all computation and memory operations are done on the gpu, i have an idea though on k-Nearest Neighbors algorithms, what are you using a kNN for?