Hacker News new | ask | show | jobs
by chc4 3791 days ago
The grandparent said GPU simulation, for the extreme parallel benefits, not making it 3D. Encoding the simulation in a GPU shader, for example.
1 comments

I should have been clearer, I was referring only to the last part of the last sentence

>Seems loke you'd be able to overcome the perf issues and finally make that 3D version.

Which I interpreted as "once GPU simulation makes things fast, why not make a 3d simulation"

Apart from that part I agree with the ancestor comment, the code seems to do CPU simulation and GPU simulation is likely to be faster. On the other hand GPU simulation would likely mean rewriting the entire simulation engine from scratch, so I'm not holding my breath.

There was commentary in the FAQ that he was not going to try to make a 3D version because of the perf issues. I assumed that meant figuring out GPU sim would mean he'd try to make a 3D version.
The sheer number of particle types would make a gpu implementation pretty tricky.. but for a vanilla version it can work.