I'm working on a project to simulate galaxies (a lot of stars). I want to display a maximum of particles (optimal will be 2*10^6). So I have to buy a new computer for this experiment, I need your knowledge about Processing and computer components efficiency.
There is an example of the kind of code I use:
GalaxyTest
(The code could be improve to get more particles with a correct frame rate, but my question is about the computer specifications to run this kind of code with a maximum of particles.)
I guess CPU do the most of the job in this program. (True?)
Did a height cores processor is better than a four (or dual) to run processing program like this one?
(or Processing don't use multi core?)
About GPU for this kind of low graphics simulation?
(so if processing did not deserve big graphic card which one is actually the good buy choice?)
Finally did I need a lot of RAM?
Did I forget something? (SSD or HDD does not matter no?)
Thank you for your time.
Feel free to ask, if you don't understand something.